Placing toolbar into Windows taskbar (ala language bar)

浪子不回头ぞ 提交于 2019-12-09 18:37:28

问题


I'm currently in the process of writing a Windows MFC app to quickly search our corporate DMS. The idea is to have a button placed at the right hand edge of the windows taskbar much like the language bar, that when clicked, would popup the search interface.

I can't seem to find much regarding how placing items in the taskbar like this is performed, can anyone point me to some useful resources or examples?

I'd prefer native API resources (that is, not .NET) if possible.

Thanks!


回答1:


Avoid codeproject poor sample and see MSDN samples (Adv. Shell api samples, SDK)




回答2:


Such toolbar is named a Deskband. Here's an example: http://www.codeproject.com/KB/shell/dotnetbandobjects.aspx




回答3:


You could look at the StExBar. It implements an explorer toolbar which can also be added to the taskbar. Doesn't use MFC though, just plain win32.



来源:https://stackoverflow.com/questions/784231/placing-toolbar-into-windows-taskbar-ala-language-bar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!