Topic: Horizontal Scroll Bars


Author: ctom@bbn.com (Christopher Tom)
Date: 31 Mar 1994 16:39:27 GMT
Raw View
 I hope that this forum is appropriate for my question.

 I'm working with Visuall C++ for the NT.  In App Studio, I created
a dialog which uses two horizontal scroll bars plus other items.  In my
implementation file, I have coded a HSCROLL() method to handle the user
interaction of either scroll bar.  The only thing that I haven't been able
to come up with is a way to distinguish between the two scroll bars.

 Above each scroll bar is a text field which is used to display the
current setting of the scroll bar.  I need some way to determine which
scroll bar sent the message or which one has the focus.

 Any help would be appreciated!

-Christopher