Valhalla Legends Forums Archive | General Programming | Making programs into applets

AuthorMessageTime
MoNksBaNe_Agahnim
I was wondering,

Is there a scripting language or whatnot out there that could turn a normal, desktop, Win32 GUI run program, into an applet on an internet browser, like a Java applet. For me this is pertaining towards C++ but it would be helpful prob to everyone. Also does C# allow applets?

edit:typos
April 16, 2004, 8:42 PM
St0rm.iD
nope

maybe if you made it an activex control, but that would be bad.
April 19, 2004, 7:52 PM
Myndfyr
[quote author=MoNksBaNe_Agahnim link=board=5;threadid=6331;start=0#msg55445 date=1082148167]
I was wondering,

Is there a scripting language or whatnot out there that could turn a normal, desktop, Win32 GUI run program, into an applet on an internet browser, like a Java applet. For me this is pertaining towards C++ but it would be helpful prob to everyone. Also does C# allow applets?

edit:typos
[/quote]

In c#, they are not applets, but yes; a .NET-enabled (IE) browser can download and host .NET Windows apps. They have a few more security concerns than standard c# win apps, but that's it. Check out www.gotdotnet.com -- the Workspaces have a .NET-enabled browser program.
April 20, 2004, 11:47 PM

Search