Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form Load Help...

Status
Not open for further replies.

savok

Technical User
Jan 11, 2001
303
AT
My MDIForm has menu which I disable/enable when I show/hide the child form. It works fine on the first time, but on the second it will not perform anything in the form_load() of the child form ??? Any suggestions?

thanks!
 
You must use CForm1.show to show obvious, but Unload CForm1 to hide, this way run Form_Load() event every CForm1.show
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top