OK, i just got into
VB. Im using VB6 software, but learning from a VB5 Wrox book for beginners. I can follow along quite well, it's just when i have to right the code to exe the project i get syntax errors. Im following the book right on the money. I triple check word for word in the book to mine.
Here is an example: This is what written in the book. I run it, and i get syntax error. WHY!! It's copied word for word.
MessageBox.Show("Value of intNumber + 1 = " & intNumber, "Variables")
Thanks to anyone for suggetions...