文件名称:vcnettray
介绍说明--下载内容均来自于网络,请自行研究使用
VC++ .NET 制作一个托盘程序的示例源代码,运行于VS2008环境,高版本VS也可以运行。程序运行后即在系统托盘处显示托盘图标,当用户点击最小化窗口时系统调用HCURSOR CTestDlg::OnQueryDragIcon()函数取得光标显示,采用dc.DrawIcon方法绘制托盘图标。-VC++. NET making a tray program sample source code, running on VS2008 environment, you can run a higher version VS. Tray icon is displayed after the program runs in the system tray when minimized window when the user clicks on the system call HCURSOR CTestDlg :: OnQueryDragIcon () function to obtain the cursor is displayed using dc.DrawIcon method to draw tray icon.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VC++制作托盘程序\ReadMe.txt
................\res\Test.ico
................\...\Test.manifest
................\...\Test.rc2
................\Resource.h
................\stdafx.cpp
................\stdafx.h
................\Test.aps
................\Test.cpp
................\Test.h
................\Test.rc
................\Test.sln
................\Test.suo
................\Test.vcproj
................\TestDlg.cpp
................\TestDlg.h
................\res
VC++制作托盘程序