Can i write BASIC or VISUAL BASIC programs on the internet?
buckbucknumber2000 asked:
I’d like to be able to write a small computer program to help me do some calculations. I used to experiment with programming with the ‘BASIC’ computer language. If u can play pacman for free on the internet now surely there is a website somewhere where I could punch in some BASIC computer code to write a small working program? is there?
Related posts:
- How do I write this substring code in Visual Basic? Robert Nesta M asked: I am writing a Visual Basic...
- How to write a program in Visual Basic to add, update, or delete records? Kevin asked: Okay, I’m about stressed to the limits right...
- Can anybody send me some notes for MS visual basic programming? Jaya asked: I am a biginer of in programming in...
- why my visual basic program not working ? mrlee asked: I just made a calculator with VB 2008,...
- visual basic programming? samuel s asked: trying to write the code to get...
Filed Under Programming & Design |
Tagged With Play Pacman, Programming Language, Small Computer
Comments
5 Responses to “Can i write BASIC or VISUAL BASIC programs on the internet?”
You can try some of these free downloads. I have no idea which one are any good.
Good luck
This is technically possible if you use Internet Explorer and a plugin feature called ActiveX. But building ActiveX component is way too hard just for a simple calculation program.
Javascript can perform all simple calculations that you need, and coupled with DHTML(dynamic html) you can create simple user interface. This would probably be the fastest and easiest solution that you might want to look into if you want to build an application on a Web browser.
* also see dialect of Javascript called VBScript, which has kinda similar taste to Visual Basic.
normally I would say no, but after a bit of searching I was surprised to see that there is a online page for writing and executing a version of “basic” at
hope it helps,
Yes, it is called ASP or ASP.net
They are scripting languages that use vbscript or VB.net respectively to perform calculations, Database tasks…..etc over the web.
try w3school.com or visualbasicscript.com or microsoft.com. MS lets you use VB 2005 for free.