
Get Visual Studio 2017 Community Preview
Explore how to invoke the message box from a button click in vb.net, using the show function with string parameters and understanding the message box class and its overloads.
Learning Results
1) Learn the purpose of a format specifier
2) Learn how place holders are replaced at run time with real values
Build a simple calculator interface in VB.NET with VS 2017 Windows Forms by placing two text boxes, a button, and a label, and apply basic layout and naming techniques.
Explore the memory window in visual studio to debug VB.NET code, set breakpoints, and step through execution line by line, observing how strings allocate memory and addresses change.
Build a vb.net windows forms app that uses a checkbox to show or hide a calendar control, with the calendar initially invisible and configured in Visual Studio.
Discover how the new keyword creates objects like button and checkbox, then use breakpoints and the memory window to observe their live existence in memory.
Demonstrates saving rich text box content to disk in VB.NET with a save file dialog, selecting plain text via enumeration, and handling dialog results to avoid crashes.
Learning Results
1) Understand how a do while loop works
2) Understand how to use the locals window to see the behavior of the loop while the program is in memory
Learning Results
1) Understand how to code a for loop
2) Understand how a for loop can be used to run lines of code repeatedly
Learning Results:
1) Learn how to code a case block
2) View the case block in memory as the program runs
Learn to navigate image lists in vb.net windows forms by advancing images with a forward button and persisting the position with a class field across clicks.
Learning Results
1) Understand how to code the and operator
2) Understand that this operator must have both sides evaluate to true for it to evaluate to true overall
Demonstrate the AndAlso operator and else-if logic in VB.NET, showing short-circuiting with diet and exercise checks and using breakpoints to predict discount messages.
Learning Results
1) Understand how to code the or operator
2) Understand that only one side has to evaluate to true for the result of the operator to be true
Learning Results
1) Understand how to code the logical not operator
2) Understand that this operator reverses the truth value of a statement
Build a small calculator in vb.net with vs 2017 and windows forms by navigating controls, selecting operations, validating input, and observing automatic form resizing and output accumulation.
Learn how functions and subs override base class methods, including ToString, in VB.NET with Windows Forms, using code reuse and refinement across button, checkbox, and open file dialog.
Explore how overridable properties work in VB.NET with Windows Forms, using a combo box to examine font and color properties, base and derived class behavior, and the virtual/override mechanism.
Learn to build an MDI VB.NET Windows Forms app by turning a form into an MDI container, creating child forms, wiring menus, and displaying and focusing them.
Explore the form object's controls collection and the controls property to manage buttons, labels, and a color dialog in VB.NET Windows Forms.
Learning Outcomes
1) Understand how to loop through arrays
2) Understand that the for each loop is very different from the regular for loop
3) Understand how to see the difference between the two kinds of loops using the locals window
Build a VB .NET text editor in Visual Studio 2017 with Windows Forms, enabling font color, font style, save as, open, print preview, zoom, and pdf printing.
Learn to set font style, size, and color in a VB.NET Windows Forms app using font and color dialogs to update a rich text box and save changes.
Prints text from a box to a file using the print dialogue and print document, handling the print page event with graphics and font in VB.NET Windows Forms.
Discover polymorphism through a single add sub accepting a control type to add form elements—buttons, check boxes, radio buttons—as print dialog cannot be added because it doesn't inherit from control.
Most Important Thing: Please take the time to watch the free preview videos, so you can be sure my style of presentation, the pace of presentation, and the overall feel of the course are truly what you are looking for.
Who should join:
0. This is a course for those who are willing to push themselves. It's not a "basic" introduction that gives an overly simplified perspective on VB. In places, this code connects to the .NET framework, which is a professional level code base written in C#. My promise is simple: take this course, and you'll discover details not taught in any other course. Speaking from experience, I can tell you that it is through consistent, daily effort, and I don't mean little effort, but wholehearted effort, that one makes progress when it comes to these technical subjects. That's what years of struggling have taught me.
1. This course uses the latest preview version of Visual Studio 2017
2. This course jumps into aspects of object-oriented programming early, so you can see real VB as soon as possible.
a. This does not mean that every aspect of OOP is covered immediately
b. It just mentions enough OOP to see what's needed to make reasonable progress
3. This course provides detailed explanations, so please be sure you enjoy fine detail before enrolling
4. If you are looking for fast, superficial explanations, and five minutes videos, this course will NOT help you
5. There are videos on what happens in your computer memory and how the .NET Framework and C# connect to VB . NET
6. When I delve into the .NET Framework source code, you will also see C# in operation, and therefore the code will be complex.
7. Clear, crisp audio done with a studio microphone
8. Review questions are now embedded directly into the videos at different points, and there are many of them in the videos
9. You will not see videos on things like printing 1,2,3,4,5 using a loop because this has little practical value
10. You will see more practical videos on things like using loops to read files/write files
11. The videos are straightforward code examples, with no talking head or distracting graphics
12. Some of my explanations step through the code line by line using the debugger, so if you are impatient, this likely will not work for you
13. There is a text editor project on the bottom
14. You also learn about the practical implications of polymorphism and interfaces
15. I also show you how to use a variety of features in Visual Studio 2017
16. You can adjust the playback speed on the player very easily to 0.5, 0.75, 1.25,1.5 and 2 times the regular speed so you can learn at a pace that truly works for you
Who Should Not Join:
1. People who want to learn VB . NET through console programs
2. Those who are not ready to be exposed to object-oriented programming
3. People who want five-minute videos would not be the right fit for this course
4. People who do not enjoy detailed explanations would not be the right fit for this course
5. People who do not want to answer review questions would not be the right fit for this course
6. People who are not willing to do whatever it takes to push their skills higher