Linking scroll bars?????
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
What do I have to do to "link" the scroll bar for one edit box to another so that when I move the slider in box A up and down, the slider in box B follows????? Thank you in advance PieRRe
You will have to do this manually i.e. intercept the message for first scroll bar and then move second scroll bar accordingly. Similarly do this for second scroll bar. -Saurabh