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.

How to access the sample code on GitHub

How to access the sample code on GitHub - Visual Basic Tutorial

From the course: Visual Basic Essential Training

How to access the sample code on GitHub

- [Instructor] If you'd like to look at the code that I use in the code examples for this course, if you want to follow along or just examine the code, it's freely available on GitHub. You can find it in the Learn-it Labs organization. All the code for all our courses is here. The one you're looking for is vb-essential-training. To get this code to your computer, there's two ways you can do it. One is you can click here on this green Code button and choose to download the ZIP, get it on your local computer, and then unzip it. The other way is, if you're using Git, you can clone it. So click here to copy it and now use your favorite Git tool to make a copy, clone it locally. I'll show you how to do that. You don't have to clone it. All the code is in a single branch. It's all in main. There's no other branches. So unzipping it works perfectly. This next step assumes that you've got the Git tools installed on your computer. I use a Windows computer and I have Git installed. I went to a…

Contents