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
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
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
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
>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.
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