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.
ListView (vb6)
Name: Joshua Dahn Date: September 3, 2002 at 17:11:25 Pacific
Comment:
How would you add an item onto a listview, thats has a "smallicon" from a imagelist.
i have started to migrate to different languages and can't see to remember what you must do... any help?
Name: Morris Date: September 5, 2002 at 22:15:31 Pacific
Reply:
What you may have to do is to use both a listview and imagelist, with the description of the image in listview, and the image itself in imagelist. This approach is used in the sample vb project that comes with vb6, I believe it is called Northwind. I have not personally tried to do what you are after, but believe this would be the approach.
Summary: Dear users of CN i have created a vb6 listview with check boxes. but i have an small problem. when i click on a check box the Higlight of the entire raw is not jumping to the checked raw. please help?...
Summary: So where are you having problems? How far have you gotten? If you have NO knowledge of VB6, here are some ideas to put you in right direction: 1) Use a collection of buttons (meaning Command1(0) Comm...