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