Hi everyone!
In a VB6 application, I want to disable the menu-item "Close form" when there are no child-forms left to close. How can I do that? I thought by counting the open child forms and when the result is 1 or zero, then set the menu-item.disabled to true.
Can you help me with a routine to count the number of active child forms?
Many thanks and greetings from Brugge (Bruges - Belgium),
Michel
In a VB6 application, I want to disable the menu-item "Close form" when there are no child-forms left to close. How can I do that? I thought by counting the open child forms and when the result is 1 or zero, then set the menu-item.disabled to true.
Can you help me with a routine to count the number of active child forms?
Many thanks and greetings from Brugge (Bruges - Belgium),
Michel