| Can i write BASIC or VISUAL BASIC programs on the internet?

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:

  1. How do I write this substring code in Visual Basic? Robert Nesta M asked: I am writing a Visual Basic...
  2. 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...
  3. Can anybody send me some notes for MS visual basic programming? Jaya asked: I am a biginer of in programming in...
  4. why my visual basic program not working ? mrlee asked: I just made a calculator with VB 2008,...
  5. visual basic programming? samuel s asked: trying to write the code to get...

Filed Under Programming & Design |

Tagged With , ,

Comments

5 Responses to “Can i write BASIC or VISUAL BASIC programs on the internet?”

  1. danuitti on May 13th, 2009 1:24 pm

    You can try some of these free downloads. I have no idea which one are any good.

    Good luck

  2. eunmind on May 16th, 2009 10:32 pm

    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.

  3. thanassis on May 19th, 2009 11:05 pm

    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,

  4. stratsandlespauls on May 21st, 2009 5:42 am

    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.

  5. sethsdadiam on May 22nd, 2009 12:52 pm

    try w3school.com or visualbasicscript.com or microsoft.com. MS lets you use VB 2005 for free.