In Visual Basic in Visual Studio 2010, if this is used for giving a message,
MsgBox("hello", 4, "status")
how do I manipulate the result Yes or No from the msgbox?
Like this should happen if the user gives No and this should happen if No.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to check whether
MsgBoxreturnedvbYes.For example: