Hi.

I am encountering a weird error in my program. I have 2 forms and each form has a command button. When I click the command button from Form1, Form2 will be loaded. If I click the command button from Form2, I am unloading the form (by Unload Form2 function). However, after that, it performs again the "Load" event of Form2. In this case, loading of form 2 is being done twice. Even if I am just loading form2
from the command button of form1.

What's the possible cause of this occurrence?

Thank you very much.

Regards,