Click to return to the HTML Help home page    
HHNTRACK     HHN_NAVCOMPLETE     HTML Help API Reference    
Web Workshop  |  DHTML, HTML & CSS  |  HTML Help

About Notification Messages


Microsoft Corporation

Updated June 10, 1999

HTML Help notification messages are sent from a help window to the window that you specify in an HtmlHelp() call. Use notification messages to track a user's activities in a help window. For example, if you want to invoke an action when a user clicks the Refresh button on the toolbar, you could use the HHN_TRACK message.

Notification messages occur for the following events:

To enable notification message tracking

HTML Help sends notification messages from help windows that have the following HH_WINTYPE property settings:

To specify the window that will receive notification messages

Notification messages are sent to the window specified in the hwndCaller parameter of the HtmlHelp() call.

HTML Help notification messages are sent via Windows WM_NOTIFY messages.

Note

Notification messages quick reference


link to overview topic About the HTML Help API
 



Back to topBack to top

Did you find this material useful? Gripes? Compliments? Suggestions for other articles? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.