.NET Embedding application in windows-taskbar

人走茶凉 提交于 2019-12-06 02:58:38

问题


We've all seen it and now I want to do it. How may I go about achieving this effect with a winforms application?

alt text http://www.activewin.com/winvista/images/Windows%20Media%20Player%20-%20Taskbar%20Player.png


回答1:


You are probably going to want to start reading about Desk Bands. It's not an easy process, and you won't be able to just put your winforms application in the task bar. It also depends on what version of Windows you want to target, as tommieb75 pointed out, the newer versions of windows have better integrating capabilities.

In addition to the above, the Windows v6.1 SDK includes a desk band example that you could check out.




回答2:


Have a look at this article on how to use the new Windows 7 features in C# here and here.

Hope this helps, Best regards, Tom.



来源:https://stackoverflow.com/questions/2148372/net-embedding-application-in-windows-taskbar

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