I want to dock my WPF application in Windows TaskBar, just like some toolbars like Address works in Windows 7 and WMP works in Win XP.
The WPF app to have a set of 2-3 buttons which the user can directly go ahead and click to do the corresponding operation. I have done some R&D and found about TaskbarItemInfo class. But this does not help the full purpose as the application does not come in the task bar and user has to hover mouse over the minimized icon to get the thumbnail icons and click.
The requirement that I have
- Dock the application to the taskbar.
- Show some status information.
- Show progress information.
There would be 2-3 buttons in the app, thus I want it to dock to taskbar so that user can directly click on it.
Regards Avik Sen