[python-win32] Re: Query

2006-03-07 Thread Roger Upole
Rob Lane wrote: > Hey, > > I am currently working on a final year project in college building a 3-D > virtual model of a building in a python based program called Vizard. I have > prepared a set of tutorials on powerpoint which i would like to access by > clicking on various objects in the buildin

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

2006-01-05 Thread Roger Upole
You can loop thru the ShellWindows collection and kill them all: import win32com.client shellwindows_guid='{9BA05972-F6A8-11CF-A442-00A0C90A8F39}' for sw in win32com.client.Dispatch(shellwindows_guid): sw.Quit() Roger ___ Python-win32 mailing