The focus of this course is on working with the Visual BASIC programming language. …For all of the demonstrations, I'll be using a WPFbased application called Code Runner. …I've delivered a beginning version of the application in the exercise files, in the …02 Getting Started folder. Right now there are four folders within …zero two getting started. The console first app, wind forms first …app, and wpf first app folders are the projects that I've previously created.…
But this folder was a part of the exercise files all along, code runner. …To open up this project, open the folder then double click on this solutions file CodeRunner.sln. …If you're prompt into select a version of Visual Studio choose Visual Studio …Express for Windows desktop. This application has a single form. …Its name is CodeRunner and it has a variety of visual controls. …A label. Two text boxes and two buttons.…
I'll look at the code for the form in XML. …The label displays a string of enter a value. …A label by definition is read only and it simply displays text. …
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: Reviewing the course's code testing application