What Can I Do To Run My App (Game) on The WEB I Heard About VBscript
But What Is That And Is It Possible To Do This ?
is it Esey or Hard Way ? :D
Printable View
What Can I Do To Run My App (Game) on The WEB I Heard About VBscript
But What Is That And Is It Possible To Do This ?
is it Esey or Hard Way ? :D
VBscript is a scripting language, and is therefore limited in it's capabilities. It it primarily used to created textboxes, list, buttons and other things like that on homepages, but ofcourse also other things.
I have never used vbScript since it is only supported by microsoft, and it will properly be faded out, now that Microsoft launches C#.
But if you wan't to create a game designed for running on a web-page, you can either create it in JAVA (recomended) or in VB.
If you create the game in JAVA, it will run in any graphical browser: Internet Explorer, Netscape Navigator, Opera, etc.. But if you choose to create it in VB, it will only run under Internet Explorer (only under windows, depending on your use of API calls).
Hopes this helps you.
Thanks Copenhagen Man !
But If I Want To Play My Game (EXE File) On The Web What I Must Do
Or Where Can I Find Information About That ?