kennedymr2
Programmer
I am trying to access a program running under windows., it
is written in vb, seems to be in vb6.
I need to...
==
1. Find the combo box handle.. This i can achieve ok.
*** thunderrt6 combobox handle=1216
Unable to...
2. Get a list of the items in the combo box, there may be up to 20 items in it.
3. I need to select say Tractors
Need to ensure that Tractors is in the combo listing drop down list.
Then click on the item (Tractor), if it is there.
-----------------------------------
How do i get a list of the items in the combo box???
Would appreciate some help with this function.
is written in vb, seems to be in vb6.
I need to...
==
1. Find the combo box handle.. This i can achieve ok.
*** thunderrt6 combobox handle=1216
Unable to...
2. Get a list of the items in the combo box, there may be up to 20 items in it.
3. I need to select say Tractors
Need to ensure that Tractors is in the combo listing drop down list.
Then click on the item (Tractor), if it is there.
-----------------------------------
How do i get a list of the items in the combo box???
Would appreciate some help with this function.