C
craig
I have two questions that I was hoping to get some input on:
1. How can I synchronize the horizontal scrolling of two controls on my
form? I realize that I will have to use the Windows API to do this, but I
haven't been very successful in determining exactly how. Are there any good
API references for .NET developers?
2. What would be the most efficient way to paint the background of a
scrollable user control in such a way as to suggest columns (using lines or
vertical bars of color, etc.) ?
If anyone can point me in the right direction, I would really appreciate it!
Thanks!
1. How can I synchronize the horizontal scrolling of two controls on my
form? I realize that I will have to use the Windows API to do this, but I
haven't been very successful in determining exactly how. Are there any good
API references for .NET developers?
2. What would be the most efficient way to paint the background of a
scrollable user control in such a way as to suggest columns (using lines or
vertical bars of color, etc.) ?
If anyone can point me in the right direction, I would really appreciate it!
Thanks!