Visual Basic (VB) Question:

How to check the condition in Msgbox?

Visual Basic (VB) Interview Question
Visual Basic (VB) Interview Question

Answer:

If(Msgbox("Do you want to delete this Record",VbYesNo)=VbYes)Then End if


Previous QuestionNext Question
What is Static Cursor in VB?What is control array and how many we can have it with in the form?