搜索资源列表
modifysysmenudlg
- 本文例子是一个典型的C++/MFC对话框程序,设置了 EX_WM_TOOLWINDOW 扩展式样,因此在标题栏左上角看不到系统菜单图标,但通过 Ctrl+Space 或者在标题栏单击鼠标右键可以调出系统菜单。例子程序对系统菜单进行了定制,在原有菜单基础上添加了两个菜单命令:一个是显示“关于”对话框;另一个是“退出”。之所以要加一个“退出”菜单命令,是因为例子程序改写了对话框原来默认的“关闭”菜单命令行为(Alt-F4),用来隐藏对话框。因此必须加一个程序的“退出”出口。此外,例子程序利用一个第三
Pop-upmenu3
- 弹出菜单:这个是从系统托盘里弹出的菜单,现在很多程序都有这个功能。-Pop-up menu: This is from the system tray in the pop-up menu, many procedures have this function.
AeTrayMenu
- 这是一个非常小巧的系统托盘程序。可以通过它控制系统服务的启动与关闭,修改和查看系统服务的配置文件(如apache,php等)。著名的wamp使用的托盘程序就是它!-This is a very small system tray program. Its control system can activate and turn off the Service, modify, and view the system configuration files (such as apache, php
SystemMenu
- 很不错的界面系统托盘程序,并且右键可以弹出相应的菜单-Very good interface system tray program, and the corresponding right pop-up menu can
systraydemo
- c++编写的系统托盘程序有完整的例子 适合初学者-The system tray is suitable for beginners