473,385 Members | 1,449 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Which software do I need to program VisualBasic ?

Until now I programmed a lot with C++ and Java. Now I want (have) to do some programming with
Visual Basic. Which software do I need for this ?
Which is the best GUI development tool for Visual Basic?

When I search through Google it seems to me that most of the introduction think that
Visual Basic is pre-installed. But I did not found a Visual Basic compiler on my Win2000 system.
Where can I download the VisualBasic environment for Win2000 (WinXP) and where
a good GUI development IDE?

Moreover I did not found any introduction web sites which explain the difference
between (traditional) Visual Basic and VB based on dotnet.

Please, could someone point me to a good software guide.

Thank you
Frank

Apr 4 '06 #1
8 4448


"Frank Callone" wrote:
Until now I programmed a lot with C++ and Java. Now I want (have) to do some programming with
Visual Basic. Which software do I need for this ?
Which is the best GUI development tool for Visual Basic?

When I search through Google it seems to me that most of the introduction think that
Visual Basic is pre-installed. But I did not found a Visual Basic compiler on my Win2000 system.
Where can I download the VisualBasic environment for Win2000 (WinXP) and where
a good GUI development IDE?

Moreover I did not found any introduction web sites which explain the difference
between (traditional) Visual Basic and VB based on dotnet.

Please, could someone point me to a good software guide.

Thank you
Frank


In addition to Jeff's reply.

Classic Visual Basic (vb6 and below) is discontinued. MS's only Visual Basic
offering at the moment is Visual Basic.Net. (aka VS/VB 2003/2005).

To do VB6 development you will need to purchase Visual Studio 6. It is no
longer available thru MS except if you have a subscription (and you likely
don't or you wouldn't have asked. <g>). You can buy it at various sources on
the internet. It is best to go ahead an purchase the full VS 6 (VB and VC++)
pro or enterprise version, as the difference in price from buying just VB is
slight compared to the benifits of the additional tools.

If it is VB.net then you may get by using the VB 2005 Express Edition. Free
download from MS, but you need some software to create a freestanding install
from the downloaded image file, or you can purchase it with several books
(Wrox sells a book "Visual Basic Express Edition Startup" for $39 that
includes the CD.)

Find out which VB you need to use.

As for spelling out the differences - that takes volumes. Essentially VB.Net
and VBc are totally different languages and environments.

hth
-ralph

Apr 4 '06 #2
"ralph" <ra***@discussions.microsoft.com> wrote in message
news:05**********************************@microsof t.com...

To do VB6 development you will need to purchase Visual Studio 6. It is no
longer available thru MS except if you have a subscription (and you likely


Just an FYI here.... VS6 is no longer available to MSDN subscribers . You
can still get VB6 with an MSDN subscription.... but only for a short while.
VB2, 3 and 4 are still readily available since they don't install MSJVM...
which is nuts because VB doesn't require MSJVM and it's easily installed
without it.... but, since VB5/6 are direct competitors to "the new toy",
instead if simply fixing the installer, the entire package will be removed
forever.
--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
Apr 4 '06 #5


"Ken Halter" wrote:
"ralph" <ra***@discussions.microsoft.com> wrote in message
news:05**********************************@microsof t.com...

To do VB6 development you will need to purchase Visual Studio 6. It is no
longer available thru MS except if you have a subscription (and you likely


Just an FYI here.... VS6 is no longer available to MSDN subscribers . You
can still get VB6 with an MSDN subscription.... but only for a short while.
VB2, 3 and 4 are still readily available since they don't install MSJVM...
which is nuts because VB doesn't require MSJVM and it's easily installed
without it.... but, since VB5/6 are direct competitors to "the new toy",
instead if simply fixing the installer, the entire package will be removed
forever.
--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm

I didn't know that.

Thankfully I have kept every disk.

They just keep chipping away. <g>

-ralph

Apr 4 '06 #6
ralph wrote:
"Ken Halter" wrote:
"ralph" <ra***@discussions.microsoft.com> wrote ...

To do VB6 development you will need to purchase Visual Studio 6. It
is no longer available thru MS except if you have a subscription
(and you likely


Just an FYI here.... VS6 is no longer available to MSDN subscribers
. You can still get VB6 with an MSDN subscription.... but only for a
short while. VB2, 3 and 4 are still readily available since they
don't install MSJVM... which is nuts because VB doesn't require
MSJVM and it's easily installed without it.... but, since VB5/6 are
direct competitors to "the new toy", instead if simply fixing the
installer, the entire package will be removed forever.


I didn't know that.

Thankfully I have kept every disk.

They just keep chipping away. <g>


I suspect this is one torrent that will never die...

http://thepiratebay.org/details.php?id=3266833

<sigh>
--
Working without a .NET?
http://classicvb.org/
Apr 5 '06 #7


"Karl E. Peterson" wrote:
ralph wrote:
"Ken Halter" wrote:
"ralph" <ra***@discussions.microsoft.com> wrote ...

To do VB6 development you will need to purchase Visual Studio 6. It
is no longer available thru MS except if you have a subscription
(and you likely

Just an FYI here.... VS6 is no longer available to MSDN subscribers
. You can still get VB6 with an MSDN subscription.... but only for a
short while. VB2, 3 and 4 are still readily available since they
don't install MSJVM... which is nuts because VB doesn't require
MSJVM and it's easily installed without it.... but, since VB5/6 are
direct competitors to "the new toy", instead if simply fixing the
installer, the entire package will be removed forever.


I didn't know that.

Thankfully I have kept every disk.

They just keep chipping away. <g>


I suspect this is one torrent that will never die...

http://thepiratebay.org/details.php?id=3266833

<sigh>
--
Working without a .NET?
http://classicvb.org/

ROFL!

I just happened to read on the comments the website and noticed the plight
of poor Mr/Miss jbysmith ...

"Anyone happen to know if this one includes the help files? I've only been
able to find one complete copy so far.. and its in Korean ugh."

Note the "this one" - Ghod knows how many gig has been downloaded to date.

I have definitely had one of those days... <g>

-ralph

Apr 5 '06 #8
ralph wrote:
"Karl E. Peterson" wrote:
ralph wrote:
"Ken Halter" wrote:

"ralph" <ra***@discussions.microsoft.com> wrote ...
>
> To do VB6 development you will need to purchase Visual Studio 6.
> It is no longer available thru MS except if you have a
> subscription (and you likely

Just an FYI here.... VS6 is no longer available to MSDN subscribers
. You can still get VB6 with an MSDN subscription.... but only for
a short while. VB2, 3 and 4 are still readily available since they
don't install MSJVM... which is nuts because VB doesn't require
MSJVM and it's easily installed without it.... but, since VB5/6 are
direct competitors to "the new toy", instead if simply fixing the
installer, the entire package will be removed forever.

I didn't know that.

Thankfully I have kept every disk.

They just keep chipping away. <g>
I suspect this is one torrent that will never die...

http://thepiratebay.org/details.php?id=3266833

<sigh>


ROFL!

I just happened to read on the comments the website and noticed the
plight of poor Mr/Miss jbysmith ...

"Anyone happen to know if this one includes the help files? I've only
been able to find one complete copy so far.. and its in Korean ugh."

Note the "this one" - Ghod knows how many gig has been downloaded to
date.


Yeah, ain't P2P grand? <bg>
I have definitely had one of those days... <g>


I hear that...
--
Working without a .NET?
http://classicvb.org/
Apr 5 '06 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: pdcjlw1 | last post by:
I am attempting to learn how to program in VisualBasic.Net after many years as a Cobol programmer. I've done some simple things in VisualBasic.net and have a good understainding of SQL, but I still...
6
by: lastusernameleft | last post by:
i've been researching this issue for a while and can't come to any conclusive answer, mostly it seems to be a preference over syntax, some saying c# is elegant while vb is clunky, or that c# is...
11
by: Angel Salamanca | last post by:
Hello all, Just downloaded the .NET SDK and, to test it works, I write this "Hello world" code: Option explicit Imports System ' A "Hello World!" program in Visual Basic.
2
by: Steve | last post by:
Having only recently migrated across from VB6 to VB.NET I'm still unsure whether or not I should be making (heavy) use of the Microsoft.VisualBasic namespace in new applications. I've read a lot...
11
by: tinman | last post by:
Hi... I have the following two excerpts from a method. It basically reads data from a DataReader and loads it in a collection. Excerpt A: ******** With ProjectData
0
by: Supra | last post by:
i got mdichild working. i'm working on similar to mirc chat. when i joined channel #vb the first mdichild is on. then when i wanted to join another channel #visualbasic. then i got second mdichild...
1
by: Carlos | last post by:
I'm getting RPC error when I try to register analys32.xll in the VB program. ErrorCode=-2147417851 Message="El servidor lanzó una excepción. (Exception from HRESULT: 0x80010105...
114
by: Master Programmer | last post by:
Which do you prefer? Classic VB example: ************************* Private Sub Command1_Click() MsgBox "Hello, World" End Sub A VB.NET example: **************************
2
by: RFleming | last post by:
I am using a program that converts decimal to BCD and Back Again. While running code I noticed that somehow the conversion is not handled correctly. for example run the code below: For i As...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.