Microsoft listview

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
 
G

Guest

-----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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top