Re: Can I write C# applets ? by Mattias

Mattias
Fri May 07 00:46:11 CDT 2004

What kind of applet are you referring to?



Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.

Re: Can I write C# applets ? by anonymous

anonymous
Fri May 07 06:11:05 CDT 2004

I am creating a web page that the user will sign on to. Once he does, I need to display an icon to see if he has any messages

Sudeep

Re: Can I write C# applets ? by Mattias

Mattias
Fri May 07 06:44:07 CDT 2004


>I am creating a web page that the user will sign on to. Once he does, I need to display an icon to see if he has any messages.

That sounds like something you could do with just a plain ASP.NET
website.

But you can host Winforms controls in webpages in IE if you're looking
for that kind of applet like functionality.



Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.