Hi,
I have to enhance a VB6 application which means adding a new interface to display to the user...
Something like, where column fund is just text, but column 2 and 3 should have checkboxes in the cells....
Fund Capital Income
ABC Ë Ï
DEF Ï Ë
GHI Ï Ë
JKL Ï Ë
MNO Ë Ï
1) Can this be done using a listview control....?
2) If a listview control can be used how do I populate a three column listview having 2 columns as checkboxes which can be checked or unchecked...?
3) If it is not possible to insert checkboxes into a listview which is the next best control to use?
Thanks Ian
Start Free Trial