Author Topic: Is Visual Basic good for much?  (Read 2604 times)

0 Members and 1 Guest are viewing this topic.

Offline Pixel_Outlaw

  • Pentium
  • *****
  • Posts: 1390
  • Karma: 84
    • View Profile
Is Visual Basic good for much?
« on: November 26, 2007 »
Recently I have acquired a book about Visual Basic that includes a compiler and full color illustrations. Is this language worth learning? I hear many people disregard it for it's simplicity and single platform target. It seems like it is primarily intended for GUI making. What are your thoughts please. I've always wanted to make a simple Paint like program with a few more pixel art purest tools. I'm thinking this might be the way to go. ???

Oh the book is entitled Build a Program NOW! Microsoft Visual Basic 2005 Express Edition.
Challenge Trophies Won:

Offline Jim

  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 5301
  • Karma: 402
    • View Profile
Re: Is Visual Basic good for much?
« Reply #1 on: November 26, 2007 »
VB is used for RAD - Rapid Application Development.  With VB.NET you can do all the things C# and C++ people do.  Great for GUIs, though I'd say C# is even quicker.  Having said that, there's a world of VB software out there, it's capable of most of the things you can do in VC++, with a bit of effort, DirectX and the like.

Jim
Challenge Trophies Won:

Offline Shockwave

  • good/evil
  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 17426
  • Karma: 499
  • evil/good
    • View Profile
    • My Homepage
Re: Is Visual Basic good for much?
« Reply #2 on: November 26, 2007 »
I had a really good friend who used to use VB to write all his gui applications, he used to swear by it.
Not used it myself though.. There was a huge ezboard community dedicated to Visual Basic, perhaps it's still there.

Google "Ezboard + VB Explorer forums" it might still be around.
Shockwave ^ Codigos
Challenge Trophies Won:

Offline Hotshot

  • DBF Aficionado
  • ******
  • Posts: 2114
  • Karma: 91
    • View Profile
Re: Is Visual Basic good for much?
« Reply #3 on: December 03, 2007 »
I  used to code in VB years ago when I was college and it is very good for doing GUI stuff and more.

 :cheers: