On 07/12/2009 1:03 PM, Sylvain Thibault wrote:
Windows XP, AS perl 10 1005I am trying to get the window ID/handle of a window from another application within a Tkx GUI app. Something like WinSpy++ does, drag and drop to the target window and get the window ID. I am using Win32::GuiTest to write to the window once identified. Any suggestions how to proceed ?
Does 'winfo id' give you what you want? http://www.tcl.tk/man/tcl8.5/TkCmd/winfo.htm#M17 Jeff
