◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation Classes────────────────────────────────────────────── Handlers for messages beginning with WM_ are indexed by the name of their message map entry. Message map entries begin with ON_WM_. Use the letters following ON_WM_ to locate handler information for a particular message map entry: ◄A - C► ON_WM_ACTIVATE through ON_WM_CTLCOLOR ◄D - E► ON_WM_DEADCHAR through ON_WM_ERASEBKGND ◄F - K► ON_WM_FONTCHANGE through ON_WM_KILLFOCUS ◄L - M► ON_WM_LBUTTONDBLCLK through ON_WM_MOVE ◄N - O► ON_WM_NCACTIVATE through ON_WM_NCRBUTTONUP ◄P - R► ON_WM_PAINT through ON_WM_RENDERFORMAT ◄S► ON_WM_SETCURSOR through ON_WM_SYSKEYUP ◄T - Z► ON_WM_TIMECHANGE through ON_WM_WININICHANGE -♦-