The information in this article applies to:
SUMMARY
The following paragraph from MFC Technical Note 60 is incomplete. A slider control notifies its parent window of user actions by sending the parent WM_HSCROLL messages. You can override the parent's OnHScroll member function to handle these messages. This function will be passed a notification code, the position of the slider, and a pointer to the CSliderCtrl object. Note that the pointer is of type CScrollBar* even though it points to a CSliderCtrl object. You may need to typecast this pointer if you need to manipulate the slider control."In Visual C++, versions 5.0 and later, the above text is part of the help topic titled "Slider Control Notification Messages." MORE INFORMATION
The correct documentation can be found from the Trackbar Notification
Messages in Win32 SDK of Visual C++ 4.x Books Online. Additional query words: CsliderCtrl Trackbar FIRE
Keywords : kbdocerr kbMFC KbUIDesign kbVC400 kbVC410 kbVC420 kbVC500 kbVC600 kbOLDocs |
Last Reviewed: July 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |