How do I inform other applications that my application is a part of the Windows desktop?

青春壹個敷衍的年華 提交于 2019-12-04 03:21:34

You can create what is called an Application Desktop Toolbar. Your application will essentially communicate with the Windows Shell (and, consequently, other applications) to instruct the desktop how it should interact with your application.

This type of functionality is not built into .Net, but there's an excellent tutorial available to do this on Code Project.

Use the toolstrip control in the Windows Form designer.

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