MsgBox(newbie)

  • Thread starter Thread starter Murtaza
  • Start date Start date
M

Murtaza

the msgbox hides behind other forms . and doesnt show up in the front. can
anyone help?
 
What is the code that is intended to cause the message box to appear, and in
what event is the code located?
 
Sounds like the form from which you are calling the msgbox() is a dialog
form. That forces it to always stay on top and that is the problem you are
seeing. If you need to use msgboxes, you will need to change the properties
of the calling form to allow them to pop up.
 

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