Re: [python-win32] Windows 7 Python Command Line Use

2013-09-24 Thread Michel Claveau
Hi! Thank you for info -- Michel Claveau - Original Message - From: "Tim Roberts" To: "Python-Win32 List" Sent: Monday, September 23, 2013 7:31 PM Subject: [python-win32] Windows 7 Python Command Line Use I'm posting here as a help for others, because

[python-win32] Windows 7 Python Command Line Use

2013-09-23 Thread Tim Roberts
I'm posting here as a help for others, because if *I* got tripped up by this, then it's certain others are going to fall into the same trap. I've been doing Python for 16 years and Windows for 24. I should know these things. I recently had to replace my main development machine. Part of that in

Re: [python-win32] Windows 7

2013-01-02 Thread Tim Roberts
Ali . Mohamed Makawii wrote: > Ihave windows 7 help me how to use python-win32 What have you tried? What works, what doesn't? -- Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc. ___ python-win32 mailing list python-win32@python.org http://m

[python-win32] Windows 7

2013-01-01 Thread Ali . Mohamed Makawii
Ihave windows 7 help me how to use python-win32 ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Windows 7 taskbar api

2009-09-28 Thread Gerdus van Zyl
>You would probably rename the >comtypes.gen._683BF642_E9CA_4124_BE43_67065B2FA653_0_1_0 >to something more sensible > Creating an instance would be easier if you use code like > this which uses the _reg_clsid_ attribute from the generated CoClass:> > from win7taskbar import ITaskbarList3, Taskbar

Re: [python-win32] Windows 7 taskbar api

2009-09-28 Thread Tim Roberts
Gerdus van Zyl wrote: > Thanks to this post > http://www.neowin.net/forum/index.php?s=6352ade29ce66f2b51506c64e455d2f4&showtopic=716968&st=0&p=590434472&#entry590434472 > > I got the idl that I could convert to a typelib and then use > cc.GetModule("taskbar.tlb"); > > The only trouble is you have t

Re: [python-win32] Windows 7 taskbar api

2009-09-28 Thread Thomas Heller
Gerdus van Zyl schrieb: > Thanks to this post > http://www.neowin.net/forum/index.php?s=6352ade29ce66f2b51506c64e455d2f4&showtopic=716968&st=0&p=590434472&#entry590434472 > > I got the idl that I could convert to a typelib and then use > cc.GetModule("taskbar.tlb"); > > The only trouble is you ha

Re: [python-win32] Windows 7 taskbar api

2009-09-27 Thread Gerdus van Zyl
Thanks to this post http://www.neowin.net/forum/index.php?s=6352ade29ce66f2b51506c64e455d2f4&showtopic=716968&st=0&p=590434472&#entry590434472 I got the idl that I could convert to a typelib and then use cc.GetModule("taskbar.tlb"); The only trouble is you have to specify the import comtypes.gen.

[python-win32] Windows 7 taskbar api

2009-09-24 Thread Gerdus van Zyl
Hi, Has anybody played with the win7 taskbar api? I just love the taskbar progress bar and would like it in my little app. But since win7 isn't even commercially available (i got mine from msdn) samples are scarce. Working from some pascal examples /vb.net interop examples /msdn docs I made the f