-
一个由本人自已开发的网络电视,这里是一个雏形,还没有开发完毕,但是基本的思路和框架都已经出来了,用windows mediaplayer作为主体,加入了广告代码...
一个由本人自已开发的网络电视,这里是一个雏形,还没有开发完毕,但是基本的思路和框架都已经出来了,用windows mediaplayer作为主体,加入了广告代码.-one I own development by the television network, here is a prototype, is not yet finished. But the basic ideas and frameworks have been released, windows MediaPlayer used as a principal, joined the advertising code.
- 2022-03-01 02:49:46下载
- 积分:1
-
vc常用操作的讲解,对常见操作进行了较好的说明,是初学者很好的帮助材料,推荐下载。...
vc常用操作的讲解,对常见操作进行了较好的说明,是初学者很好的帮助材料,推荐下载。-vc used to explain the operation of the common operation for a better note is a great help beginners materials, recommended download.
- 2022-11-08 12:35:03下载
- 积分:1
-
简单word界面编程
简单word界面编程-Simple programming interface word
- 2022-05-19 16:16:46下载
- 积分:1
-
调用Function过程
资源描述
Function过程是Visual
Basic 6.0中用户自定义的函数。与Sub过程不同的是,Function过程是一个具有数据类型和返回值的过程。
创建Function过程
调用Function过程
- 2022-07-17 23:44:04下载
- 积分:1
-
这是另一个简单的帮助对话框的实现。Simple RTF based Help Dialog,...
这是另一个简单的帮助对话框的实现。Simple RTF based Help Dialog,-This is another simple dialog with the help of the achievement. Simple RTF based Help Dialog,
- 2022-03-20 11:57:44下载
- 积分:1
-
用VB实现拖拉控件效果,完全用VB实现。
用VB实现拖拉控件效果,完全用VB实现。-VB Controls drag effect fully with VB.
- 2022-08-03 01:15:18下载
- 积分: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
-
This a example for develop on ARM
This a example for develop on ARM
- 2022-03-22 16:47:17下载
- 积分:1
-
带背景的工具栏,可以举一反三,制作图片背景,彩色背景,真彩背景。...
带背景的工具栏,可以举一反三,制作图片背景,彩色背景,真彩背景。-Toolbar with the background, you can learn by analogy, the production of picture background, background color, true color background.
- 2022-11-17 12:45:03下载
- 积分:1
-
大学停车系统
1) 语言是 java
2) 停车系统的大学
3) 你就能够知道这辆车注册或不
4) 您可以通过注册号码搜索车
5) 如果未注册的车将会显示消息那辆车没有注册
6),可以修改记录仅由 Admin
- 2023-09-03 05:45:03下载
- 积分:1