|
Re: [perlguitest] how to select a item in a Combox box?
Hi,
I suggest you to dont use mouse clicking. Just foreground the window of
combobox and use home key. Than through up and down arrow key you can select any
option.
Use the following function:
SetForgroundWindow(handle of the window)
and SendKeys()
For getting the handle of the window use WinSpy utility or u can use the
respective array position of the combobox window.
Regards
Vishnu Dutt
Cisco Systems
---------------------------------
Unlimited freedom, unlimited storage. Get it now
[Non-text portions of this message have been removed]
|