ie.document.All("name_combobox_on_page").lenght

I would like get number item of combobox. When I use this, so it return wrong number item (less than fact).
(Combobox on page is dynamicaly)

Do you help me, please.
Posted on 2005-08-10 16:48:44 by Perseus
Not to step on your toes, but did you consider asking VB6 related questions on a VB6 board?

This is your 7th VB6 related thread asking for help and if I am not mistaken - the success ratio on answers for you is sort of low.

For the amount of items in a ComboBox I would use... CB_GETCOUNT
Posted on 2005-08-10 17:25:06 by JimmyClif
Agreed. Posting the same question in different ways is not really going to help you here. This is an assembly programming community... C/C++ at best for deviation. Goto http://www.vbforums.com/ if you require people specific in Visual Basic knowledge.
Posted on 2005-08-10 20:36:47 by SpooK