Where do I start?

Want to just shoot the breeze? Forum 42 is the place!

Moderator: Moderators

Kurt_
Portablizer
Posts: 5748
Joined: Thu Nov 24, 2005 10:32 am
Steam ID: kurbert
Location: Ontario, Canada
Contact:

Post by Kurt_ »

Well the newest version is VisualBasic.Net, but I think you sdhould learn what you'll be learning in school next year. Because VB6 and VB.net have minor differences that will completely screw you over.

Mind you, a VB6 book is probably a lot cheaper now that .NET is out...
Assuming no prior computer programming knowledge on the part of the reader, the updated edition of David Schneider''s best-selling Visual Basic 6 book now includes an introduction to Visual Basic.NET. This book uses Visual Basic 6.0 to explore the fundamentals of programming in general and to explain how to use Visual Basic as a front end to take control of major applications such as Microsoft Office. A broad range of examples, case studies, exercises, and programming projects gives readers significant hands-on experience. Introducing good programming practices that are in-step with modern programming methodology, this book uses well-chosen examples to illustrate every new concept. It includes carefully designed examples that both reinforce the text and challenge the reader to make original connections. The book also incorporates real, current, and sometimes humorous data throughout to add fun and interest to the overall presentation. The updated edition of Introduction to Programming with Visual Basic 6 includes the addition of named constants throughout the book, an update of all the data, and the addition of new programming projects in each chapter. An essential reference for every programming professional.
114 CAD Book

Teaches you VB6 and a bit of .NET

or you can get a used book with water damage and such (the same book but a lower version, no .NET) for $20 but then shipping isn't free (it's 7$ CAD)

Or better old used books for more: http://www.chapters.indigo.ca/usedbooks ... 0131427075
Hey, sup?
CronoTriggerfan
Moderator
Posts: 4131
Joined: Fri Jan 27, 2006 3:07 pm
Location: University of Michigan - Ann Arbor
Contact:

Post by CronoTriggerfan »

Okay, I found out that my school currently uses VB6, so that's what I'm going with. And that book looks pretty good, Kurt. Can you personally recommend it?

CTFan
Image
Kurt_
Portablizer
Posts: 5748
Joined: Thu Nov 24, 2005 10:32 am
Steam ID: kurbert
Location: Ontario, Canada
Contact:

Post by Kurt_ »

No. I just did a quick chapters search.

I can personally reccomend the actionscript book :wink: .
Flash is MUCH better for making games, I can tell you that. And it's really easy to learn (Although I learned VB6 First)

Don't forget to do hello world first!

1) Place a button on the form

2)

Code: Select all

print "Hello World!"
3) Run program!
Hey, sup?
sam fisher
Posts: 1093
Joined: Mon Apr 25, 2005 8:52 am

Post by sam fisher »

Oh for gods sake. Don't learn basic. Compared to any other programming language its practicially useless and well out of date.

The C programming lanuguage by Kernie and Richie will teach you C right from the beginning.
Image
CronoTriggerfan
Moderator
Posts: 4131
Joined: Fri Jan 27, 2006 3:07 pm
Location: University of Michigan - Ann Arbor
Contact:

Post by CronoTriggerfan »

Okay, I'm getting VB6.0, but I still need to know one thing: What's the difference between VB 6.0 Learning Edition and VB 6.0 wit Plus Pack? I heard somewhere that Learning Edition is the same except it's more geared toward beginners; is this true? and if so, should I get the Learning Edition?

Thanks,
CTFan

PS: Okay, Sam, we get it; you don't like BASIC. If it makes you feel any better, I'll give C a shot if VB doesn't work out, mkay :P ?
Image
Kurt_
Portablizer
Posts: 5748
Joined: Thu Nov 24, 2005 10:32 am
Steam ID: kurbert
Location: Ontario, Canada
Contact:

Post by Kurt_ »

Well you can always DEFIANTELY NOT DOWNLOAD IT ILLEGALLY from the internet. Try both, if you want. I know for a fact the help files in VB6 are very difficult to understand for beginners as they assume you know everything else expect the thing you're looking for help on.

I found some stuff you might want to see before you do anything else. I'll PM it to you so the link doesn't get modded. (Gonna say MODified, but that's a tad confusing :P )
Hey, sup?
sam fisher
Posts: 1093
Joined: Mon Apr 25, 2005 8:52 am

Post by sam fisher »

CronoTriggerfan wrote:Okay, I'm getting VB6.0, but I still need to know one thing: What's the difference between VB 6.0 Learning Edition and VB 6.0 wit Plus Pack? I heard somewhere that Learning Edition is the same except it's more geared toward beginners; is this true? and if so, should I get the Learning Edition?

Thanks,
CTFan

PS: Okay, Sam, we get it; you don't like BASIC. If it makes you feel any better, I'll give C a shot if VB doesn't work out, mkay :P ?
Well, you will be giving C a shot. Because if you actually become a half decent programmer you will want the added functionality. I say do C just to learn how to use a more low level language. Then switch to C++. Of course you need to learn OOP but thats not so bad.
Image
Post Reply