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 if *I* got tripped up by th

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

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.