Hi everybody !

In the Load_Event of a Form I put on the 1st line a Msgbox "Hello"

I call the form (form.show 1) and the message box appears...

Is there many reasons why when I call the form for a second time, the Msgbox did not appear ?

The only reason I know, it's probably because it was not correctly Unload...

Is there a way to verify if the Form was unload ???

Thanks in advance !