Re: [python-win32] interprocess communication python and visual basic can it be done?

2008-08-27 Thread Tony Cappellini
I see many prices less than $50 on Amazon, and the publisher is still selling it for $34.95. There are 100's of used book services available as well. On Wed, Aug 27, 2008 at 11:42 AM, Vernon Cole <[EMAIL PROTECTED]> wrote: > > > Why? It's still being published >> http://oreilly.com/catalog/97815

Re: [python-win32] interprocess communication python and visual basic can it be done?

2008-08-27 Thread Vernon Cole
On Tue, Aug 26, 2008 at 11:00 PM, Tony Cappellini <[EMAIL PROTECTED]>wrote: > > Unfortunately, copies of the book are >> getting quite hard to get. >> >> > Why? It's still being published > http://oreilly.com/catalog/9781565926219/index.html > > Amazon still has them in stock too > > http://www.

Re: [python-win32] How can I use GetKeyboardLayout in python?

2008-08-27 Thread Tim Golden
Dror Cohen wrote: Hi everybody, for a long time I'm trying to get my current typing language in windows. At the moment I'm thinking about using either GetKeyboardLayout or ITfInputProcessorProfiles that holds the **GetCurrentLanguage*

Re: [python-win32] Fwd: Renaming Excel Spreadsheets

2008-08-27 Thread Mike Driscoll
James Matthews wrote: -- Forwarded message -- From: *Greg Lindstrom* <[EMAIL PROTECTED] > Date: Tue, Aug 26, 2008 at 11:54 AM Subject: Renaming Excel Spreadsheets To: [EMAIL PROTECTED] Hello, I am working with Python to c

Re: [python-win32] Accessing properties of share on DFS

2008-08-27 Thread Tim Golden
Michael Kesper wrote: Until now I'm using win32net.NetSessionEnum to list sessions users have open. Now homes will be migrated to Distributed Filesystem (DFS). As far as I understood msdn I should access that via win32wnet. But now, I have some troubles to figure out how this really works. The fo