MDIproblem

VB_nu_B

Member
Joined
Apr 25, 2006
Messages
5
Programming Experience
3-5
Two trial applications using MDIparent. One uses buttons on the parent form to launch child forms and works. The second uses menu items and toolbars to launch childforms. However, launching the second child form also launches an instance of the first child form and recurssively so. Does anyone have any idea why this is happening?
Thanks for your consideration

VB_nu_B
 
Solved

Dear Jugga,

Thanks for the welcome and the consideration. I have solved the problem. At the end of the line declaring the Sub that handles the toolstripmenuitemclick, there was the addition Mybase.Mdichildactivate.

I guess I will learn to look more closely at these very long lines that do not fit in the window.

Cheers,
 
Back
Top