CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Menu Handling

  1. #1
    Join Date
    Aug 2000
    Posts
    24

    Menu Handling

    Hi,

    I Have a Menu on my MDI and as well as MDI Child form, but the MDI Child menu is made visible false as iam using it as Pop-up Menu, but whenever i invoke Child form, Menu on MDI is getting disappeared, please help me.

    Bye,



  2. #2
    Join Date
    Dec 1999
    Location
    Dublin, Ireland
    Posts
    1,173

    Re: Menu Handling

    Try setting the NegotiatePosition member of the child menu - that might help.

    HTH,
    D.

    -------------------------------------------------
    Ex. Datis: Duncan Jones
    Merrion Computing Ltd
    http://www.merrioncomputing.com
    '--8<-----------------------------------------
    NEW -The printer usage monitoring application
    '--8<------------------------------------------

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

Featured