cconner Posted January 21, 2010 Share Posted January 21, 2010 I'm trying to access a list type control in a windows program that has the classname of CTaskList(I found this out from the WindInfo utility). I want to clear the current selection and make a new selection in this list control, but I cannot get the control to respond to commands. I did make a call to see if the call is visible and it responds as being visible, but it will not respond to any selection commands that I send the control. I've tried the "ControlCommand" and "ControlListView" command. Any ideas? Chris Link to comment Share on other sites More sharing options...
PsaltyDS Posted January 21, 2010 Share Posted January 21, 2010 Try the _GuiCtrlListView* UDF functions on it. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Link to comment Share on other sites More sharing options...
cconner Posted January 22, 2010 Author Share Posted January 22, 2010 Try the _GuiCtrlListView* UDF functions on it.I tried the _GuiCtrlListView functions and couldn't get them to work either.Chris Link to comment Share on other sites More sharing options...
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