ListBox Control in VB.NET 2008

Posted by Tareq on Stack Overflow See other posts from Stack Overflow or by Tareq
Published on 2010-03-21T06:18:25Z Indexed on 2010/03/21 6:21 UTC
Read the original article Hit count: 342

Filed under:

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.

© Stack Overflow or respective owner

Related posts about vb.net