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