I am currently working on a multi branch desktop based project using VB.NET 2008.
My Admin want to see the list of currently working branches and not working branches. Additionally they want to know how long a branch is not working.
To display the offline branches I first take a ListBox control named lstListBranch and then upon that control I take another ListBox control named lstListTime to display the offline time.
I want to permanently hide the scrollbar for lstListTime control and want to scroll lstListTime when lstListBranch is scrolled. How can I achieve that?
Check my code in this thread for a trick to keep list boxes scrolling in-sync. Turning off the scrollbar requires overriding the CreateParams property: