[python-win32] Re: XP sp2 permissions

2005-04-28 Thread Roger Upole
For the GetActiveObject to work, the application has to register itself with the Running Object Table. Looks like IE has stopped registering in the ROT at some point. According to this: http://support.microsoft.com/default.aspx?scid=kb;en-us;176792 looping thru ShellWindows is the 'official' way

[python-win32] cleaning up after DDE client requests

2005-04-28 Thread Jim McLoughlin
Hi I have successfully used the DDE apis as a client to some DDE data services (normally accessed by excel). These services have a limit on the number of simultaneous DDE requests I can make (~300 at one time) - but this should not be a problem, as I make all of these requests sequentially. Fo

Re: [python-win32] how to browse another computer's folder treestructure ?

2005-04-28 Thread Michael Li
Hi, Mark Thank you very much. It works, but only shows shared folders, not all the folders, is it possible to show all folders ? Mark Hammond wrote: Hi, Is there an easy way to browse folders at another computer ? Basically it's the same as C:\Python24\Lib\site-packages\win32comext\shell\demos\brow