Publishing programs in Express Edition

Newbie Member
25Jul2007,12:04   #1
OutsiderNZ's Avatar
Hey, I have recently learned how to write BASIC, I have also just written a program that I would like to run on some other computers. But when I publish my program through Visual Basic 2005 express edition, it doesn't work on the other computers unless VB Express edition is installed on them too.

Is there a way to run the program without having VB installed?

thanks.
Go4Expert Founder
25Jul2007,12:11   #2
shabbir's Avatar
You don't need the express edition but you need the DotNet Framework to run any dot net application.
Newbie Member
25Jul2007,12:33   #3
OutsiderNZ's Avatar
Thank you ^^
Newbie Member
26Jul2007,15:05   #4
OutsiderNZ's Avatar
One more question, I decided there was no point making a whole new thread....

Is it possible to have the program run straight on the webpage? So that they do not have to download it?

thanks.
Go4Expert Founder
26Jul2007,17:29   #5
shabbir's Avatar
Quote:
Originally Posted by OutsiderNZ
One more question, I decided there was no point making a whole new thread....

Is it possible to have the program run straight on the webpage? So that they do not have to download it?

thanks.
If its a Java Applet.
Newbie Member
27Jul2007,11:56   #6
OutsiderNZ's Avatar
Anyway to convert it to a Java applet?