I Appreciate your response
I am Starting my vb6 class in college on monday the 19th..and like you said..ill i do now is study vb...ive gone to the point of memorizing code..i have memorized most of the different variables..String,Integer,Long Integer single,double,boolean,variants...
i have some lame programs already compiled...but since i have "working model editon" i cant make no .exe progs...and also i cant do anything with a part of vb that i really want to start learning...ActiveX.I am gonna buy the vb pro academic edition as soon as i can....i dont want really use my credit card..but i think am going to anyways..
NewBee Vbeer6.0()
Working Model Edition Sucks!
End Sub
Doing is the best learning!
The first program I made in VB (proper program anyway) was a copy of my school's network login program. I learned lots of new things while coding the app, such as Network functions (getting IP address, ethernet address, sending data by email). I also learned registry functions, encryption methods and how to use a few controls properly.
The best way to learn it certainly to write programs. Think of a project that you think would be good, that is within your reach... You could always research ways of coding if you have an idea but are unsure...
I am currently working on a new idea I had last week while I was in an english exam, and I *may* be able to get quite a bit of dough if I get it up and running at the end of the summer... (BTW, it isn't the VB World Dev Res :))
Laterz Krew
REM
Thumbs Up On The Wrox Series Of Books!!!
I've learned by coding my own project. And all of the replies above, and below are correct! You need to get inside a project... Screw it up majorly... Cuss and moan... And then retype all of your code again!
I was working with 'Sams Teach Yourslef Visual Basic 6 in 24 hours' and was two hours reading and re-reading a section on a coding project, except mine wouldn't work!!! I had the exact same code I know, because I retyped the whole dang thing three times to be sure... It wasn't until I realized one of the variables wasn't declared! (Or something like that!)
What I learned, was not to be dependent upon the book as much as analyzing what I was doing within the code. To think on my own!!!
Good luck to you! And this is a GREAT place to get help as long as you are willing to work a little too!