Janne Posted March 9, 2009 Posted March 9, 2009 Hello! I am trying to get som information from a application. Class:WindowsForms10.SysListView32.app.0.2004eee ClassNN:WindowsForms10.SysListView32.app.0.2004eee2 Advanced (Class):[CLASS:WindowsForms10.SysListView32.app.0.2004eee; INSTANCE:2] All i get is a empty string. I can read the statusbar and other windowsin the same application, but not the 2 windows i need. Any suggestions? TIA
PsaltyDS Posted March 9, 2009 Posted March 9, 2009 Hello! I am trying to get som information from a application. Class:WindowsForms10.SysListView32.app.0.2004eee ClassNN:WindowsForms10.SysListView32.app.0.2004eee2 Advanced (Class):[CLASS:WindowsForms10.SysListView32.app.0.2004eee; INSTANCE:2] All i get is a empty string. I can read the statusbar and other windowsin the same application, but not the 2 windows i need. Any suggestions? TIA Try ControlListView() or 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
Janne Posted March 10, 2009 Author Posted March 10, 2009 Try ControlListView() or the _GuiCtrlListView_* UDF functions on it. Works like a charm.THX for your time.
surfymark Posted July 20, 2012 Posted July 20, 2012 Hi Guys,I am having huge issues with this. I know this topic is 3 years old but it is the only that appears on search!I have tried the ControlListView() and the _GuiCtrlListView_* UDF functions and using the Get Count functions of each, they both return 0 items (where there are 2 items in the ListView panel. Any other ideas?Mark
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