-
一个菜单加速的很好的例子
一个菜单加速的很好的例子-a menu accelerated good example
- 2022-03-09 15:52:53下载
- 积分:1
-
Right menu Should be very familiar with
右键菜单
应该都很熟悉吧
详细的看代码。简单版的-Right menu Should be very familiar with
- 2022-02-15 04:44:49下载
- 积分:1
-
在MS DOS运行此代码
this code runs in ms dos
paint.cpp : main code
bmp_defs : functions to load and save bmp files
cursor.h : definitions of different cursors used
outlook.h : contains the entire window description of paint
- 2022-01-30 18:29:35下载
- 积分:1
-
Interface design features. Watch watch lie lie lie look. Oh good track.
界面设计的特色。看撒谎的看撒谎的看撒谎。赛道哦好。-Interface design features. Watch watch lie lie lie look. Oh good track.
- 2023-06-19 10:15:06下载
- 积分:1
-
VC++实现的图片透明,使多个图片叠加以达到自己欲期的要求,代码仅供参考...
VC++实现的图片透明,使多个图片叠加以达到自己欲期的要求,代码仅供参考-VC transparent picture, a number of superimposed images to achieve their wishes to view the requirements for reference code
- 2022-01-22 14:29:58下载
- 积分:1
-
VC MFC皮肤界面代码
VC MFC皮肤界面代码,详情参看。VC MFC皮肤界面代码,详情参看。VC MFC皮肤界面代码,详情参看。VC MFC皮肤界面代码,详情参看。VC MFC皮肤界面代码,详情参看。VC MFC皮肤界面代码,详情参看。
- 2022-10-28 23:10:04下载
- 积分:1
-
a simple DES encryption to a simple DES encryption a simple DES encryption
一个简单的DES加密程序 -a simple DES encryption to a simple DES encryption a simple DES encryption
- 2022-03-12 04:23:56下载
- 积分:1
-
自定义了常用的一些控件,根据自定义的方式修改了常用控件的外观及图片!用户可根据自己的要求修改对应控件的图片!...
自定义了常用的一些控件,根据自定义的方式修改了常用控件的外观及图片!用户可根据自己的要求修改对应控件的图片!-Since the definition of some of the commonly used controls, according to a custom control used to modify the appearance and the picture! Users can modify according to their own requirements of the corresponding control picture!
- 2022-05-19 20:37:09下载
- 积分:1
-
MFC线程控制
资源描述
创建线程
1、创建线程 AfxBeginThread();
2、线程函数 typedef UINT(AFX_CDECL *AFX_THREADPPOC)(LPVOID);
线程控制
1、暂停
2、继续
3、终止
说明
1、主线程一般用来做界面响应
2、线程函数声明(.h)
//线程函数声明
UINT DemoA(LPVOID pParam);//线程函数需设成全局的,不能写在类下(类下要做成静态函数)
UINT DemoB(LPVOID pParam);
UINT DemoC(LPVOID pParam);
3、线程函数定义(.cpp)
CWinThread* g_pThreadA;
BOOL g_bRunningA;//记录线程是否运行
//线程函数定义
UINT DemoA(LPVOID pParam)
{
for (int m = 1; m m_pMainWnd->m_hWnd,IDC_OUTPUT2, m,false);
Sleep(1000);
}
g_bRunningA = false;
g_pThreadA = NULL;
return 0;
}
UINT DemoB(LPVOID pParam)
{
for (int n = 1; n m_pMainWnd->m_hWnd, I
- 2023-05-28 17:40:24下载
- 积分:1
-
WPF 实现圆形进度条
项目中用到圆形进度条,首先就想到使用 ProgressBar 扩展一个,在博客园里找到 迷途的小榔头 给出的思路和部分代码,自己加以实现。在此感谢 迷途的小榔头! 进度小于60显示红色,大于60则显示绿色。效果如下:
- 2022-02-11 17:28:00下载
- 积分:1