I started with a VB 4 class in school also and didn't learn anything. I hated programming. But I have since dabbled a little here and there.

I have found the best way to learn is to dream up something wild that you would like to have (software-wise) and create it. You can refer to the experts (here, at work, class, etc.) to give you ideas on the methods to do things, but NEVER take code snippets and cut and paste into your own program.

It is much too easy to find code where other people have done things similar to what you are looking for and cut and paste it. But you don't learn that way. Figure out why they do it and see if you can improve it. There are so many ways to code, and it is fun to see everyone else's perspective.

Just keep dreaming the projects up. It's all ONES and ZEROS... And it is so much fun when you create something that makes your life easier! Chances are it will for someone else too.

Good luck!

Kevin
VB6 w/SP4