[python-win32] Catching Send To in Office

2011-03-22 Thread Mike Driscoll
Hi, Does anyone know of a way to catch the "Send To Mail Recipient" in Microsoft Word or Excel? I want to redirect that to our web mail somehow. I'm going to need to do that with the right-click context menu that appears when people right-click a file too. Any ideas would be great. Even if I

Re: [python-win32] Catching Send To in Office

2011-03-22 Thread Tim Roberts
Mike Driscoll wrote: > Does anyone know of a way to catch the "Send To Mail Recipient" in > Microsoft Word or Excel? I want to redirect that to our web mail > somehow. Well, let's brainstorm for a moment. That link fires up the "default mail provider" for your computer, which in found in the re

[python-win32] Getting Started

2011-03-22 Thread Tony Wallace
Hi everyone I am trying to develop a python application for the windows platform. As such occasionally I do need to interact with the operating system. I am using windows XP. I have in the past tried to use python tools with windows, but for some reason that escapes me, they all seem to require

Re: [python-win32] Getting Started [SEC=PERSONAL]

2011-03-22 Thread Andrew MacIntyre
PythonWin (http://starship.python.net/~skippy/win32/) wraps a lot of the Windows API. ctypes (http://python.net/crew/theller/ctypes/), included with Python 2.5 and later (http://docs.python.org/library/ctypes.html), provides foreign function support. comtypes (http://starship.python.net/cre