Video description
Visual Basic is one of the most powerful languages and was created by one of the largest companies in the World, Microsoft.
About This Video
- Visual Basic programming
- Application programming
In Detail
This course introduces beginners to the basic fundamentals of VB.NET with easy, hands-on exercises that you can practice right in the browser. Learn everything there is to know about Visual Basic applications and how to program them. A step by step approach is used to explain every facet of these topics.
Gain a good understanding of the following concepts with this course:
- What is Visual Basic?
- Microsoft certifications
- How to program in the Visual Basic language
- Features of the Visual Basic programming language
- Coding semantics
- Website programming
- Design practices of applications
- Application programming
- Object-Oriented Programming
- Network programming
- Multithreading programming
All the code files are placed at https://github.com/PacktPublishing/VB.NET-Masterclass-Learn-Visual-Basic-and-VBScript
Downloading the example code for this course: You can download the example code files for all Packt video courses you have purchased from your account at http://www.PacktPub.com. If you purchased this course elsewhere, you can visit http://www.PacktPub.com/support and register to have the files e-mailed directly to you.
Table of Contents
Chapter 1 : Introduction
Introduction to This Course
00:01:15
Setup on Windows
00:06:06
Run Code Online
00:01:23
Chapter 2 : Basics
Console Output
00:04:17
Comments
00:03:03
Variables
00:03:05
Console Input
00:02:03
Data Types
00:08:27
Constants
00:03:11
Enumerations
00:04:02
Directives
00:04:51
Operators
00:06:09
If Statement
00:04:54
Switch Statement
00:04:24
Loops
00:07:51
Strings
00:04:51
Date & Time
00:04:15
Arrays
00:06:18
For Each Loop
00:03:56
ArrayList
00:03:53
Hashtable
00:04:58
SortedList
00:02:33
Stack
00:04:45
Queue
00:03:36
BitArray
00:06:40
Subs
00:07:29
Functions
00:04:06
Exception Handling
00:05:18
Chapter 3 : Classes
Simple Class Example
00:09:05
Constructor
00:03:23
Destructor
00:03:08
Shared Properties
00:04:18
Inheritance
00:04:20
Scope
00:03:29
Chapter 4 : File Handling
File Handling
00:06:32
Chapter 5 : GUI
Setup A GUI Project
00:02:55
Forms
00:04:59
TextBox
00:06:02
Label
00:01:45
Button
00:03:47
ListBox
00:04:18
ComboBox
00:02:33
RadioButton
00:03:46
CheckBox
00:01:54
PictureBox
00:02:39
ProgressBar
00:03:08
GroupBox
00:03:56
DateTimePicker
00:03:29
TreeView
00:03:45
ListView
00:02:17
Events
00:02:57
WebBrowser
00:07:39
TabControl
00:01:53
Chapter 6 : Dialog Box
Color Dialog
00:03:13
Font Dialog
00:02:35
Open File Dialog
00:03:10
Save File Dialog
00:04:45
Print Dialog
00:03:18
Chapter 7 : Advanced
Menus
00:02:21
Anchoring & Docking
00:03:33
Modals
00:03:08
Regular Expressions
00:08:35
Parsing an XML File
00:05:44