Click to See Complete Forum and Search --> : Handling Scroll Bar Messages


joeh1001
January 1st, 2003, 11:36 PM
How do I handle Messages to a scroll bar control? I have added 2 horizontal scroll bar controls to my parent window using createwindowex "scrollbar". How do i handle/receive messages from them. How do I identify them seperately? I'm new to c++ but I do know how to receive and process messages from a menu. I can find lots of information on using controls within a dialog but nothing on using them within a window.

Thanks,

Joe

mdmd
January 1st, 2003, 11:58 PM
this is a duplicate of the post in visualc forum, the answer is there.

joeh1001
January 2nd, 2003, 12:08 AM
That article explains how to handle messages for a standard scroll bar not a scroll bar control.