Give an example of messge box in vb codes with all prompts

  • Thread starter Thread starter Guest
  • Start date Start date
If MsgBox(" Feel free to use this big white space in the message to
state your question. If you wish a message box example, tell us what
you want to say and what result you would like, if any, from the
message box response.",vbYesNo+vbExclamation+vbDefaultButton2) = vbYes
Then
MsgBox "If this is a school homework assignment, perhaps the person to
address this question to is your instructor." vbOKOnly
End If
 
ROTFLMAO!!!


If MsgBox(" Feel free to use this big white space in the message to
state your question. If you wish a message box example, tell us what
you want to say and what result you would like, if any, from the
message box response.",vbYesNo+vbExclamation+vbDefaultButton2) = vbYes
Then
MsgBox "If this is a school homework assignment, perhaps the person to
address this question to is your instructor." vbOKOnly
End If
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top