Re: [python-win32] get running application handle

2007-08-24 Thread Radu Ciora
t-synchronous call.', None, None) Thanks a million, Radu. - Original Message From: Tim Roberts <[EMAIL PROTECTED]> To: Python-Win32 List Sent: Friday, 24 August, 2007 11:04:02 PM Subject: Re: [python-win32] get running application handle Radu Ciora wrote: > Is it possible

Re: [python-win32] get running application handle

2007-08-24 Thread Tim Roberts
Radu Ciora wrote: > Is it possible to get a handle to a running application like the one I get > when I explicitly start an application myself using the > win32com.client.Dispatch("Object.Name")? > > Is the one retrieved by win32gui.GetForegroundWindow() the same as the one > above or not, if no

[python-win32] get running application handle

2007-08-24 Thread Radu Ciora
Hi all, Is it possible to get a handle to a running application like the one I get when I explicitly start an application myself using the win32com.client.Dispatch("Object.Name")? Is the one retrieved by win32gui.GetForegroundWindow() the same as the one above or not, if not how can I get th