01-24-2011, 05:12 AM
Unfortunately we can't give you any ideas for hacking material on SF due to the rules, however it's always good to start learning by an ebook. Download some VB source codes, and look at each part of the code to see how it works. Watch some youtube videos to see how other beginner programmers use the code to get what they want the app to do. You can do a lot, but I would start off by learning how loops, if then statements and all of that works first.
Try getting a button to open a messagebox or a new form. And also try getting a button to close a form, or maybe use a messagebox with several options to confirm the close of the form using an if then statment. Take it from there, and keep learning about other things involved in VB. Functions are good to learn later on.
Try getting a button to open a messagebox or a new form. And also try getting a button to close a form, or maybe use a messagebox with several options to confirm the close of the form using an if then statment. Take it from there, and keep learning about other things involved in VB. Functions are good to learn later on.