nyedfam Posted November 6, 2013 Posted November 6, 2013 Any function to popup dropdown list when I hover over it ? I want to avoid clicking the dropdown arrow all the time. Thanks
jdelaney Posted November 6, 2013 Posted November 6, 2013 (edited) You can use controlgetpos to see when mousegetpos is in the bounds of this combo...then send _guictrlcomboboxex_showdropddown($hcontrol,True) Edited November 6, 2013 by jdelaney nyedfam 1 IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now