When can I use a MessageBox?

T

Top Gun

I have certain conditions that I check during the Load event and would like
to display a MessageBox. I tried doing this in the Activated event, but
can't do it here.

Is there an event that I can use to display the error?
 
H

Herfried K. Wagner [MVP]

* "Top Gun said:
I have certain conditions that I check during the Load event and would like
to display a MessageBox. I tried doing this in the Activated event, but
can't do it here.

Is there an event that I can use to display the error?

The 'Load' event handler? What's the problem?
 

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

Top