How to take the result from message box

Posted by Rishabh on Stack Overflow See other posts from Stack Overflow or by Rishabh
Published on 2010-06-06T04:51:38Z Indexed on 2010/06/06 5:02 UTC
Read the original article Hit count: 350

Filed under:
|
|

in visual basic in studio if this is used for giving a message

MsgBox("hello", 4, "status")

how to manipulate the result yes or no from the msgbox like this should happen if the user gives no and this should happen if no

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about basic