本文介绍了如何使用VC ++添加系统托盘图标和上下文菜单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想在系统托盘中显示一个图标并添加一个菜单,其中有一些选项我应该在基于mfc对话框的应用程序中做什么
我是什么尝试过:
我对此没有任何了解
>
解决方案
I wanted to display an icon in system tray and add a menu there with some option what should i do in mfc dialog based applications
What I have tried:
I don't have any idea about this
>
解决方案
In such cases using a web search machine is usually the best starting point. Asking Google for mfc system tray application
and mfc "system tray"
:
TrayMenu Sample: MFC Tray Menu Application[^]
Minimise to System Tray in MFC[^]
System Tray Icons - Minimize Your Application to the SysTray[^]
这篇关于如何使用VC ++添加系统托盘图标和上下文菜单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!