Results 1 to 2 of 2

Thread: How to get a Menu Item string of an MDI Applications?

Threaded View

  1. #2
    Frenzied Member
    Join Date
    Feb 2003
    Posts
    1,945

    Re: How to get a Menu Item string of an MDI Applications?

    This is the API forum for Visual Basic and I see that your code appears to be written in C. Now I don't know much about C, but I know a little about API programming, so here are some ideas/questions:

    1. Doesn't a MDI window inherit its menu bar from its MDI child windows? Try retrieving a menu from one of its child windows.
    2. Did you use GetLastError to check for an error code directly after calling GetMenuItemInfo?
    Last edited by Peter Swinkels; Jan 9th, 2013 at 04:23 AM.

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