windows_programming_notes.nbk: Home | Index | Next Page: WM_CLEAR | Previous Page: WM_CHARTOITEM


 WM_CHILDACTIVATE

The WM_CHILDACTIVATE message is sent to a child window when the user clicks the window's title bar or when the window is activated, moved, or sized.

A window receives this message through its WindowProc function.

Parameters

Return Value

If an application processes this message, it should return zero.

Notification Requirements


windows_programming_notes.nbk: Home | Index | Next Page: WM_CLEAR | Previous Page: WM_CHARTOITEM


Notebook exported on Monday, 7 July 2008, 18:56:50 PM Eastern Daylight Time