Difference between revisions of "User:Wasn't"

From Yugipedia
Jump to: navigation, search
Line 4: Line 4:
 
<source lang="dos">
 
<source lang="dos">
 
x=msgbox("Happy",48+0,"Sad") = messagebox("inside text",box,"title") (Save it as: Text Document)
 
x=msgbox("Happy",48+0,"Sad") = messagebox("inside text",box,"title") (Save it as: Text Document)
 +
0: Normal message box
 +
1: OK and Cancel
 +
2: Abort, Retry, Ignore
 +
3: Yes, No, Cancel
 +
4: Yes and No
 +
5: Retry and Cancel
 +
16: Critical message icon
 +
32: Warning query icon
 +
48: Warning message icon
 +
64: Information message icon
 +
4096: Always stay on top of the desktop
 
</source>
 
</source>

Revision as of 23:40, 26 February 2011

           Please Don't Touch This; Just leave it like this!
           (U can Copy and Paste it to your own place)
x=msgbox("Happy",48+0,"Sad") = messagebox("inside text",box,"title") (Save it as: Text Document)
0: Normal message box
1: OK and Cancel
2: Abort, Retry, Ignore
3: Yes, No, Cancel
4: Yes and No
5: Retry and Cancel
16: Critical message icon
32: Warning query icon
48: Warning message icon
64: Information message icon
4096: Always stay on top of the desktop