GeekArticles
Java
AppletsI want to tell you how to write C# Applet, display it in a web page and the requirement.
Author: csharphelp.com |
Published: 10th Aug 2005 |
Visited: 604 times |
Add CommentFiled in: AppletsBy Lloyd Dupont I want to tell you how to write C# Applet, display it in a web page and the requirement. The requirement first, your C# Applet won't work anywhere nor from anywhere. You should put (and test) it on IIS, for unknown reason (at last unknown to me) this won't work locally or with apache. BTW http://www.brinkster.com make free ".NET" hosting. Not any client could display a C# Applet, you surely need IE6 and probably .NET SDK (at last with these configuration this work...n
Read Article Sponsored Links
Related Articles
• JavaScript Page Cookie (maintaining page state) Sometimes you need to redirect the user from the current page to accomplish a part of a task. Most people use pop-up windows to refrain from doing this, but sometimes you just can't do it any other ...