-
Visual C++实践与提高系列丛书
Visual C++实践与提高系列丛书-COM&COM+(源代码)-Visual C Practice and improve Series-COMCOM (source code)
- 2022-03-16 19:59:06下载
- 积分: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
-
c++ b the development of communication components 232 can be loaded into c++ b...
c++b开发的232通讯组件;可以加载到c++b开发环境中,直接调用,使用方便。-c++ b the development of communication components 232 can be loaded into c++ b development environment, direct calls and easy to use.
- 2023-05-21 04:50:03下载
- 积分:1
-
做数据采集上位机用控件,可显示各种图形曲线
做数据采集上位机用控件,可显示各种图形曲线-PC Data Acquisition to do with control, can display a variety of graphical curve
- 2022-03-25 17:18:22下载
- 积分:1
-
a package of cards OCX controls, the use of very convenient.
封装的一个扑克牌OCX控件,使用很方便。-a package of cards OCX controls, the use of very convenient.
- 2022-02-25 10:01:27下载
- 积分:1
-
对于学习遗传算法,并使用vb 语言来编程的用户,会大有帮助的。...
对于学习遗传算法,并使用vb 语言来编程的用户,会大有帮助的。-for studying genetic algorithm, and use Visual Basic programming language to the user, it will be of great help.
- 2022-04-26 16:36:51下载
- 积分:1
-
C++智能内存管理机制LipintPtr使用手册,作者原创,LipingPtr可在www.codeproject.com下载....
C++智能内存管理机制LipintPtr使用手册,作者原创,LipingPtr可在www.codeproject.com下载.-C++ Smart memory management mechanism LipintPtr user manual, the authors of original, LipingPtr can download www.codeproject.com.
- 2023-08-04 20:30:04下载
- 积分:1
-
com的5个小例子,com初学者不可错过,我先收藏了
com的5个小例子,com初学者不可错过,我先收藏了-com of the five small example, com for beginners not to be missed, I will start with a collection of
- 2022-02-12 15:27:18下载
- 积分:1
-
作者:HelloWorld
这个ActiveX控件本身比较简单,是我照《Atl编程指南》里的例子做的。但是里边调用ActiveX的方法,我觉得比较好。...
作者:HelloWorld
这个ActiveX控件本身比较简单,是我照《Atl编程指南》里的例子做的。但是里边调用ActiveX的方法,我觉得比较好。
一般都是用VC生成的那个该死的包装类来调用ActiveX!我一看它就烦,什么破东西,连字母大小写都不对,还用它的那么多代码文件来污染的我代码工程,太难以忍受了。
我的方法是,直接把控件import时来,然后用最普通的方式来使用控件。这个例子比较值得看一下。-Author: HelloWorld the ActiveX control itself is relatively simple, according to my
- 2023-05-02 23:25:04下载
- 积分:1
-
2d graphics of activeX controls, a variety of definable display waveform display...
2d图形显示的activex控件,可定义多种显示波形图显示方式,并且无闪烁。-2d graphics of activeX controls, a variety of definable display waveform displays, and Flicker-free.
- 2022-03-21 23:39:34下载
- 积分:1