VB.NET Programming in pdf
This ebook is the result of combining a number of tutorials available on the site. It gives basic information about using the language, however it does not cover every aspect of the language. There are lots to learn. I tried to put screen shots in most of the tutorials along with the source files embedded in the PDF file itself. If you still need to see how to do some stuff, check the website, there you can watch video tutorials which cover the same exact topics in this book. Table of Contents Introduction Chapter 1: Installation Chapter 2: Understanding the IDE Chapter 3: Understanding Buttons, and Textboxes Chapter 4: Dialogs and Menus Chapter 5: Understanding variables Chapter 6: Variables again, group box, list box Chapter 7: IF statement Chapter 8: FOR statement Chapter 9: Arrays Chapter 10: Collections Chapter 11: Functions Chapter 12: ByVal & ByRef Chapter 13: Subroutines Chapter 14: Do Loop Chapter 15: Structures Chapter 16: Modules Chapter 17: Clas...