inm101 Posted December 16, 2010 Share Posted December 16, 2010 Are there any tools available that give more Window information than Auinfo? I'm dealing with a particularly tricky application (Meditech) that whose controls aren't detected by Auinfo. Link to comment Share on other sites More sharing options...
JohnOne Posted December 16, 2010 Share Posted December 16, 2010 You could try spy++ that comes with visual studio, but I'm not sure it will show much more (if any) extra info. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Mat Posted December 16, 2010 Share Posted December 16, 2010 If they are not detected by Au3Info then I doubt it will be picked up by other programs. The only other window info tool I use is Winspector. It has several more advanced features that aren't present in Au3Info, but few are really needed and I would always recommend Au3Info if you want it for controls etc, as it provides what you need for AutoIt (Winspector allows you to edit the window styles, find hidden windows, view the message queue for windows and controls. None of that is of much use to AutoIters. Mat AutoIt Project Listing Link to comment Share on other sites More sharing options...
inm101 Posted December 16, 2010 Author Share Posted December 16, 2010 Thank you both for your suggestions. I tried spy++ but I got even less information than with auinfo. I'll look up winspector. Link to comment Share on other sites More sharing options...
Newb Posted December 19, 2010 Share Posted December 19, 2010 No result with WinGetHandle() function? I'm a compulsive poster. When I post something, come to read it at least 5 minutes later after the posting, because I will edit it. I edited even this signature a few minutes later after I wrote it. Link to comment Share on other sites More sharing options...
rover Posted December 21, 2010 Share Posted December 21, 2010 (edited) Are there any tools available that give more Window information than Auinfo? I'm dealing with a particularly tricky application (Meditech) that whose controls aren't detected by Auinfo.The Winspector site windows-spy.com is gone (the last entry at Archive.org is in 2008), but for some reason the file is available from Archive.org (the WayBack Machine).normally files are not archived from sites from my experience with Archive.orghttp://web.archive.org/web/20080615232304/http://www.windows-spy.com/files/Winspector_setupU.exeorhttp://www.softpedia.com/get/Security/Security-Related/Winspector.shtmlhttp://web.archive.org/web/20080615230748/http://www.windows-spy.com/http://web.archive.org/web/20080615230748/http://www.windows-spy.com/download/http://web.archive.org/web/20080615232304/www.windows-spy.com/download/another utility I use is Window Detectivehttp://sourceforge.net/projects/windowdetective/ These two apps will read controls in windows that the AutoIt info tool doesn't.that MediTech app may use DirectUI or a Citrix like interface, you can't read those with these tools.search google and groups.google.com for "meditech software automation"the comments in this forum don't sound promisinghttp://forums.networkautomation.com/forum/messageview.cfm?catid=34&threadid=8151look for AccExplorer or UISpy, they will show if the interface is DirectUI.I don't know if code is available yet on the forums in a user friendly form to automate these IAccessible object interfaces.this article will show you whats involved.UI Automation Using Microsoft Active Accessibility (MSAA)http://www.codeproject.com/KB/winsdk/MSAA_UI_Automation.aspx Edited December 21, 2010 by rover GicuPiticu 1 I see fascists... 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