what does this menu command error warning message mean?
-
hi everybody, i made a couple customized commands on my menu. i bind all the event handlers to the commands and they work correctly.. when i was running/testing my program, i check out the debug/output windows and i noticed i keep on getting error warning messages on the commands that i defined.. can someone please tell me what does this message mean? altho it doesn't affect the functionality of the program, i want to know what does it mean exactly.. thx in advance.. the error message: Warning: no message line prompt for ID 0x0098.
-
hi everybody, i made a couple customized commands on my menu. i bind all the event handlers to the commands and they work correctly.. when i was running/testing my program, i check out the debug/output windows and i noticed i keep on getting error warning messages on the commands that i defined.. can someone please tell me what does this message mean? altho it doesn't affect the functionality of the program, i want to know what does it mean exactly.. thx in advance.. the error message: Warning: no message line prompt for ID 0x0098.
When your main frame has a status bar, MFC shows flyby help in the status bar for the selected menu item. The debug msg is saying that you don't have a flyby help string for the menu item with ID 0x98. You can set a help string by double-clicking the menu item in the menu editor, then filling in the "Prompt" field in the property sheet. --Mike-- If it doesn't move and it should: WD-40. If it moves and it shouldn't: duct tape. 1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click! My really out-of-date homepage Sonork-100.19012 Acid_Helm