PDA

Click to See Complete Forum and Search --> : .EXE In Web Page


crazymarc
Jun 28th, 2000, 07:16 AM
How Do I Put A Exe On A Web Page So That The Prog Works Within The Browser?

compuGEEK
Jun 28th, 2000, 09:49 PM
In order to do that you'd have to make your EXE into
an ActiveX control and deploy it on a webserver. You could also do it with a Java Applet.