Coding Prank, fake error message, what do the numbers mean.? - KingPin's Forum
KPsDenKPsDen ArmoryImage HostingLegendz text RPGIp DisplayIRCFlash Arcade
Forum
      |        
Register
         .trade in Reputation Item list (Posted By:djinnking - Replies:20 - Views:443)      « »     [Check4SPAM] RE: Top 10 Most Popular iPod Video Tools (Posted By:Jasony - Replies:0 - Views:1)      « »     [Check4SPAM] RE: Top 10 Most Popular iPod Video Tools (Posted By:Jasony - Replies:0 - Views:1)      « »     [Check4SPAM] RE: Top 10 Most Popular iPod Video Tools (Posted By:Jasony - Replies:0 - Views:1)      « »     [Check4SPAM] RE: Top 10 Most Popular iPod Video Tools (Posted By:Jasony - Replies:0 - Views:1)      « »     FINAL Standardized Ghq Prices (Posted By:gombie - Replies:11 - Views:808)      « »     tker (Posted By:Texan - Replies:1 - Views:7)      « »     !!!brand new event!!! (Posted By:Spanky - Replies:6 - Views:139)      « »     Double dragon (Posted By:The_FreeMan - Replies:0 - Views:22)      « »     [epic] post you pic thread [/epic] (Posted By:Ego - Replies:323 - Views:7750)      « »     
KingPin's Forum
 
K.P.s.N. Register vbBux / KPs Mall Bugs Blogs FAQ Search Today's Posts Mark Forums Read Donate
Go Back   KingPin's Forum > KP's Network Forum > RSS News
Reload this Page Coding Prank, fake error message, what do the numbers mean.?
 


RSS News This is a discussion on Coding Prank, fake error message, what do the numbers mean.? in the RSS News;
Description: ok, i learnt how to make a fake error message by typing lol = msgbox ("Windows has detected an error." ...

Reply
 
LinkBack Thread Tools
Coding Prank, fake error message, what do the numbers mean.?
(#1 (permalink))
Old
baggy-trousers is Offline
Private
Points: 153, Level: 2 Points: 153, Level: 2 Points: 153, Level: 2
Activity: 0% Activity: 0% Activity: 0%
baggy-trousers is an unknown quantity at this point
 
baggy-trousers
Rupees: 168.00
Bank: 500.00
Total Rupees: 668.00
 
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Jan 2008
Coding Prank, fake error message, what do the numbers mean.? - January 2nd, 2008

ok, i learnt how to make a fake error message by typing
lol = msgbox ("Windows has detected an error." ,16, "Error")
into notepad and then saving it as .vbs but i was wondering if anyone knew what the numbers represent
i know that 16 make a window with "ok" pop up and that 20 makes a window with the choices "yes" and "no" pop up.
does any1 have a list of what other numbers you can use and what they make the window show?

 
Reply With Quote
Revenue Shared Ads
(#2 (permalink))
Old
Ankit S is Offline
Private
Points: 161, Level: 2 Points: 161, Level: 2 Points: 161, Level: 2
Activity: 0% Activity: 0% Activity: 0%
Ankit S is an unknown quantity at this point
 
Ankit S
Rupees: 8.80
Bank: 500.00
Total Rupees: 508.80
 
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Jan 2008
January 2nd, 2008

It would be easier with visual basic script, not vbscript, but here is a list:

* 0 = vbOKOnly - OK button only
* 1 = vbOKCancel - OK and Cancel buttons
* 2 = vbAbortRetryIgnore - Abort, Retry, and Ignore buttons
* 3 = vbYesNoCancel - Yes, No, and Cancel buttons
* 4 = vbYesNo - Yes and No buttons
* 5 = vbRetryCancel - Retry and Cancel buttons
* 16 = vbCritical - Critical Message icon
* 32 = vbQuestion - Warning Query icon
* 48 = vbExclamation - Warning Message icon
* 64 = vbInformation - Information Message icon
* 0 = vbDefaultButton1 - First button is default
* 256 = vbDefaultButton2 - Second button is default
* 512 = vbDefaultButton3 - Third button is default
* 768 = vbDefaultButton4 - Fourth button is default
* 0 = vbApplicationModal - Application modal (the current application will not work until the user responds to the message box)
* 4096 = vbSystemModal - System modal (all applications wont work until the user responds to the message box)

 
Reply With Quote
(#3 (permalink))
Old
Ankit S is Offline
Private
Points: 161, Level: 2 Points: 161, Level: 2 Points: 161, Level: 2
Activity: 0% Activity: 0% Activity: 0%
Ankit S is an unknown quantity at this point
 
Ankit S
Rupees: 8.80
Bank: 500.00
Total Rupees: 508.80
 
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Jan 2008
January 2nd, 2008

It would be easier with visual basic script, not vbscript, but here is a list:

* 0 = vbOKOnly - OK button only
* 1 = vbOKCancel - OK and Cancel buttons
* 2 = vbAbortRetryIgnore - Abort, Retry, and Ignore buttons
* 3 = vbYesNoCancel - Yes, No, and Cancel buttons
* 4 = vbYesNo - Yes and No buttons
* 5 = vbRetryCancel - Retry and Cancel buttons
* 16 = vbCritical - Critical Message icon
* 32 = vbQuestion - Warning Query icon
* 48 = vbExclamation - Warning Message icon
* 64 = vbInformation - Information Message icon
* 0 = vbDefaultButton1 - First button is default
* 256 = vbDefaultButton2 - Second button is default
* 512 = vbDefaultButton3 - Third button is default
* 768 = vbDefaultButton4 - Fourth button is default
* 0 = vbApplicationModal - Application modal (the current application will not work until the user responds to the message box)
* 4096 = vbSystemModal - System modal (all applications wont work until the user responds to the message box)
 
Reply With Quote
(#4 (permalink))
Old
Ankit S is Offline
Private
Points: 161, Level: 2 Points: 161, Level: 2 Points: 161, Level: 2
Activity: 0% Activity: 0% Activity: 0%
Ankit S is an unknown quantity at this point
 
Ankit S
Rupees: 8.80
Bank: 500.00
Total Rupees: 508.80
 
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Jan 2008
January 2nd, 2008

It would be easier with visual basic script, not vbscript, but here is a list:

* 0 = vbOKOnly - OK button only
* 1 = vbOKCancel - OK and Cancel buttons
* 2 = vbAbortRetryIgnore - Abort, Retry, and Ignore buttons
* 3 = vbYesNoCancel - Yes, No, and Cancel buttons
* 4 = vbYesNo - Yes and No buttons
* 5 = vbRetryCancel - Retry and Cancel buttons
* 16 = vbCritical - Critical Message icon
* 32 = vbQuestion - Warning Query icon
* 48 = vbExclamation - Warning Message icon
* 64 = vbInformation - Information Message icon
* 0 = vbDefaultButton1 - First button is default
* 256 = vbDefaultButton2 - Second button is default
* 512 = vbDefaultButton3 - Third button is default
* 768 = vbDefaultButton4 - Fourth button is default
* 0 = vbApplicationModal - Application modal (the current application will not work until the user responds to the message box)
* 4096 = vbSystemModal - System modal (all applications wont work until the user responds to the message box)
 
Reply With Quote
(#5 (permalink))
Old
Ankit S is Offline
Private
Points: 161, Level: 2 Points: 161, Level: 2 Points: 161, Level: 2
Activity: 0% Activity: 0% Activity: 0%
Ankit S is an unknown quantity at this point
 
Ankit S
Rupees: 8.80
Bank: 500.00
Total Rupees: 508.80
 
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Jan 2008
January 2nd, 2008

It would be easier with visual basic script, not vbscript, but here is a list:

* 0 = vbOKOnly - OK button only
* 1 = vbOKCancel - OK and Cancel buttons
* 2 = vbAbortRetryIgnore - Abort, Retry, and Ignore buttons
* 3 = vbYesNoCancel - Yes, No, and Cancel buttons
* 4 = vbYesNo - Yes and No buttons
* 5 = vbRetryCancel - Retry and Cancel buttons
* 16 = vbCritical - Critical Message icon
* 32 = vbQuestion - Warning Query icon
* 48 = vbExclamation - Warning Message icon
* 64 = vbInformation - Information Message icon
* 0 = vbDefaultButton1 - First button is default
* 256 = vbDefaultButton2 - Second button is default
* 512 = vbDefaultButton3 - Third button is default
* 768 = vbDefaultButton4 - Fourth button is default
* 0 = vbApplicationModal - Application modal (the current application will not work until the user responds to the message box)
* 4096 = vbSystemModal - System modal (all applications wont work until the user responds to the message box)
 
Reply With Quote
(#6 (permalink))
Old
Ankit S is Offline
Private
Points: 161, Level: 2 Points: 161, Level: 2 Points: 161, Level: 2
Activity: 0% Activity: 0% Activity: 0%
Ankit S is an unknown quantity at this point
 
Ankit S
Rupees: 8.80
Bank: 500.00
Total Rupees: 508.80
 
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Jan 2008
January 2nd, 2008

It would be easier with visual basic script, not vbscript, but here is a list:

* 0 = vbOKOnly - OK button only
* 1 = vbOKCancel - OK and Cancel buttons
* 2 = vbAbortRetryIgnore - Abort, Retry, and Ignore buttons
* 3 = vbYesNoCancel - Yes, No, and Cancel buttons
* 4 = vbYesNo - Yes and No buttons
* 5 = vbRetryCancel - Retry and Cancel buttons
* 16 = vbCritical - Critical Message icon
* 32 = vbQuestion - Warning Query icon
* 48 = vbExclamation - Warning Message icon
* 64 = vbInformation - Information Message icon
* 0 = vbDefaultButton1 - First button is default
* 256 = vbDefaultButton2 - Second button is default
* 512 = vbDefaultButton3 - Third button is default
* 768 = vbDefaultButton4 - Fourth button is default
* 0 = vbApplicationModal - Application modal (the current application will not work until the user responds to the message box)
* 4096 = vbSystemModal - System modal (all applications wont work until the user responds to the message box)
 
Reply With Quote
(#7 (permalink))
Old
Ankit S is Offline
Private
Points: 161, Level: 2 Points: 161, Level: 2 Points: 161, Level: 2
Activity: 0% Activity: 0% Activity: 0%
Ankit S is an unknown quantity at this point
 
Ankit S
Rupees: 8.80
Bank: 500.00
Total Rupees: 508.80
 
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Jan 2008
January 2nd, 2008

It would be easier with visual basic script, not vbscript, but here is a list:

* 0 = vbOKOnly - OK button only
* 1 = vbOKCancel - OK and Cancel buttons
* 2 = vbAbortRetryIgnore - Abort, Retry, and Ignore buttons
* 3 = vbYesNoCancel - Yes, No, and Cancel buttons
* 4 = vbYesNo - Yes and No buttons
* 5 = vbRetryCancel - Retry and Cancel buttons
* 16 = vbCritical - Critical Message icon
* 32 = vbQuestion - Warning Query icon
* 48 = vbExclamation - Warning Message icon
* 64 = vbInformation - Information Message icon
* 0 = vbDefaultButton1 - First button is default
* 256 = vbDefaultButton2 - Second button is default
* 512 = vbDefaultButton3 - Third button is default
* 768 = vbDefaultButton4 - Fourth button is default
* 0 = vbApplicationModal - Application modal (the current application will not work until the user responds to the message box)
* 4096 = vbSystemModal - System modal (all applications wont work until the user responds to the message box)
 
Reply With Quote
(#8 (permalink))
Old
Ankit S is Offline
Private
Points: 161, Level: 2 Points: 161, Level: 2 Points: 161, Level: 2
Activity: 0% Activity: 0% Activity: 0%
Ankit S is an unknown quantity at this point
 
Ankit S
Rupees: 8.80
Bank: 500.00
Total Rupees: 508.80
 
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Jan 2008
January 2nd, 2008

It would be easier with visual basic script, not vbscript, but here is a list:

* 0 = vbOKOnly - OK button only
* 1 = vbOKCancel - OK and Cancel buttons
* 2 = vbAbortRetryIgnore - Abort, Retry, and Ignore buttons
* 3 = vbYesNoCancel - Yes, No, and Cancel buttons
* 4 = vbYesNo - Yes and No buttons
* 5 = vbRetryCancel - Retry and Cancel buttons
* 16 = vbCritical - Critical Message icon
* 32 = vbQuestion - Warning Query icon
* 48 = vbExclamation - Warning Message icon
* 64 = vbInformation - Information Message icon
* 0 = vbDefaultButton1 - First button is default
* 256 = vbDefaultButton2 - Second button is default
* 512 = vbDefaultButton3 - Third button is default
* 768 = vbDefaultButton4 - Fourth button is default
* 0 = vbApplicationModal - Application modal (the current application will not work until the user responds to the message box)
* 4096 = vbSystemModal - System modal (all applications wont work until the user responds to the message box)
 
Reply With Quote