When can I use a MessageBox?

  • Thread starter Thread starter Top Gun
  • Start date Start date
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?
 
* "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?
 
Back
Top