ShawnLuo 0 Posted August 2, 2010 I'm working on how to get information from gdkWindow, there is a list. and in other software, that is a SysListView, and can get hWnd. but now, i don't know what to do. Thanks for your help! Share this post Link to post Share on other sites
Xenobiologist 47 Posted August 2, 2010 Try using Autoit Window Info and have a look at control... (commands) Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times Share this post Link to post Share on other sites
ShawnLuo 0 Posted August 3, 2010 Try using Autoit Window Info and have a look at control... (commands)Thank you, I'll try it. Can I use message to control it? and is there any helpful information?Thanks. Share this post Link to post Share on other sites
ShawnLuo 0 Posted August 3, 2010 Thank you, I'll try it. Can I use message to control it? and is there any helpful information? Thanks. I use commandcontrol as Local $ControlCommandLine = ControlCommand($TestFileName, "", "[CLASS:gdkWindowChild; INSTANCE:19]", "GetCurrentLine", "") the return value is 1. $ControlCommandLine = ControlCommand($TestFileName, "", "[CLASS:gdkWindowChild; INSTANCE:19]", "GetCurrentCol", "") the return value is 1243725. it's impossible. but i don't know what's wrong with it. Share this post Link to post Share on other sites