Ultimate vb.net Tutorials for begginers! 08-25-2013, 11:35 AM
#1
Getting Started
Write your first .NET code
Loops
- Getting started with VB.NET
- Visual Basic .NET Forms
- Adding Controls using the Toolbox
- Adding a Textbox to the Form
- Visual Basic .NET and Properties
- The Text Property
- Adding a splash of colour
- Saving your work
- Create a New Project
Write your first .NET code
- What is a Variable?
- Add a coding button to the Form
- Writing your first .NET code
- String Variables
- How to get at Text in a textbox
- More about VB .NET variables
- Using variables in your .NET code
- A VB NET Calculator Project
- The code for the calculator
- The Message Box in VB .NET
- If Statements
- Select Case Statements
- Add a Combo Box to a VB .NET form
- The Conditional Operators
- Section Three Exercises
Loops
- An Introduction to Loops in VB .NET
- For Loops
- Do Loops
- A Times Table Programme
- The Code for the Time Table Programme
- The Basic Math Symbols in VB .NET
- Add a menu to a VB .NET Form
- How to add code to a Menu
- How to add a Sub Menu to your Form
- How to add Shortcuts to your Menu Items
- A VB .NET menu Project
- The Open File Dialogue Box
- Filter files with the Open File Dialogue Box
- The Open File Dialogue Box
- The Save File Dialogue Box
- Cut, Copy, Paste and Undo menus
- How to Show and Hide Controls
- Insert Images into a Picture Box
- Add a Checkbox to a VB .NET form
- Writing code for Checkboxes
- Add Option Buttons to a VB .NET form
- Error Handling and Debugging in VB .NET
- Design Time Errors
- RunTime Errors
- Try ... Catch in VB .NET
- Logic Errors
- Breakpoints and Debugging tools
- What is an Array?
- Arrays and the Index Number
- Assigning Values to an Array
- Arrays where boundaries are not known
- The String Variable Type
- How to use the Trim Method
- The difference between Char and Chars()
- How to use the InStr Method
- How to use the Substring Method
- Equals, Replace and Insert Methods
- How to use Split and Join in VB .NET
- What is a Text File?
- How to Open a Text File in VB .NET
- How to Read a Text File Line by Line
- How to Write to a Text File in VB .NET
- Appending Text to a File in VB .NET
- How to Copy a File
- How to Move a File
- How to Delete a File
- An Introduction to Functions and Subs
- How to Create your own Subs in VB .NET
- Using Parameters in your Subs
- ByVal and ByRef in VB .NET
- How to Create a Function in VB.NET
- How to use Parameters with Functions
- Standard Modules - Part One
- Standard Modules - Part Two
- An Introduction to Classes and Objects
- Create your own Classes in VB .NET
- How to Create Methods in your Classes
- More about Creating Methods
- Create Properties in your Classes
- How to Use your New Property
- VB NET Express and Databases
- The Database Wizard in VB NET Express
- Write your own VB .NET database code
- Learn about DataSets and Data Adaptors
- Display the Data in the DataSet
- Navigate a Database with VB .NET
- How to Move through the Database
- Add, Update and Delete Records
- Add a New Record using VB .NET
- Delete a Record using VB .NET