-
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
-
虚拟仪器的开发环境下的虚拟仪器显示控件,是的…
在vc++环境下开发的虚拟仪表显示控件,可以显示8组模拟变量(包括4组用虚拟仪表显示);在控制界面中有很大作用-vc environment in the development of the Virtual Instrument Display Controls, Simulation Group showed eight variables (including four group shows with Virtual Instrument); The control interface is very effective
- 2022-09-15 18:30:03下载
- 积分:1
-
利用C++实现的云台控制系统例子,具有一定的参考价值!特此声明为他人的作品转贴!...
利用C++实现的云台控制系统例子,具有一定的参考价值!特此声明为他人的作品转贴!-C realized tilt control system examples, with a certain reference value! Hereby statement for the works of others posted!
- 2022-02-12 09:55:50下载
- 积分:1
-
自己整理的清华大学出版的计算机系统结构课后答案,感觉比较齐全。...
自己整理的清华大学出版的计算机系统结构课后答案,感觉比较齐全。-Tsinghua University, finishing their published the structure of the computer system after the answer, I feel relatively complete.
- 2022-07-11 15:34:40下载
- 积分:1
-
利用VB加算法所生成的EAN13码,该条码为商品编码!请各位多多支持!...
利用VB加算法所生成的EAN13码,该条码为商品编码!请各位多多支持!-Increase the use of VB algorithm generated EAN13 code, the barcode for commodity coding! Please a lot of support!
- 2022-07-18 06:20:46下载
- 积分:1
-
This a complete references for VLSI
This a complete references for VLSI-This is a complete references for VLSI
- 2022-03-12 07:20:27下载
- 积分:1
-
本书是介绍使用ATL进行软件开发的参考用书,是《ATL开发指南(第二版)》,通过本书的学习,可以详细了解ATL如用运用,并且还有本书例题的源码。...
本书是介绍使用ATL进行软件开发的参考用书,是《ATL开发指南(第二版)》,通过本书的学习,可以详细了解ATL如用运用,并且还有本书例题的源码。-This book is to introduce the use of ATL development of software reference books, is
- 2022-07-01 10:33:39下载
- 积分:1
-
串口状态的检测,可以检测到连接串口的设备是否正常连接或是哪种设备...
串口状态的检测,可以检测到连接串口的设备是否正常连接或是哪种设备-state tests can detect serial port to connect the equipment or normal connecting what equipment
- 2022-02-07 18:54:38下载
- 积分:1
-
THE COM/DCOM SAMPLE CODE
THE COM/DCOM SAMPLE CODE
- 2022-07-24 17:45:17下载
- 积分:1
-
一个atl编写的通讯COM组件,客户端程序通过调用创建打包对象,通过函数调用如SetFunctionCode等装配好通讯报格式,然后再调用ExchangeMes...
一个atl编写的通讯COM组件,客户端程序通过调用创建打包对象,通过函数调用如SetFunctionCode等装配好通讯报格式,然后再调用ExchangeMessage函数调用完成通讯。-prepared an ATL COM communications, client by calling the object creation package, such as function calls, such as assembly SetFunctionCode reported good communication formats, and then call ExchangeMessage function call completion communications.
- 2022-10-12 06:30:02下载
- 积分:1