View Single Post
  #39  
01-02-2008, 08:01 PM
Paul's Avatar
Paul
Outlaw Sniper
 
: Jun 2007
: MilkyWay
: 1,535
Rep Power: 20
Paul  (718)Paul  (718)Paul  (718)Paul  (718)Paul  (718)Paul  (718)Paul  (718)

:
It doesn't work. I created an error with this but it does not work, it is identical to the first one with more informations about the problem.
cause vb6 and vbs are not the same thing, the form1.should would cause a run time error cause there are no forms in vbs, try

if msgbox( "Pick one", vbyesno ) = vbyes then
msgbox "You selected yes"
else
msgbox "You selected no"
end if

edit: To change the OK button you'd need visual basic6 to create a custom "form"
__________________
[ http://www.paulsapps.com ]

Crawling sligs will shout "Mommy!" while running around and then the slig mommy will appear and help them put their pants on.

Reply With Quote