Valhalla Legends Archive

Programming => General Programming => Topic started by: MoNksBaNe_Agahnim on April 16, 2004, 03:42 PM

Title: Making programs into applets
Post by: MoNksBaNe_Agahnim on April 16, 2004, 03:42 PM
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
Title: Re:Making programs into applets
Post by: Banana fanna fo fanna on April 19, 2004, 02:52 PM
nope

maybe if you made it an activex control, but that would be bad.
Title: Re:Making programs into applets
Post by: MyndFyre on April 20, 2004, 06:47 PM
Quote from: MoNksBaNe_Agahnim on April 16, 2004, 03:42 PM
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

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.