thread
:
Create your own Windows error messages!
View Single Post
#
8
12-05-2007, 10:47 AM
Paul
Outlaw Sniper
: Jun 2007
: MilkyWay
: 1,535
Rep Power:
20
its just a vb script, if you know basic you can do a lot more e.g
if ( msgbox( "Do you suck?", vbyesno ) = vbyes ) then
msgbox "you suck
"
else
msgbox "you don't suck"
end if
Paul
View Public Profile