home *** CD-ROM | disk | FTP | other *** search
/ distrib.akp.su/Programming/Vb-6+Rus/ / distrib.akp.su.tar / distrib.akp.su / Programming / Vb-6+Rus / COMMON / MSDEV98 / BIN / MFCCLWZ.DLL / SRCDATA / WM_DATA.LST < prev    next >
File List  |  1998-06-18  |  9KB  |  120 lines

  1.  
  2. TW|WM_ACTIVATE|OnActivate|Indicates a change in the activation state
  3. TW|WM_ACTIVATEAPP|OnActivateApp|Notifies applications when a new task is activated
  4. W|WM_ASKCBFORMATNAME|OnAskCbFormatName|Retrieves the name of the clipboard format
  5. CDMTW|WM_CANCELMODE|OnCancelMode|Notifies a window to cancel internal modes
  6. CDMTW|WM_CAPTURECHANGED|OnCaptureChanged|Notifies a window that it is losing mouse capture
  7. W|WM_CHANGECBCHAIN|OnChangeCbChain|Notifies clipboard viewer of removal from chain
  8. CDMTW|WM_CHAR|OnChar|Passes keyboard events to focus window
  9. DW|WM_CHARTOITEM|OnCharToItem|Provides list-box keystrokes to owner window
  10. l|WM_CHARTOITEM_REFLECT|CharToItem|Provides list-box keystrokes to owner window
  11. W|WM_CHILDACTIVATE|OnChildActivate|Notifies a child window of activation
  12. DMTW|WM_CLOSE|OnClose|Signals a window or application to terminate
  13. W|WM_COMPACTING|OnCompacting|Indicates a low memory condition
  14. DW|WM_COMPAREITEM|OnCompareItem|Determines position of combo-box or list-box item
  15. l|WM_COMPAREITEM_REFLECT|CompareItem|Determines position of combo-box or list-box item
  16. CDMTW|WM_CONTEXTMENU|OnContextMenu|Called when the user right clicks in the window
  17. CDMTW|WM_COPYDATA|OnCopyData|Called when another application sends data to this one
  18. CDMTW|WM_CREATE|OnCreate|Indicates that a window is being created
  19. DW|WM_CTLCOLOR|OnCtlColor|Indicates that a control is about to be drawn
  20. wls|WM_CTLCOLOR_REFLECT|CtlColor|Indicates that a control is about to be drawn
  21. W|WM_DEADCHAR|OnDeadChar|Indicates when a dead key is pressed
  22. DW|WM_DELETEITEM|OnDeleteItem|Indicates owner-drawn item or control is altered
  23. l|WM_DELETEITEM_REFLECT|DeleteItem|Indicates owner-drawn item or control is altered
  24. CDMTW|WM_DESTROY|OnDestroy|Indicates window is about to be destroyed
  25. W|WM_DESTROYCLIPBOARD|OnDestroyClipboard|Notifies owner when clipboard is emptied
  26. TW|WM_DEVMODECHANGE|OnDevModeChange|Indicates when device-mode settings are changed
  27. W|WM_DRAWCLIPBOARD|OnDrawClipboard|Indicates when clipboard contents are changed
  28. DW|WM_DRAWITEM|OnDrawItem|Indicates when owner-drawn control or menu changes
  29. l|WM_DRAWITEM_REFLECT|DrawItem|Indicates when owner-drawn control or menu changes
  30. CMTW|WM_DROPFILES|OnDropFiles|Indicates when a file is dropped
  31. W|WM_ENABLE|OnEnable|Indicates when enable state of window is changing
  32. TW|WM_ENDSESSION|OnEndSession|Indicates whether the Windows session is ending
  33. TW|WM_ENTERIDLE|OnEnterIdle|Indicates a modal dialog box or menu is idle
  34. CMTW|WM_ERASEBKGND|OnEraseBkgnd|Indicates when background of window needs erasing
  35. TW|WM_FONTCHANGE|OnFontChange|Indicates a change in the font-resource pool
  36. W|WM_GETDLGCODE|OnGetDlgCode|Allows processing of control input
  37. MTW|WM_GETMINMAXINFO|OnGetMinMaxInfo|Retrieves minimum and maximum sizing information
  38. CDMTW|WM_HELPINFO|OnHelpInfo|Called when the user hits the F1 key
  39. CDMTW|WM_HSCROLL|OnHScroll|Indicates a click in a horizontal scroll bar
  40. s|WM_HSCROLL_REFLECT|HScroll|Indicates a click in a horizontal scroll bar
  41. W|WM_HSCROLLCLIPBOARD|OnHScrollClipboard|Prompts owner to scroll clipboard contents
  42. MTW|WM_ICONERASEBKGND|OnIconEraseBkgnd|Notifies minimized window to fill icon background
  43. D|WM_INITDIALOG|OnInitDialog|Sent to a dialog box before the dialog box is displayed
  44. TW|WM_INITMENU|OnInitMenu|Indicates when a menu is about to become active
  45. TW|WM_INITMENUPOPUP|OnInitMenuPopup|Indicates when a pop-up menu is being created
  46. CDMTW|WM_KEYDOWN|OnKeyDown|Indicates when a nonsystem key is pressed
  47. CDMTW|WM_KEYUP|OnKeyUp|Indicates when a nonsystem key is released
  48. CDMTW|WM_KILLFOCUS|OnKillFocus|Indicates window is about to lose input focus
  49. CDMTW|WM_LBUTTONDBLCLK|OnLButtonDblClk|Indicates double-click of left mouse button
  50. CDMTW|WM_LBUTTONDOWN|OnLButtonDown|Indicates when left mouse button is pressed
  51. CDMTW|WM_LBUTTONUP|OnLButtonUP|Indicates when left mouse button is released
  52. W|WM_MBUTTONDBLCLK|OnMButtonDblClk|Indicates double-click of middle mouse button
  53. W|WM_MBUTTONDOWN|OnMButtonDown|Indicates when middle mouse button is pressed
  54. W|WM_MBUTTONUP|OnMButtonUp|Indicates when middle mouse button is released
  55. MW|WM_MDIACTIVATE|OnMDIActivate|Activates a new MDI child window
  56. DW|WM_MEASUREITEM|OnMeasureItem|Requests dimensions of owner-drawn control
  57. l|WM_MEASUREITEM_REFLECT|MeasureItem|Requests dimensions of owner-drawn control
  58. W|WM_MENUCHAR|OnMenuChar|Indicates when unknown menu mnemonic is pressed
  59. W|WM_MENUSELECT|OnMenuSelect|Indicates when a menu item is selected
  60. W|WM_MOUSEACTIVATE|OnMouseActivate|Indicates a mouse click in an inactive window
  61. CDMTW|WM_MOUSEMOVE|OnMouseMove|Indicates mouse-cursor movement
  62. CDMTW|WM_MOUSEWHEEL|OnMouseWheel|Indicates a mouse-wheel movement
  63. CDMTW|WM_MOVE|OnMove|Indicates the position of a window has changed
  64. TW|WM_MOVING|OnMoving|Indicates that the user is currently moving the window
  65. W|WM_NCACTIVATE|OnNcActivate|Changes the active state of a nonclient area
  66. W|WM_NCCALCSIZE|OnNcCalcSize|Calculates the size of a window's client area
  67. W|WM_NCCREATE|OnNcCreate|Indicates a nonclient area is being created
  68. W|WM_NCDESTROY|OnNcDestroy|Indicates when nonclient area is being destroyed
  69. W|WM_NCHITTEST|OnNcHitTest|Indicates mouse-cursor movement
  70. W|WM_NCLBUTTONDBLCLK|OnNcLButtonDblClk|Indicates non-client left button double-click
  71. W|WM_NCLBUTTONDOWN|OnNcLButtonDown|Indicates left button pressed in nonclient area
  72. W|WM_NCLBUTTONUP|OnNcLButtonUp|Indicates left button released in nonclient area
  73. W|WM_NCMBUTTONDBLCLK|OnNcMButtonDblClk|Indicates middle button nonclient double-click
  74. W|WM_NCMBUTTONDOWN|OnNcMButtonDown|Indicates middle button pressed in nonclient area
  75. W|WM_NCMBUTTONUP|OnNcMButtonUp|Indicates middle button released in nonclient area
  76. W|WM_NCMOUSEMOVE|OnNcMouseMove|Indicates mouse-cursor movement in nonclient area
  77. W|WM_NCPAINT|OnNcPaint|Indicates a window's frame needs painting
  78. W|WM_NCRBUTTONDBLCLK|OnNcRButtonDblClk|Indicates right button nonclient double-click
  79. W|WM_NCRBUTTONDOWN|OnNcRButtonDown|Indicates right button pressed in nonclient area
  80. W|WM_NCRBUTTONUP|OnNcRButtonUp|Indicates right button released in nonclient area
  81. CDMTW|WM_PAINT|OnPaint|Indicates a window frame needs painting (do not use for views)
  82. W|WM_PAINTCLIPBOARD|OnPaintClipboard|Paints the specified portion of the window
  83. TW|WM_PALETTECHANGED|OnPaletteChanged|Indicates focus-window has realized its palette
  84. TW|WM_PALETTEISCHANGING|OnPaletteIsChanging|Informs windows about change to palette
  85. W|WM_PARENTNOTIFY|OnParentNotify|Notifies parent of child-window activity
  86. wls|WM_PARENTNOTIFY_REFLECT|ParentNotify|Notifies parent of child-window activity
  87. W|WM_QUERYDRAGICON|OnQueryDragIcon|Requests a cursor handle for a minimized window
  88. TW|WM_QUERYENDSESSION|OnQueryEndSession|Requests that the Windows session be ended
  89. TW|WM_QUERYNEWPALETTE|OnQueryNewPalette|Allows a window to realize its logical palette
  90. W|WM_QUERYOPEN|OnQueryOpen|Requests that a minimized window be restored
  91. CDMTW|WM_RBUTTONDBLCLK|OnRButtonDblClk|Indicates a double-click of right mouse button
  92. CDMTW|WM_RBUTTONDOWN|OnRButtonDown|Indicates when the right mouse button is pressed
  93. CDMTW|WM_RBUTTONUP|OnRButtonUp|Indicates when the right mouse button is released
  94. W|WM_RENDERALLFORMATS|OnRenderAllFormats|Notifies owner to render all clipboard formats
  95. W|WM_RENDERFORMAT|OnRenderFormat|Notifies owner to render particular clipboard data
  96. CDMTW|WM_SETCURSOR|OnSetCursor|Displays the appropriate mouse cursor shape
  97. CMTW|WM_SETFOCUS|OnSetFocus|Indicates when a window has gained input focus
  98. TW|WM_SETTINGCHANGE|OnSettingChange|Notifies applications of change to system settings
  99. CDMTW|WM_SHOWWINDOW|OnShowWindow|Indicates a window is about to be hidden or shown
  100. CDMTW|WM_SIZE|OnSize|Indicates a change in window size
  101. W|WM_SIZECLIPBOARD|OnSizeClipboard|Indicates a change in clipboard size
  102. TW|WM_SIZING|OnSizing|Indicates that the user is currently resizing the window
  103. TW|WM_SPOOLERSTATUS|OnSpoolerStatus|Indicates when a print job is added or removed
  104. W|WM_SYSCHAR|OnSysChar|Indicates when a System-menu key is pressed
  105. TW|WM_SYSCOLORCHANGE|OnSysColorChange|Indicates when a system color setting is changed
  106. W|WM_SYSCOMMAND|OnSysCommand|Indicates when a System-command is requested
  107. W|WM_SYSDEADCHAR|OnSysDeadChar|Indicates when a system dead key is pressed
  108. W|WM_SYSKEYDOWN|OnSysKeyDown|Indicates that ALT plus another key was pressed
  109. W|WM_SYSKEYUP|OnSysKeyUp|Indicates that ALT plus another key was released
  110. CDMTW|WM_TCARD|OnTCard|Called when the user clicks an authorable button
  111. TW|WM_TIMECHANGE|OnTimeChange|Indicates that the system time has been set
  112. CDMTW|WM_TIMER|OnTimer|Indicates timeout interval for a timer has elapsed
  113. DW|WM_VKEYTOITEM|OnVkeyToItem|Provides list-box keystrokes to owner window
  114. l|WM_VKEYTOITEM_REFLECT|VkeyToItem|Provides list-box keystrokes to owner window
  115. CDMTW|WM_VSCROLL|OnVScroll|Indicates a click in a vertical scroll bar
  116. s|WM_VSCROLL_REFLECT|VScroll|Indicates a click in a vertical scroll bar
  117. W|WM_VSCROLLCLIPBOARD|OnVScrollClipboard|Prompts the owner to scroll clipboard contents
  118. W|WM_WINDOWPOSCHANGED|OnWindowPosChanged|Notifies a window of a size or position change
  119. W|WM_WINDOWPOSCHANGING|OnWindowPosChanging|Notifies a window of a new size or position