• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

Visual Basic 6

Joined
Dec 13, 2011
Messages
433 (0.09/day)
Processor Core i5 3470 (3.20 GHZ)
Cooling Intel OC27vv
Memory 16 GB DDR3 667mhz
Video Card(s) XFX Radeon HD 5670
Storage Seagate - 500GB | 7200RPM | 32MB Cache | Sata-3G
Display(s) BenQ RL2455
Case Dell Tower
Audio Device(s) On-board
Power Supply Corsair 600w
I'm not sure if this is the right section to ask my question, but here goes.

I want to learn programming; not real in-depth programming, but just enough to make some basic programs. Like a program to organize my movie collection, add a synopsis of the movie, and a rating. I'll like to start with Visual Basic 6. There's a plethora of books on VB 6, which one, if any, can provide the best instructions to a novice person?
 
I moved this thread to "Programming & Webmastering". I suggest not to use vb6 and go with vb.net 2010 or 2012 express. I'd also, suggest if you are learning from the ground up then start with c#. :toast:

Visual Studio Express 2012 for Windows Desktop
 
Last edited:
Yeah, VB.NET. I had to do some work with VB6 recently and finding anything online to help is hell. Virtually all resources out there now are for VB.NET so it's easier to start with VB.NET than VB6.

I wouldn't recommend starting with C# because C# is very strict in terms of syntax. You need to familiarize yourself first with basic programming constructs. Then you can move to the more complicated C#.
 
Yeah, VB.NET. I had to do some work with VB6 recently and finding anything online to help is hell. Virtually all resources out there now are for VB.NET so it's easier to start with VB.NET than VB6.

I wouldn't recommend starting with C# because C# is very strict in terms of syntax. You need to familiarize yourself first with basic programming constructs. Then you can move to the more complicated C#.

I can agree with that and disagree.. I agree it would be easier to start out with vb.net, but it also can give you bad habits in your syntax. But vb.net isn't as bad to do that like vb6 was.. He can't go wrong with either. Both express versions are free so he can try them both. :toast:
 
Back
Top