搜索资源列表
视频捕获程序代码
- 这是一个纯粹的Win32 API 应用程序,No MFC。程序示范了VFW(Video for Windows)的使用。显示来自摄像头的视频并可以将视频截获下来保存为AVI文件。程序示范了非矩形窗口编程以及“文件保存”通用对话框的实现。本代码是初学者不可多得的例子程序。-This is a pure Win32 API application, No. MFC. The VFW procedure Model (Video for Windows) use. To show that the v
LoadGff
- 前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使用,使其不再被局限于MFC,花时间改造了一下这个类,改造,该类可以应用于任何MFC、 WTL/ATL及其它INDOWS API编程。由于原来的CPictureEx是继承于CStatic类,改造后,在CPictureEx中直接封装了一个窗口句柄HWND。假设您在一个弹出式Dialog对话框中加载gif动画,您要做的就是在对话框中放一个控件,
sygui_demo
- SYSKIN界面库则是基于换肤技术的MFC扩展类库,可对包括滚动条,常用控制,公共对话框和各种菜单等GUI界面元素进行换肤。-SYSKIN interface library is based on the technology skinnable MFC extension library, including rolling, Common control, public dialog and the various GUI menus, and other interface elemen
CaptureWindow_demo
- Capturing window content can be done easily by using the ::BitBlt(..) from the screen DC however, this kind of implementation forces you to make sure that the window you want to capture is on top of the screen. In this project, to capture all the scr
vc6计算器源码
- 这是一个基于对话框的计算器程序。是使用mfc编的。对初学者有一点帮助-This is a calculator source code based on dialog box with the help of mfc. It may help the beginner of VC.
MFC对话框程序开发的颜色渐变的进度条
- 一个MFC对话框程序开发的颜色渐变的进度条,可以显示文字和百分比,Development of a MFC dialog box of the color gradient of the progress bar, you can display text and the percentage of
styleMFC
- 很漂亮的程序界面,MFC的程序,基于对话框的。大家可以根据需要进行修改。-The program interface is very nice, MFC program, based on the dialog. We can make changes as needed.
gdiplusSrc
- GDI+贴图应用,PNG贴图,MFC窗口对话框-GDI+ mapping applications, PNG map, MFC Dialog window
Monitor
- 使用串口获得电机运行时的速率,在MFC的对话框上使用曲线图表达出来。-Access to motor run time using the serial port rate, in the MFC dialog box using curve expressed.
hollowchar
- MFC对话框上绘制空心文字,采用的是GDI的技术-MFC dialog rendering hollow characters
MFC
- MFC环境下利用VC6.0在对话框显示图片的多种方法 -MFC environment using VC6.0 in the dialog box displays images a number of ways
GraphProgress
- GraphProgress with Dialog MFC
7.GDIhuitu
- 本实验要求利用GDI绘图相关知识,绘制广州地铁线路图。该实验我建立的是MFC工程的基本对话框程序。当点击对话框上的按钮时,便会出现地铁线路图。因此,显示地铁图的相关代码添加在该按钮通过消息映射对应的函数内。 -The dialog box procedure. When you click the button on the dialog box will appear when the MRT. Therefore, the metro map display-related code t
33333
- 利用VC中MFC对话框汇出五角星 ,五角星可以移动,变换速度-Using VC MFC dialog, star can move the five-pointed star remitted, transform speed
CImage
- 我们知道,Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法,这使得Visual C++在图像方面的缺憾一去不复返了。-We know that the Visual C++
easySizedemo
- MFC对话框灵活的运用必不可少的技巧,学习MFC编程及好的例子-MFC dialog box flexible use of essential technology,
MyCustomComboBox
- 自绘ComboBox,学自绘控件用的,希望对大家有用。-The CCstmComboBox class is derived from the MFC CComboBox class, and supports dialog data exchange and validation with DDX_CBString for CString and DDX_CBIndex for int variables like the ordinary CComboBox MFC class.
crazy-image
- 图像开场特效,利用MFC对话框,制作出令人眩目的界面效果-Image opening special effects, use of MFC dialog box, create a dizzying effect of interface
zhuanpan
- 通过MFC对话框工程创建一个窗口,在该窗口中使用opengl绘制立方体,圆锥等3D图形,旋转等-MFC dialog project to create a window, the window the opengl rendering cube, cone and 3D graphics, rotation
OpenGL_MFC
- 一个很好的基于对话框的OpenGL程序框架,在图片控件上作图,可以实现光照、键盘、全屏、纹理等的控制。该框架能很好的将NeHe教程的代码移植过来。-An OpenGL frame based on dialog mfc which can be plot on picture control was well developped.Lectures of Nehe can be perfectly tranplanted into it.