-
含有其他控件的ATL控件,并使用GetDlgControl得到子控件并可调用子控件的方法...
含有其他控件的ATL控件,并使用GetDlgControl得到子控件并可调用子控件的方法-ATL control which includes another controls,and can call GetDlgControl() to get child controls and call their methods
- 2023-04-28 07:40:02下载
- 积分:1
-
使用多维数组传递参数/数据的client端com程序
使用多维数组传递参数/数据的client端com程序 -The client com app for using multi-dimension array to transfer parameter and data
- 2022-07-07 17:16:52下载
- 积分:1
-
动态注册及反注册Active控件
动态注册及反注册Active控件-Dynamic registration and anti-registered Active Control
- 2023-03-25 21:30:04下载
- 积分:1
-
For a company, it did when the establishment of the first thing I am afraid that...
对于一间公司来说,它成立之时所做的第一件事恐怕就是任命CEO了。之后,CEO就会开始雇用员工,也会有员工离职去别的公司。假设公司中的每一个员工(包括 CEO在内)都可以直接雇用新的员工,而公司中的所有员工(包括CEO)也都可能会跳槽离开,则某公司在成立一段时间之后的的组织结构如图1:(详细见内部文档)-For a company, it did when the establishment of the first thing I am afraid that is the appointment of a CEO. After, CEO will begin hiring staff, there will be staff leaving the service to other companies. Assume that every employee in the company (including the CEO included) can be directly to hiring new staff, and the company all employees (including the CEO) are also likely to jump ship to leave, then the establishment of a company after a period of time, the organizational structure of Figure 1:
- 2022-04-22 22:06:58下载
- 积分:1
-
两个 ATL COM 组件源代码参考例子
两个 ATL COM 组件源代码参考例子-2 ATL COM source code examples
- 2022-02-28 18:21:12下载
- 积分:1
-
包含一个出口路由器,将数据从一台计算机一个程序…
contains a program of an egress router that sends data from one computer to another
- 2022-02-16 02:57:19下载
- 积分:1
-
TotalCommander ~ ~ simulation tc also embedded in the browser ~
TotalCommander~~模拟tc还嵌入了浏览器~-TotalCommander ~ ~ simulation tc also embedded in the browser ~
- 2023-04-07 01:45:04下载
- 积分:1
-
sms短信实例,需要SMSCONTROL.OCX
sms短信实例,需要SMSCONTROL.OCX-sms message example, the need for SMSCONTROL.OCX
- 2022-09-06 12:20:03下载
- 积分:1
-
用VC++开发ActiveX的示例:
1)ATLControl
2)ATLServer
3)BCFBasicControl
4)BCFBa...
用VC++开发ActiveX的示例:
1)ATLControl
2)ATLServer
3)BCFBasicControl
4)BCFBasicServer
5)BCFControl
6)BCFServer
7)MFCControl
8)MFCServer-With VC++ Development ActiveX example: 1) ATLControl2) ATLServer3) BCFBasicControl4) BCFBasicServer5) BCFControl6) BCFServer7) MFCControl8) MFCServer
- 2023-08-03 04:30:02下载
- 积分:1
-
use five minutes, adds to the functionality flash player flash player is the use...
利用五分钟,给程序添加播放flash的功能flash的播放,是使用Macromedia的flash播放控件来播放flash步骤如下:建立一个单文档的程序,最后一步选择CFormView作为视图编辑视图的资源添加一个EditBox作为输入文件名,一个按钮播放。添加flash播放控件Project Add To Project Components and Controls Gallary选择:Registered ActiveX Controls文件夹下面的Shockwave Flash Object,它其实是指向c:winntsystem32macromedFlashFlash.ocx的。利用向导添加两个变量,分别对应输入的文件名和flash控件 CString m_filename CShockwaveFlash m_flash 添加播放按钮的事件,打开flash文件并且播放void CViewFlashView::OnPlay() { // TODO: Add your control notification handler code here //CShockwaveFlash UpdateData() m_flash.LoadMovie(0,m_filename) m_flash.Play() }-use five minutes, adds to the functionality flash player flash player is the use of the Macromedia flash player to player flash control steps are as follows : the creation of a single document the procedures, the last step CFormView choose Edit View View as the resources to add a EditBox as input file name, according to a NIU players. Adding flash player Control Project# 61664; Add To Project# 61664; Components an
- 2022-02-01 12:32:15下载
- 积分:1