I wish to integrate the new Windows 7 Taskbar Features into a GPLv2 licensed open source project (EVEMon). Microsoft's excellent Windows API Code Pack would work well however it is licensed under MS-pl which is incompatible with the GPLv2.
I have found a Windows 7 Taskbar project on CodePlex, licensed under the MIT Licence which is GPLv2 compatible. However only a handful of the features have been implemented as yet:
- Progress Bars
- Icon Overlays
- Taskbar Thumbnails
My questions are as follows:
- Is there another GPLv2 compatible .NET library for interop with the Windows 7 Taskbar?
- If not, I know nothing about COM, are there any good websites or books that can bring me up to speed so I can contribute to the above project, or if required roll my own?
TIA