简体   繁体   中英

Placing toolbar into Windows taskbar (ala language bar)

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!

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

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.

避免代码项目不良样本并查看MSDN示例(Adv.Shell api samples,SDK)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM