View Single Post
  #35  
12-22-2007, 01:30 PM
ParamiteSurprise's Avatar
ParamiteSurprise
Thudslug
 
: May 2007
: United Krapdom, West Midlands
: 163
Rep Power: 0
ParamiteSurprise  (12)

:
Can I make an error with a function, for example to choose "yes or not" after a request?

if ( msgbox( "sure you would like to exit?", vbyesno ) = vbyes ) then
end
else
form1.visible = true

I just love Microsoft Visual Basic - - My dad taught me it
Reply With Quote