ListBox Control in VB.NET 2008
- by Tareq
Hi all,
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.
Can anyone help me in that purpose?
Thanks in advance.