This is the second in a series of computer science video tutorials for intermediate Visual Basic programmers who have completed the beginner’s series of video tutorials or are already familiar with the VB.NET syntax for the fundamental programming constructs. In this lesson you will learn about the scope of variables, that is, which programs within an application can make use of a variable depending on how and where it is declared. You will learn about four possible scopes for a variable including block level scope, procedure level local (also known as local scope), module level scope and public scope (also known as global scope). In addition, you will learn how to build a simple logon application that makes use of multiple Windows forms. You will see how a public variable declared within a stand-alone code module can be used to communicate information between forms.
Chapters:
00:00 Local scope
03:04 Module level scope
04:53 Block level scope
06:31 Simple logon application
10:28 Global and Public Scope
On this page of the site you can watch the video online VB.NET Programming. Intermediate Lesson 2. Variable Scope with a duration of hours minute second in good quality, which was uploaded by the user Computer Science Lessons 09 May 2021, share the link with friends and acquaintances, this video has already been watched 24,100 times on youtube and it was liked by 278 viewers. Enjoy your viewing!