Message

  • Thread starter Thread starter Gita George
  • Start date Start date
G

Gita George

You could use either the ols MsgBox function or the new, Framework based
function MessageBox.Show.
Your choice ...
 
in addition
you can also use the buttons the user clicks
If MessageBox.Show("Texthere", "Titlehere", MessageBoxButtons.OKCancel,
MessageBoxIcon.Information) = DialogResult.OK Then

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