-
简单的自由Q局域网聊天
一个简单的局域网聊天小工具,用到了一些delphi的idserver控件,类似于iphone的界面,可以根据自己的喜好进行再编译。
- 2022-03-21 00:14:25下载
- 积分:1
-
本例中,将制作一个可以使图标动画显示的应用程序。
本例中,将制作一个可以使图标动画显示的应用程序。-this case, will produce an animation icon can display applications.
- 2022-12-17 04:00:03下载
- 积分:1
-
Instagram的C + +
应用背景程序图形用户界面良好。在Qt Creator软件运行。关键技术程序+代码+ Instagram的C + + + + Qt Creator和图像处理
- 2022-11-23 15:35:04下载
- 积分:1
-
vc access drives with serial numbers
用vc获取硬盘序列号-vc access drives with serial numbers
- 2022-04-24 17:52:06下载
- 积分:1
-
单机版五子棋
具有一定的参考价值Gobang stand-alone version, the network version of unity, the network
version of the Single Battle, which can accommodate multiple-line
- 2022-05-29 06:45:27下载
- 积分: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
-
带图形或文字的超级联接控件
带图形或文字的超级联接控件-Supper attach control which can display picture or text
- 2022-09-07 07:00:03下载
- 积分:1
-
模拟 Windows 开机动态色带条... [代码性质] VC可重用代码段 [文件大小] 67K
模拟 Windows 开机动态色带条... [代码性质] VC可重用代码段 [文件大小] 67K- Simulates Windows to open the mobile condition inked ribbon
strip... [ code nature ] VC to be possible to entrust with heavy
responsibility the code section [ document size ] 67K
- 2023-01-31 07:45:03下载
- 积分:1
-
真实模拟windows操作系统自带的记事本程序。能过实现文本编辑的全部功能。这是一个很不错的例子程序,主要围绕对CRichEditCtrl的应用进行编程。欢迎大...
真实模拟windows操作系统自带的记事本程序。能过实现文本编辑的全部功能。这是一个很不错的例子程序,主要围绕对CRichEditCtrl的应用进行编程。欢迎大家积极下载。-Windows operating system comes with a true simulation of the Notepad program. Can lead to achieve the full functionality of a text editor. This is a very good example of the procedure, the main focus on the application of CRichEditCtrl programming. Welcome to the active download.
- 2022-07-13 05:26:37下载
- 积分:1
-
上传一个用vc制作的闪闪的红星,能够自定义背景和闪烁速度。你们可以...
上传一个用vc制作的闪闪的红星,能够自定义背景和闪烁速度。你们可以-upload a vc used in the production of sparkling stars can customize the background and flashing speed. You can s
- 2023-05-16 20:35:03下载
- 积分:1