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 ListView
Name: zamaan Date: July 25, 2005 at 09:09:36 Pacific OS: Windows XP CPU/Ram: 128
Comment:
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: Dear Friends, I am using VB ListView Control to display around 1,00,000 records from a record source. It takes around 5 min to load and after loading the scrolling is too slow. Is there any other wa...
Summary: 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 c...
Summary: Hello, There are some controls in VB like Textbox,Label using which you can have tabulated output. Every control are for different usage but give tabulated output. These controls are grid control(righ...