Windows 7 Taskbar SamplesTaskbar7 provides simple ways to interact with Windows 7 Taskbar on managed (.Net) and unmanaged (C++) worlds. The releases consists in two projects. A C++/CLI project, with a Win32 and a .Net Wrapper that offers an easy way to access Windows 7 Taskbar features. And a C# Sample project.
Taskbar7 StatusALPHA Features
- Supported Windows 7 taskbar features
- Progress
- C++ Native Class to interact with Windows 7 taskbar (Taskbar7\Unmanaged\Progress7.hpp).
- C++/CLI Wrapper of Progress7 class and .Net based object model (Taskbar7\Managed\TaskbarProgress.hpp).
- C# Samples
- Next features
- Jump Lists
- Icon Overlay
- FlashWindow
- C# Samples Application (Taskbar7 Samples project)
Using Taskbar7 Samples
- .NET Developers
- See the Taskbar7Sample project.
- The samples are splitted in UserControls.
- Follow the commented steps to interact with Windows 7 taskbar.
- C++ Developers
- See the Taskbar7 project.
- Include the header Unmanaged\Progress7.hpp in your project
- The C++ samples will be avaliable soon.
- All Developers
- Enjoy the samples
- Send your feedback
- Wait for more features and samples :D
Dependecies
- Windows 7 build 7000+ http://www.microsoft.com/windows/windows-7/default.aspx
- Windows SDK for Windows 7 http://www.microsoft.com/downloads/details.aspx?FamilyID=a91dc12a-fc94-4027-b67e-46bab7c5226c&DisplayLang=en
Warnings
- Compile your .Net project for X86 platform to avoid dependency erros... We will work in this issue
- The code will be improved with resources, exceptions etc ;)
BlogsWindows Brazil Team Blog http://blogs.msdn.com/winbr Shinji's Personal Blog http://shinji360.spaces.live.com
|