This program will show a message using msgbox.
if the button "Show Message" click the program that will show a message "Welcome to vb programming .net".
if you click the button Show Message the code will appear. see the image below.
.This is a code in button Show Message. This message is using msgbox keyword of function.
This is a output of this program. if you click the button the program will appear another form that have a message "Welcome to vb programming"
Procedural programming - this is a type of programming that the compiler execute the program start at the first line. and also it the program call the OS to get the user input. or type of program that ask the user to input.
Event Driven Programming - there are set of instruction in different objects.
and also this the execution of program will depend to the buttons or action they want to execute.