26 February, 2012

Making POP-UP's using a simple notepad trick :very funny

Open a text editor (notepad) and type the following :

x=msgbox("box text",0,"box title")


Replace "box text" with the text of your message box and replace "box title" with the title of your message box.

Here '0' can be replaced with other numbers as according to their working :

32 warning query icon.
48 warning message icon
64 information message icon
0 normal message box
4906 always stays on top of desktop
16 critical message icon
0 OK button only
1 OK and cancel buttons
2 abort, retry, and cancel buttons
3 yes, no , and cancel buttons
4 yes and no buttons
5 retry and cancel buttons


Now save it as "anyname.vbs"

No comments:

Post a Comment