[python-win32] Windows 7 taskbar api

Gerdus van Zyl gerdusvanzyl at gmail.com
Mon Sep 28 21:50:06 CEST 2009


>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, TaskbarList
> taskbar = CreateObject(TaskbarList._reg_clsid_, interface=ITaskbarList3)>

Good suggestion, I have done so.
If anyone wants something similar the code lives here:
http://code.google.com/p/uxpython/source/browse/#svn/trunk/uxpy/platforms


More information about the python-win32 mailing list