Listcount from an ActiveX listbox

  • Thread starter Cyberwolf0000 via AccessMonster.com
  • Start date
C

Cyberwolf0000 via AccessMonster.com

I have never worked with ActiveX controls until very recently and am still
learning my way around them. I have a series of ActiveX listbox OLE Class
ListViewCtrl, Class MSComctlLib.ListViewCtrl.2 what I want to do is get a
listcount like you can with regular listbox i.e. me.listbox.listcount - 1.

Any help would be greatly appreciated. I would like to be able to learn a
lot more about ActiveX controls and how they work. If anyone can point me to
a good source on this it would be appreciated also.

TIA,

--
James B Gaylord
For the Wolf comes the strength of the Pack,
For the Pack comes the strength of the Wolf,
-R. Kipling
Office 2003 on Win XP SP2
 
B

bhicks11 via AccessMonster.com

Hi Tia,

I believe you would have to check the available properties/events of the
ActiveX control. You can go to the Visual Basic editor (Ctrl-G) and click
View - Object Browser and select the ActiveX control name in the drop down at
the top. You can see what is available and refer to it.

Bonnie
http://www.dataplus-svc.com
 
C

Cyberwolf0000 via AccessMonster.com

Thanks Bonnie,

I should have done that from the beginning. One of those days I guess
Hi Tia,

I believe you would have to check the available properties/events of the
ActiveX control. You can go to the Visual Basic editor (Ctrl-G) and click
View - Object Browser and select the ActiveX control name in the drop down at
the top. You can see what is available and refer to it.

Bonnie
http://www.dataplus-svc.com
I have never worked with ActiveX controls until very recently and am still
learning my way around them. I have a series of ActiveX listbox OLE Class
[quoted text clipped - 6 lines]

--
James B Gaylord
For the Wolf comes the strength of the Pack,
For the Pack comes the strength of the Wolf,
-R. Kipling
Office 2003 on Win XP SP2
 

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