Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Menu not showing up


Message #1 by "Gopalakrishnan" <ntg@s...> on Thu, 24 May 2001 17:51:17 +0530
The Child Form that is TopMost will have it's Menu Displayed.  If there is
no Menu for that particular Child (including hidden POpUp ones), then the
Main Menu on the MDI will disappear.

-----Original Message-----
From: Gopalakrishnan [mailto:ntg@s...]
Sent: Friday, May 25, 2001 1:31 AM
To: professional vb
Subject: [pro_vb] RE: Menu not showing up


This is a multi-part message in MIME format.

hi,

   Thanks for the suggestion. You told me to have menus on all child forms
so that the menu will appear in the MDIForm. But what will happen if two
child forms are opened?

Thanks,

N.T.GOPALAKRISHNAN
  ----- Original Message ----- 
  From: Tim Mccurdy 
  To: professional vb 
  Sent: Thursday, May 24, 2001 8:14 PM
  Subject: [pro_vb] RE: Menu not showing up


  It can't be done at all.  This is the limitation of MDI applications.  You
  will probably need a 3rd party control like InfraGistics ActiveToolbars.
  The other thing to do is to make sure that the Main Menu is implemented in
  every Child form (what a Pain) so that when the Child Form opens, it's
Menu
  then becomes the Main Menu and it will still have it's PopUp Menu.

  -----Original Message-----
  From: Gopalakrishnan [mailto:ntg@s...]
  Sent: Thursday, May 24, 2001 8:21 AM
  To: professional vb
  Subject: [pro_vb] Menu not showing up


  hi,

      I am having an MDI Form and a child form in my project. And Both 
  Forms has menus in it, but the child form's menu is made invisible so as 
  to show as a context menu, when the user right-clicks on a listview 
  control.

     Now, the problem is, whenever the child form is loaded, the MDI 
  Form's menu doesn't shows up. I tried giving various Negotiate Positions 
  in the child's menu, but still I am unable to bring the MDIForm's 
  menu....

      What should I do to get that working?

  Thanks,

  N.T.GOPALAKRISHNAN


  Return to Index