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. cannot process WM_KEYUP for property window

cannot process WM_KEYUP for property window

Scheduled Pinned Locked Moved C / C++ / MFC
tutorial
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.
  • V Offline
    V Offline
    vikas amin
    wrote on last edited by
    #1

    I have a property sheet , I am not able to process the WM_CTLCOLOR msg for the tabes in the sheet can anyone , I am also not able to process the WM_KEYUP message can anyone tell me how to do that for property windows. take care vikas

    Vikas Amin EATON PUNE

    I 1 Reply Last reply
    0
    • V vikas amin

      I have a property sheet , I am not able to process the WM_CTLCOLOR msg for the tabes in the sheet can anyone , I am also not able to process the WM_KEYUP message can anyone tell me how to do that for property windows. take care vikas

      Vikas Amin EATON PUNE

      I Offline
      I Offline
      includeh10
      wrote on last edited by
      #2

      (1)there is no simple method to change table color of sheet - some people use "owner-draw" to do that. (2)is the message for sheet or controls on sheet or pages? microsoft blocks some key messages for edit-box etc. in MFC dialog, property-sheet and property-page, I don't know why they do that. for a controls: try PreTranslateMessage(...) to see if the message is processed, otherwise, go to its parent (sheet or pages) to get the message then post it to the control - I did this in Win95/98 time.

      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