|
-
Feb 2nd, 2001, 04:19 PM
#1
Thread Starter
Addicted Member
Hi all,
I use an MDI Form with a menu on it...(wow !).
My problem is that when I call one of its childs, the childs menu come and replaces my MDI Form menu !!!
I DON'T WANT THIS APPENING...but I want to keep the MDI !!! :-(
Any suggestions OTHER than throwing myself of a building ?
HELP !!!!!!!!!
-
Feb 2nd, 2001, 04:25 PM
#2
Fanatic Member
I guess one way round it is to define the child forms menus as well and keep them hidden (VISIBLE=FALSE) and when the child form loads it can show the menus and when it unloads it can hide the menus again.
Sorry - that should have been....
I guess one way round it is to define the child forms menus on the MDI form as well and keep them hidden (VISIBLE=FALSE) and when the child form loads it can show the menus and when it unloads it can hide the menus again.
DocZaf
{;->
Last edited by Zaf Khan; Feb 2nd, 2001 at 08:30 PM.
-
Feb 2nd, 2001, 04:47 PM
#3
Why not just add all the necessary menus to the MDIForm and leave the Child form blank.
-
Feb 2nd, 2001, 05:04 PM
#4
Addicted Member
Megatron is right. You don't need two sets of menu when you are building MDI program. Just use the menu on the main MDI form. And make sure you set all the other forms as "child".
substring.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|