English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to download Visual Basic the Latest version

It seems that all the sources are acting strange

Nothing installs the software in my System

Any idea where i can find the source?

And is it free?

2007-01-13 07:11:25 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

4 answers

Microsoft has a download for its free express edition. that's what I use:
http://msdn.microsoft.com/vstudio/express/vb/download/default.aspx

I've seen no limitations to it.

2007-01-13 07:24:48 · answer #1 · answered by The_Amish 5 · 1 0

If you just want to get a feel for what Visual Basic is you can start learning VB Script. (It stands for Visual Basic Script.)

A script is a non-compiled piece of code.

All recent versions of Windows released in the last five years come with VB Script pre-installed.

To write you first VB Script program, just type the following code in Notepad (or any other text editor) and save it as test.vbs (The name is unimportant but the extension must be ".vbs") To run the code, double-click on the test.vbs file.

Dim I
For I=1 to 5
MsgBox "The value is " & I
Next

2007-01-13 08:59:05 · answer #2 · answered by identity341 2 · 0 0

Hi there. Nope, nothing's is ever free .. well .. depends .. hehs.
In this case, are you talking about Microsoft Visual Basic? If so, it's definately not free. However, you can download a trail version of it, the latest u can get is Visual Basic 2005 I think. U can get it from their download page. Another Visual Basic app clone I've tried, and isn't bad at all, is RealBasic. U can get it at:

http://www.realbasic.com/

Note: Visual Basic from M$ is for Windows only, whereas RealBasic is good for Mac, Linux and Windows, ...not bad...

Hopes this helps.

2007-01-13 07:22:41 · answer #3 · answered by iskai 4 · 0 2

check out Microsoft.com - search for "Visual BASIC 2005 Express Edition". That version of VB is free.

2007-01-13 08:01:09 · answer #4 · answered by Richard H 7 · 0 0

fedest.com, questions and answers