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
T

Thomas A Rieck

@Thomas A Rieck
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Message Reflection for WM_CTLCOLORSTATIC
    T Thomas A Rieck

    I have used something like the following: In the parent's message map include REFLECT_NOTIFICATIONS() like: BEGIN_MSG_MAP(CMainFrame) REFLECT_NOTIFICATIONS() ... END_MSG_MSP() And in the child message map do something like: BEGIN_MSG_MAP(CChildWindow) MSG_OCM_NOTIFY(OnNotify) DEFAULT_REFLECTION_HANDLER() END_MSG_MAP() This has worked for me. The MSG_OCM_NOTIFY is from WTL enhanced message crackers in atlcrack.h. Good Luck, Tom Rieck

    ATL / WTL / STL help tutorial question

  • Message Reflection for WM_CTLCOLORSTATIC
    T Thomas A Rieck

    Have you looked into handling the OCM_CTRLCOLORSTATIC message with reflection?

    ATL / WTL / STL help tutorial question
  • Login

  • Don't have an account? Register

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