autoitaddicted Posted June 13, 2011 Posted June 13, 2011 ok, i have been trying to find a way to choose and click for entering a folder while trying to pick files for uploading through internet explorer.i'm currently using ControlListView for selecting a folder and then pressing {ENTER} with ControlSend because of there isn't any working function for "Click"Everything works fine when working with example in help folder but when i trying to work with that file upload window (SysListView32) starting to close random windows.Example code: _GUICtrlListView_ClickItem(1, 1, "left", False, 2)autoit window info:Is there any suggestions or solutions ?
sleepydvdr Posted June 13, 2011 Posted June 13, 2011 You didn't give much code to go on. But your line doesn't look right. Try a -1 instead of 1 (to click the immediately previous item or a variable that represents the item. _GUICtrlListView_ClickItem(-1, 1, "left", False, 2) #include <ByteMe.au3>
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