Re: [WIN]Testing for duplicate windows
- Posted by =?iso-8859-1?B?VG9uZSBTa29kYQ==?= <tone.skoda at SIOL.NET> Feb 03, 2001
- 465 views
Chris Bensler wrote: > how do I get the handle of a specific window titled "EXW"? With C function FindWindow or FindWindowEx you get window handle, you mean: "how do i get win32lib's id of window"? search for window handle in all win32lib handles, i think you get them with getHandles() or something like that. >From: Wolf <wolfritz at KING.IGS.NET> > ... and you are looking for a console ??? I don't understand why would anyone need handle of console window?