Tag: c++
inputbox in VBS – tutorial
by Installer on Apr.03, 2010, under Vbscript
How to use inputbox in a vbscript. First code: y = inputbox(“Message here”,”Title here”,”and textbox message here”) Second code: Name = inputbox(“Write your name here:”,”Test with inputbox”,”Here”) x = msgbox(“Hi ” & Name & ” !”,16,”hello”)
Related posts
Diffrent way to Loop in a vbscript – Tutorial
by Installer on Apr.02, 2010, under Vbscript
Learn a few diffrent way to Loop in a vbscript
Related posts
Look this Funny Desktop Prank made in notepad (vbscript) – With codes
by Installer on Apr.02, 2010, under Vbscript
Thanks for watching. Comment, Rate and Subscribe, pls. Look code: msgbox”message”, 48 (message style), “title” jneves4pt.weebly.com