Re: [python-win32] Query and remove all IEBrowsers

2006-01-06 Thread Tim Golden
[George Flaherty] | | Is it possible with python/win32 to query and remove all | running internet explorers (ie browsers)? | | I have an automation package that requires no existing | internet explorers to be running. So I would like to call a | python/win32 script to close out any ie browser

[python-win32] Query and remove all IEBrowsers

2006-01-05 Thread George Flaherty
Is it possible with python/win32 to query and remove all running internet explorers (ie browsers)? I have an automation package that requires no existing internet explorers to be running. So I would like to call a python/win32 script to close out any ie browser windows, then run the automation

Re: [python-win32] Query and remove all IEBrowsers

2006-01-05 Thread George Flaherty
@python.org Subject: Re: [python-win32] Query and remove all IEBrowsers George Flaherty wrote: Is it possible with python/win32 to query and remove all running internet explorers (ie browsers)? I have an automation package that requires no existing internet explorers to be running. So I would like

Re: [python-win32] Query and remove all IEBrowsers

2006-01-05 Thread George Flaherty
) win32gui.SendMessage(i,win32con.WM_CLOSE,0,0) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Flaherty Sent: Thursday, January 05, 2006 4:15 PM Cc: python-win32@python.org Subject: Re: [python-win32] Query and remove all IEBrowsers