Jump to content

Featured Replies

where did you find that one

You can make your own Error messages.

Open Notepad,paste the code,replace the red and green marked text and save as any file .vbs

x = MsgBox("Please replace the user,then press OK",0 ,"dirtwarrior !")

screenhunter01nov061136yp3.gif

To insert Buttons enter one of the following numbers: (Blue marked)

0----> OK button only

1----> OK and Cancel buttons

2----> Abort, Retry and Ignore buttons

3----> Yes , No, Cancel buttons

4----> Yes, No buttons

5----> Retry and Cancel buttons

16 ----> Critical Message icon

32 ----> Warning Query icon

48 ----> Warning Message icon

64 ----> Information Message icon

4096 ---->Always stays on top of desktop

Edited by cro-man

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...