Customer Reviews


14 Reviews
5 star:
 (10)
4 star:
 (1)
3 star:
 (1)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


11 of 12 people found the following review helpful:
5.0 out of 5 stars The best development tool in the world.
Easy to learn, providing lightning fast application development, worldwide supported, intuitive. It sounds like a Microsoft commercial, but it's my honest opinions about Visual Basic 6.

Underrated in performance when it comes to execution speed. If somebody tells you that speed is a con with VB6 that is not true. This is also the fastest Visual Basic version...
Published on August 22, 2005 by Kevin Hertzberg

versus
12 of 15 people found the following review helpful:
1.0 out of 5 stars bait and switch
I ordered Microsoft Visual Basic Professional 6.0 with Plus Pack,as advertized. I received VB 4.0, so be very careful when dealing on here. I am finished with this venue to purchase items that are integral to my work. Every piece of advertisement stated VB6.0...... but the seller (msblissbooklist)
was dishonest. USE CARE when dealing with this seller. She has...
Published on July 24, 2006 by Pete H. Dillon


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

11 of 12 people found the following review helpful:
5.0 out of 5 stars The best development tool in the world., August 22, 2005
This review is from: Microsoft Visual Basic Professional 6.0 with Plus Pack [Old Version] (CD-ROM)
Easy to learn, providing lightning fast application development, worldwide supported, intuitive. It sounds like a Microsoft commercial, but it's my honest opinions about Visual Basic 6.

Underrated in performance when it comes to execution speed. If somebody tells you that speed is a con with VB6 that is not true. This is also the fastest Visual Basic version (including VB.NET).

Visual Basic 6 has never failed me. It simply is the best development tool.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 10 people found the following review helpful:
5.0 out of 5 stars Microsoft's Greatest Gift, June 21, 2006
This review is from: Microsoft Visual Basic Professional 6.0 with Plus Pack [Old Version] (CD-ROM)
My programming experience: Fortran -> Basic -> QuickBasic -> Assembly Language linked to QuickBasic -> finally Visual Basic 6. I've written thousands of pages of code for VB6. To the reviewer who wrote that Visual Basic is for "toy applications", I hope he's grown-up since 2000. Apparently he doesn't understand the power of this program. The complexity that VB6 allows is limited only by a programmer's intelligence and imagination.

I am very disappointed in the direction that Microsoft took by dropping VB6 and going in the direction of VB.Net. There is room in the world for both VB6 and Net. I sense that the intellectual incest of certain system oriented "C" purests went into making that decision. Unfortunately, everthing in life eventually becomes political, especially company politics, and great ideas can become trivialized. I may one day learn "Net", but I can't scrap my existing code. I need VB6 and Net to work together.

I've survived using VB Learning Edition for years, which is amazing. I found VB Professional Edition on this site before it goes into extinction, simply because I need one control, "Internet Transfer Control" - otherwise Learning Edition has satisfied all my needs writing very complex programs.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


12 of 15 people found the following review helpful:
1.0 out of 5 stars bait and switch, July 24, 2006
This review is from: Microsoft Visual Basic Professional 6.0 with Plus Pack [Old Version] (CD-ROM)
I ordered Microsoft Visual Basic Professional 6.0 with Plus Pack,as advertized. I received VB 4.0, so be very careful when dealing on here. I am finished with this venue to purchase items that are integral to my work. Every piece of advertisement stated VB6.0...... but the seller (msblissbooklist)
was dishonest. USE CARE when dealing with this seller. She has refused to answer 5 e-mails.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 9 people found the following review helpful:
5.0 out of 5 stars Great MS Developmental tool, September 8, 2002
This review is from: Microsoft Visual Basic Professional 6.0 with Plus Pack [Old Version] (CD-ROM)
This is a great tool! I have use it with numberous MS office apps, created games, software from Db and Dna 2k utilization. Going from Quick Basic to VB3 to VB5. VB6 has the better libray and the ultilization of COM+ and DirectX the horizon is virtually endless.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


13 of 18 people found the following review helpful:
5.0 out of 5 stars Great and easy to use even for beginners, April 12, 2000
By 
Ian Livingston (Northwest Connecticut) - See all my reviews
This review is from: Microsoft Visual Basic Professional 6.0 with Plus Pack [Old Version] (CD-ROM)
I just started programming this year in high school. I started with Q-Basic and have since moved onto Visual Basic 6.0. WOW! The program is awesome and fun to use. I have been saving up money to buy it and just recently purchased it to use at home. I would tell anyone interested in buying it to go for it. It is well worth the price.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Awesome, April 19, 2000
This review is from: Microsoft Visual Basic Professional 6.0 with Plus Pack [Old Version] (CD-ROM)
One of the easiest to learn and funest programming languages! The possibilites are endless with this sofware! A definate for any programmer.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


19 of 29 people found the following review helpful:
3.0 out of 5 stars Good for end-user interface but not much else, October 21, 2001
This review is from: Microsoft Visual Basic Professional 6.0 with Plus Pack [Old Version] (CD-ROM)
VB is probably the best language Microsoft has spit up so far. This latest edition adds some nice features for doing tasks with minimal thought. It's really worthless for trying to do anything beyond simple programs(Meaning not much code) created using pre-done libraries and controls(*.OCX). But that's what's so nice about it. Let's say you developed foo program for bar OS (Foo and Bar are standard variables used commonly in programming groups), and wanted to bring it over to windows, making all of foo's features excessible through GUI. Simple enough, just copy the source not associated with bar's GUI and compile it into a DLL or OCX then use VB to associate methods and with the Windows GUI. Very handy especially when doing cross platform development. The main reason it lost points with me is due to the price...truly insane! I could see even $100 being tolerable but $500 is ludicrous, but I guess this price just reminds us that Micro$oft is behind this, otherwise decent, tool.

Note: Any kiddies out their wanting to learn a language, DON'T start with this(Try Perl instead). It teaches terrible habits that are hard to grow out of, making it difficult to learn other languages, and will get you reamed by your college professors. The major things are:

1)Everything is shown while typeing. So typing in "foobar." shows everything associated with foobar.

2)Case errors are automatically corrected.

3)Variable types are too easy to work with. There are very few real languages that let you call a 'variant' type (Although Perl handles most of it's types of variables in a similar manner).

Hope this helped anyone considering spending the $500.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2.0 out of 5 stars No Mac or Linux Support, June 12, 2011
Amazon Verified Purchase(What's this?)
This review is from: Microsoft Visual Basic Professional 6.0 with Plus Pack [Old Version] (CD-ROM)
This Product works perfectly but doesnt produce executable files for Mac or Linux. If you ever need cross platform executables, save your money and time and start with Real Basic. Real Basic has a convertor for VB6 to Real Basic but it doesnt work well. I had to rewrite my program, but Real Basic can produce executables for Windows, Mac and Linux simultaneously. If you know Visual Basic, it isnt difficult to write for Real Basic. Real Basic has a very helpful user group forum which answers your questions within minutes to hours. Real Basic lets you use their product for a month without paying anything for the privilege.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Very Satisfied with product and service, September 23, 2009
Amazon Verified Purchase(What's this?)
This review is from: Microsoft Visual Basic Professional 6.0 with Plus Pack [Old Version] (CD-ROM)
Item was as advertized and shipped promptly.
I received it earlier than anticipated.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars DLL's A Snap In Visual Basic, June 6, 2000
By 
Richard Poplawski (Scranton, Pennsylvania) - See all my reviews
This review is from: Microsoft Visual Basic Professional 6.0 with Plus Pack [Old Version] (CD-ROM)
DLL's written in Visual Basic instead of C++ actually run faster, much faster, especially mathematically-oriented stuff! This has been backed up by tests! VB is incredible, incredible, incredible!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

Microsoft Visual Basic Professional 6.0 with Plus Pack [Old Version]
Microsoft Visual Basic Professional 6.0 with Plus Pack [Old Version] by Microsoft Software (Windows 2000 / 95 / 98 / NT)
Used & New from: $549.97
Add to wishlist See buying options