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
nope
maybe if you made it an activex control, but that would be bad.
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.