Start learning Visual Basic 2013 by clicking the topics listed under contents.

Home Page

Contents   Snippets
Lesson 1: Introduction to Visual Studio 2013 36. System Life Cycle
Lesson 2: Building the Interface 1- Customizing the Form   37.  Pseudo code
Lesson 3: Building the Interface 2: Adding Controls to the Form 38. Wireframe diagrams
Lesson 4: Writing the Code   39. Flowchart
Lesson 5: Working with Controls   40. Declarations
Lesson 6: Working with List Box and Combo Box   41. Load / Import Data from external file (.txt)
Lesson 7: Displaying Images in a Picture Box   42. Load / Import Data from external file (.txt) (alternate Method)
Lesson 8: Understanding Data   43. Load / Import Data from external file (.csv)
Lesson 9: Variables and Constants 44. Write / Export to external data file .csv
Lesson 10: Arrays   45. If Then Conditional Statements
Lesson 11: Performing Mathematical Operations   46. Do While
Lesson 12: String Manipulation   47. Repeat Until
Lesson 13: Making Decisions Using If…Then…Else   48. Case select
Lesson 14: Making Decisions Using Select Case    
 Lesson 15: Looping    
 Lesson 16: Sub Procedures    
Lesson 17: Creating Functions    
Lesson 18: Math Functions    
Lesson 19: The Format Function   Testing strategies
Lesson 20: Using Check Box    
Lesson 21: Using Radio Button    
Lesson 22: Errors Handling    
Lesson 23: Creating a Web Browser    
Lesson 24: Object Oriented Programming    
Lesson 25: Creating Graphics-The Basic Concept    
Lesson 26: Creating Graphics-Rectangle    
Lesson 27: Creating Graphics: Ellipse and Circle    
Lesson 28: Creating Graphics-Drawing Text    
Lesson 29: Creating Graphics-Polygon and Pie    
Lesson 30: Creating Graphics-Filling Shapes with Color
Lesson 31Using Timer    
Lesson 32: Creating Animation    
Lesson 33: Working with Databases: Introduction    
Lesson 34: Working with Databases: Creating Connection    
Lesson 35: Working with Databases: Browsing and Editing Data