Airhog
07-07-2003, 07:11 PM
I have decided to try and learn Visual Basic 6. I have some very basic programming skills. I took a course in like 6th grade on basic on the Apple. So I really need to find a book that takes alot of time to explain things.
I have 2 books, the first is murach's visual basic 6 and the other is visual basic 6 in english. Both books are written well, but I have a hard time trying to convert what they are talking about into something I can use.
I started to work on the calculator application in one book, and I am already stumped, because code is shown, but no explination is given as to how the code works.
I can understand some of the basic code like this line
Readout.Text = Readout.Text & Keys(Index).Caption
Which means the the box in my calculator will display a number when I press the corresponding key, but I quickly get lost when he starts to show how to progam the operators.
I would like a book that not only shows the crucial statements, but also explains how they are used in programming.
Also, can you point me to some websites, forums, etc, that may have training stuff on them.
I have 2 books, the first is murach's visual basic 6 and the other is visual basic 6 in english. Both books are written well, but I have a hard time trying to convert what they are talking about into something I can use.
I started to work on the calculator application in one book, and I am already stumped, because code is shown, but no explination is given as to how the code works.
I can understand some of the basic code like this line
Readout.Text = Readout.Text & Keys(Index).Caption
Which means the the box in my calculator will display a number when I press the corresponding key, but I quickly get lost when he starts to show how to progam the operators.
I would like a book that not only shows the crucial statements, but also explains how they are used in programming.
Also, can you point me to some websites, forums, etc, that may have training stuff on them.