Google
 

View Full Version : Visual Basic


StrikeThree
09-18-2002, 08:51 PM
Anyone out there have VB experience? What can you tell me about it? Where can I get MS VB 6.0?


G.

Dilbert
09-18-2002, 09:24 PM
I haven't used VB, but if it's anything like RealBasic then it should be a pretty good deal. RB is either slow to execute (or impossible) if you're trying to do extremely low-level stuff, but mostly it just lets you get on with things in a hurry. I'm heavily into Java so I can't live without CodeWarrior as well, but RADs are good and fast. I'd prefer to have a C++ or Java style of code syntax in a RAD rather than the Basic syntax, but I can't seem to find a good/affordable one.

Kraw
09-18-2002, 09:55 PM
I use it, but it is built into a program ( a forms designer actually) so I prob wouldn't be too much help

it is pretty straight forward.. I like it

ChaoticThoughts
09-19-2002, 03:01 AM
I used VB, C++ and a little java.

Imo- go for java. VB may be pretty easy, but it is limited to windows, and if you want to get serious about programming, java is a better way to go.

But if you really want to go for VB, it is basically a mix of gui and code. You can make the visual, mess with the properties, and finally add the important code.

If you are looking for any building programs, either look through the internet, or buy a book. Many books have cds with freeware or demo programs to help you.

RightWingZealot
09-19-2002, 04:26 PM
I second the java notion.
Im using java a bit here at the lab, and it is prety cool.
Much more versatile than VB.

AdamJ
09-19-2002, 04:34 PM
VB is great for creating quick windows based programs, especially when you want to integrate with other Office products, including access databases, and excel spreadsheets.

The way VB is written (java too for that matter) is quite different then C or C++.

In terms of high and low level, meaning how granular the code gets with respect to the hardware, VB and Java are very high level, with C being more mid level.

Im a C++ & VC++ programmer myself, Ive just found VB to be too limiting in my 'creations' ;)

PFDarkside
09-19-2002, 04:43 PM
VB is great for simple apps. (I'm using it right now)
VC++ is good if you need to get more into the nitty gritty...

Het Adam, do you know Assembly? :D

AdamJ
09-19-2002, 05:08 PM
Sure, some Z80, a little intel.. a little Motorola 6800.. :)

RightWingZealot
09-20-2002, 02:18 PM
Wow adam.. you live about a half hour away from me..

small world

AdamJ
09-20-2002, 03:35 PM
Originally posted by RightWingZealot
Wow adam.. you live about a half hour away from me..

small world

Sweet! Now there is 4 of us!

Me, you, Criminal, and cyberpunk... Time for a DA-ChiTown Party!

Google