-
Windows MFC编程的文档
windows mfc programming document
- 2022-08-16 21:26:34下载
- 积分:1
-
MFC写的CTrayIcon托盘类源码
1. 把TrayIcon.cpp和TrayIcon.cpp拷贝到你的项目目录,并添加到项目中
2. 在CTray...
MFC写的CTrayIcon托盘类源码
1. 把TrayIcon.cpp和TrayIcon.cpp拷贝到你的项目目录,并添加到项目中
2. 在CTrayIconDemoDlg.h中加入#include "TrayIcon.h"
3. 添加成员变量CTrayIcon m_TrayIcon
4. 建立菜单资源,使其ID为:IDR_TRAY_MENU
5.声明消息处声明消息处理函数:-CTrayIcon
- 2022-05-22 05:40:17下载
- 积分:1
-
里面有关全屏的知识和颜色的选择
里面有关全屏的知识和颜色的选择-inside knowledge of the full screen and the color of choice
- 2023-05-30 13:50:03下载
- 积分:1
-
托盘程序
LRESULT CSystemTray::OnTrayNotification(UINT wParam, LONG lParam)
{
// is it for us ?
if (wParam != m_NotifyIconData.uID)
return 0L;
CWnd *pMainWnd = AfxGetMainWnd();
switch(LOWORD(lParam))
{
case WM_RBUTTONUP:
{
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-26 03:26:49下载
- 积分:1
-
My Bi
我的毕设 利用Excel2007中VBA技术开发的求解物流配送中的车辆路径问题。适用于小规模的路径求解。-My Bi-based technology development using VBA in Excel2007 solving logistics and distribution in the vehicle routing problem. The path for small-scale solution.
- 2022-02-01 11:54:37下载
- 积分:1
-
可以把对话框放到最顶的位置,也就是所谓的钉子按钮。利用子类化实现,使用方便。有较高的参考价值...
可以把对话框放到最顶的位置,也就是所谓的钉子按钮。利用子类化实现,使用方便。有较高的参考价值-dialog can put most of the top positions, the so-called nails button. The use of sub-categories of achievement and use. Have a high reference value
- 2022-03-11 01:55:13下载
- 积分:1
-
A useful class of MFC view
A useful class of MFC view
- 2022-07-25 21:23:33下载
- 积分:1
-
A simple networking game, the use of winsock, mfc, image display technology
一个可以联网的简单游戏,使用winsock,mfc,图片显示技术-A simple networking game, the use of winsock, mfc, image display technology
- 2022-12-11 00:40:04下载
- 积分:1
-
this is the right environment VB forms personalized format definition of a good...
这是在VB环境下对窗体样式进行个性化定义的一个很好的例子,通过此例可以看到VB窗体自定义的简单方法-this is the right environment VB forms personalized format definition of a good example, the passage of this legislation will be seen from the definition of VB forms in simple ways
- 2022-07-02 17:14:35下载
- 积分:1
-
VEGA 城市仿真应用
资源描述vega是multigen—paradigm公司开发的应用于实时视景仿真、声音仿真 和虚拟现实等领域的高性能软件环境和开发平台。由lynx图形化用户接口和 vega库组成。利用vega库函数,在lynx中可以建立漫游所需要的场景、窗口 、通道、运动方式、观察者、碰撞方式等,定义对象的初始化参数以及建立 对象之间的相互联系。使用creater完成三维建模后,就可以导入vega创建 、编辑、运行复杂的仿真应用。
- 2022-04-15 19:31:46下载
- 积分:1