Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
Hi,

I want to synchronize mouse scroll bar drag event for two independent windows. so that,with a single drag event both the window's scroll bar should move.

Please suggest how to achieve this using Vc++.
Posted

1 solution

Simply put pointers to sibling window in other window
and handle mouse scroll.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900