how to code for cancle , yes , no ,retry , abourt,....and so on
in visual basic
please tell me about this problem imediatly.
thanks for you
code for cancel,yes,no,....how to code doing for the cancle,yes,no....
Page 1 of 1
2 Replies - 1531 Views - Last Post: 16 February 2010 - 07:15 AM
Replies To: code for cancel,yes,no,....
#2
Re: code for cancel,yes,no,....
Posted 16 February 2010 - 01:50 AM
check the tutorial we have here on DIC for message boxes
http://www.dreaminco...topic120289.htm
good luck
http://www.dreaminco...topic120289.htm
good luck
#3
Re: code for cancel,yes,no,....
Posted 16 February 2010 - 07:15 AM
akash33, on 16 February 2010 - 12:31 AM, said:
how to code for cancle , yes , no ,retry , abourt,....and so on
in visual basic
please tell me about this problem imediatly.
thanks for you
in visual basic
please tell me about this problem imediatly.
thanks for you
try this(and I don't know what platform / purpose your going for here)
dim sbox as string
sbox=msgbox ("Hey", vbyesnocancel,"Hi")
if sbox=vbyes then...
if sbox=vbno then...
if sbox=vbcancel then...
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|