In this instructable, I will show you how to make computer pop-ups using notepad.I give credit to cmdcmd20 in metacafe because I found his video after I published this instructable.
Step 1:Open notepad
Open notepad by using the shortcut, or go to start, then all programs, then acsserories, then notepad.Step 2: Start code
Now we have notepad opened, type this in:x=msgbox("box text""box title")
Replace "box text" with the text of your message box and replace "box title" with the title of your message box.
Step 3: Button Types
These are the button types:
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
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
Step 4: Put in the numbers
Once you know what numbers you want, enter them here for example:x=msgbox("box text",1,"box title")
If you want two numbers, add a plus sign like this:
x=msgbox("box text",4+48,"box title")
Step 5: Saving
Once you are done, you must save it as (something).vbs, e.g., guns.vbs .Also, when saving, you also have to change file type to all files.
No comments:
Post a Comment