G
Guest
In the child form of an MDI, I'd like to be able to close the child form
within the Form_Load event if I need to. However, if I issue this.close()
inside the chikld Form_Load event, I get an exception: Cannot call Close()
while doing CreateHandle().
How can I accomplish this?
Thanks,
John F
within the Form_Load event if I need to. However, if I issue this.close()
inside the chikld Form_Load event, I get an exception: Cannot call Close()
while doing CreateHandle().
How can I accomplish this?
Thanks,
John F