You can use Visual Basic 2012 to build windowed desktop applications using one …of two architectures. Either the older Windows Forms architecture. …Or the newer Windows Presentation Foundation. …I'll be using WPF for most of this course. …But first I'll show you how to build a very simple Windows Forms application. …I'll select File > New Project. I'll choose Visual Basic and Windows, and …then Windows Forms Application, and I'll set the name of the project to WinFormsFirstApp.…
When you create the project it presents a single empty form. …And you can actually run the application right away. …I'll click the Start button on the Tool bar and the application runs. …But it doesn't have anything on it yet. So I'm going to close the form and return …to Visual Studio. The first step in creating Windows Forms …application, is typically to set up the user interface. …And to do that, I'll use the Toolbox panel, which is on the left side of the screen.…
I'll click the Toolbox to open it and then click the pin icon to pin it open, …
Author
Updated
12/21/2016Released
6/14/2013- What is Visual Basic?
- Learning Visual Basic syntax
- Declaring variables and data types
- Working with numbers, Boolean values, and dates
- Using strings, words, and characters
- Repeating blocks of code with loops
- Evaluating conditions with if, then, and else
- Debugging and handling exceptions
- Managing ordered data with arrays
- Managing application logic with modules
- Defining custom classes
- Storing data with instance fields
Skill Level Beginner
Duration
Views
Related Courses
-
Access 2013 Essential Training
with Adam Wilbert5h 4m Beginner -
Excel 2013 Essential Training
with Dennis Taylor6h 32m Intermediate
-
Introduction
-
Welcome1m 6s
-
What you need to know3m 51s
-
Using the exercise files2m 33s
-
-
1. What Is Visual Basic?
-
Learning Visual Basic syntax7m 49s
-
2. Getting Started
-
3. Declaring and Using Variables
-
Working with data types6m 8s
-
Working with dates and times8m 33s
-
4. Exploring Syntax and Flow
-
Using Visual Basic operators9m 35s
-
-
5. Exception Handling and Debugging
-
Common compilation errors8m 49s
-
Common runtime errors5m 43s
-
-
6. Working with Complex Objects
-
Using the Object data type4m 44s
-
-
7. Organizing Code
-
Using constructor methods3m 21s
-
Conclusion
-
Next steps41s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Building a simple desktop application with Windows Forms