Sunday, 5 October 2014

VBS programming (for windows systems only)

Hello everybody sorry for the lack of posts but i will be doing a tutorial on vbs programming(visual basic script programming). Lets get started!

1. open up notepad or a text editor available for windows operating systems.
2.paste or type the code below:

Msgbox("Hello World")
name = Inputbox("What is your name?")
adminName = "Admin main"
Msgbox("Hello " &name)
Msgbox("the variable is " &adminName)


4.save the file as whatever you want and add the extension .vbs for the program to work!

i will post a download link for some of my visual basic script programs soon!

No comments:

Post a Comment