Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. what does this menu command error warning message mean?

what does this menu command error warning message mean?

Scheduled Pinned Locked Moved C / C++ / MFC
testingdebuggingbeta-testinghelpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    trustno1
    wrote on last edited by
    #1

    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.

    M 1 Reply Last reply
    0
    • T trustno1

      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.

      M Offline
      M Offline
      Michael Dunn
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups