Microsoft listview

  • Thread starter Thread starter frank
  • Start date Start date
F

frank

Does anybody have any examples on how to use Microsoft
listview. Basically I have a table that I want to use as
the source but have never used an ActiveX control, so I
have no idea of how to populate the control or loop
through the list selections. I'm unable to find a basic
example on the internet.

Basically, I'm looking to create a list control with check
boxes. It will have check boxes next to peoples names.

Thanks in advance
 
-----Original Message-----
Does anybody have any examples on how to use Microsoft
listview. Basically I have a table that I want to use as
the source but have never used an ActiveX control, so I
have no idea of how to populate the control or loop
through the list selections. I'm unable to find a basic
example on the internet.

Basically, I'm looking to create a list control with check
boxes. It will have check boxes next to peoples names.

Thanks in advance
.


Look for the Actctrls.mdb database on Microsofts website.
Try this link:

http://www.microsoft.com/accessdev/articles/Odesamp.htm


It's got examples of the main ActiveX controls including
Treeview and Listview in conjunction with an Access97
database. The control's code should be the same with
newer versions of Access too (although not the data access
code of course!)

You should stick with the Treeview and Listview, they can
help your databases look really professional.

Let me know how you get on !


Damien
 
Back
Top