|
-
Dec 14th, 2012, 05:30 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|