C
Christian Westerlund
I have multiple child forms which I want to have the same menu as
my MainForm.
I do .Show on each child when I want them to be visible but then the
menu from the Main form disappears.
If I try to set the childs .Menu property to the main forms mainmenu it
disappears from the main form and appears on the child instead.
One soloution would be to set the Menu property every time a form gets
visible and take the mainmenu from the previosly shown form but that
seems to be a lot of code for something that should be a lot easier to
accomplish.
Any help is appreciated.
/Christian
my MainForm.
I do .Show on each child when I want them to be visible but then the
menu from the Main form disappears.
If I try to set the childs .Menu property to the main forms mainmenu it
disappears from the main form and appears on the child instead.
One soloution would be to set the Menu property every time a form gets
visible and take the mainmenu from the previosly shown form but that
seems to be a lot of code for something that should be a lot easier to
accomplish.
Any help is appreciated.
/Christian