Computing.Net > Forums > Programming > Vb 6.0

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Vb 6.0

Reply to Message Icon

Name: Undead504
Date: April 28, 2009 at 22:15:04 Pacific
OS: Windows XP
Subcategory: General
Comment:

Well I Need Help In VB 6.0

I Have 2 Normal List box's
1 Listbox has a Name
The 2nd listbox has the url

I need it when you click on a Column in click on the same one in List 2



Sponsored Link
Ads by Google

Response Number 1
Name: Undead504
Date: April 28, 2009 at 22:33:16 Pacific
Reply:

here it is Put Better When I Click on list 1
i need list 2 to act like i clicked on it at the same time


0

Response Number 2
Name: shutat
Date: April 29, 2009 at 12:23:23 Pacific
Reply:

If both list boxes correspond to the same index position when clicked, then just select list 2 using the listindex of list 1.

Private Sub List1_Click()

   List2.Selected(List1.ListIndex) = True
End Sub

______________________
My work in progress. I hate JS. :P


0

Response Number 3
Name: Undead504
Date: April 29, 2009 at 20:04:34 Pacific
Reply:

Thanx A Lot this was What I need Thanx


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Vb 6.0

I need help about vb 6.0 www.computing.net/answers/programming/i-need-help-about-vb-60/5404.html

Declaring Variables in VB 6.0 www.computing.net/answers/programming/declaring-variables-in-vb-60/9957.html

connecting to unix using vb 6.0 www.computing.net/answers/programming/connecting-to-unix-using-vb-60/7085.html