Results 1 to 4 of 4

Thread: Menus ?????? :-(

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 1999
    Location
    St-Élie d'Orford, Quebec, Canada
    Posts
    133
    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 !!!!!!!!!

  2. #2
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    554
    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.

  3. #3
    Guest
    Why not just add all the necessary menus to the MDIForm and leave the Child form blank.

  4. #4
    Addicted Member substring's Avatar
    Join Date
    Feb 2001
    Posts
    148

    Smile

    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
  •  



Click Here to Expand Forum to Full Width