From the course: Visual Basic Essential Training

Unlock this course with a free trial

Join today to access over 24,500 courses taught by industry experts.

The Code Explorer updated UI

The Code Explorer updated UI

- [Instructor] Before we jump into the code I've made some updates to the code explorer application. These changes are designed to make it easier for you to find and follow the code examples. One of the changes is there is now a tab control across the top for each video or each demo. In this example, there are three. Here's the If Then demo, the logical demo and the select case demo. And I've implemented those in the project. Over here there is a folder called Demos. And then there are three user controls, user controls are similar to Windows. You can embed them in a tab control. If you look at the Logical tab. You'll see that inside that there's an instance of the logical demo, this is the user control. And that means if you want to look at the source code, if you went looking for the source code for the logical demo you'd open us this file. There's the UI and then you go to View, Code. And this is the code behind for that example.

Contents