Visual Basic

hemanthsam

Beta member
Messages
1
It has been given that i need to design the front end of my database using visual basic.....please suggest some good ebook links for learning VB...and some links where i can download a proper VB
 
You can usually find some pretty good tutorials off Google. You can also learn a lot by just messing around. VB coding is pretty simple.

Object.property = NewValue

That is how you get stuff done. Then there's basic arithmetic and such. The only things you really need to look up are loops/if-thens/arrays. But if you run into one of those you can just ask.
 
Back
Top Bottom