Friday, November 19, 2010

* Creating own Message Box


To create a own message box please follow these step :-
1. Open the notepad.
2. Write this format as given below 

X = MsgBox ("write your message",48,"message box name") 

3. Save the file with .vbs extension. for example :- message.vbs.
4. Then open the file and you will get your own message box.

No comments:

Post a Comment