CompuServe Thread

Wizards and CScrollbar

1 messages in this thread
#30221From: Alan C NaisulerJul 8, 1994 12:31 AM
On Thurs, July 7, I inflicted a forum message on you asking why no messages (related to a scroll bar id) show up in the Class Wizard when a scroll bar is placed in a formview while in AppStudio. Ok, I looked through some old code and the formview window should get a WM_HSCROLL message (or something resembling that spelling). Sorry for the bother. One quick question, the message handling function On…() gets a pointer to the scroll bar. How do I relate that to resource ID? If I end up with more than one hor scroll bar in the formview, I will need to differentiate them and the resource id's seem to be the only way. Thanks.