Visual Basic 2010 2012 Tutorial 01 Hello World
Application.
In this video I have just given a simple programming tutorial about Visual Basic .NET 2010.
So, first you need to start your Visual Studio and select Visual Basic Application.
After that put a button and label in the form. You can set and edit the fonts if you want.(Optional).
Then double click the Button and write the code such as this:
Label1.Text = "Hello World"
Hit F5 on your keyboard and click the Button and Hello World will appear on your Screen.
Now this code does this task , that whenever the program is running and you click the button the Label is always going to show "Hello World" text in the form.
Tutorial Video:
Post a Comment