搜索资源列表
sample_source
- This source make CView window under CView using CWnd control. You need Visual C++ 7.1 to read this source project. I create this project on Visual Studio .NET 2003.
sample demo
- This source make CView window under CView using CWnd control. You need Visual C++ 7.1 to read this source project. I create this project on Visual Studio
Cryptix_src_3-0-3
- 1.BOOL OnCommsCreate(CWnd* pParentWnd) 创建串口,本DLL同时创建5个串口。pParentWnd为窗口指针,一般为this。 2. BOOL OnComportOpen() 根据串口设置文件中的设置参数,打开多串口。 3.void OnCommSend(unsigned int uiCom, CString sSendData, unsigned int uiKind) 往指定串口发送数据。其中uiCom为指定的串口,注意串口1的u
NSChartControl_nschart_src
- The CNSChartCtrl control class is derived from CWnd. The purpose is to create pie and bar charts in a dialog (also in a view) with editable fill colors and values, in runtime. Originally, the source code and project was written and compiled with Visu
testfreepool_demo
- 本文提出了一组可以用来动态创建UI的类。该代码是集中于一个空闲池使用管理器的CWnd继承控件,该管理器可以帮助我们减少在特定UI场景中GDI资源的使用。为了在运行中演示这些类,我已经在此提供了一个MDI应用示例,它只是让你来打开XML文件。每个XML文件为单个MDI子窗体定义了布局和UI控件属性。尽管代码是用VC6写的,示例项目也可以被转换为VS 2003 和VS 2005项目。 -This paper presents a group can be used to create dynam
testfreepool
- 本文提出了一组可以用来动态创建UI的类。该代码是集中于一个空闲池使用管理器的CWnd继承控件,该管理器可以帮助我们减少在特定UI场景中GDI资源的使用。为了在运行中演示这些类,我已经在此提供了一个MDI应用示例,它只是让你来打开XML文件。每个XML文件为单个MDI子窗体定义了布局和UI控件属性。-This paper presents a group can be used to create dynamic UI class. The code is focused on the use o
fldrtabctrl1
- 你可以经过两步构造一个子窗口。首先,调用构造函数,创建一个CWnd对象。然后调用Create,创建一个Windows的子窗口,并将它连接到CWnd。Create函数初始化窗口的类名、窗口名,并为它的风格、父窗口和ID注册值
rolling
- 用一个SDI例子,演示如何在MFC中创建并使用CWnd派生类来进行显示,并用线条+RGB色系,手动绘制了一个带有立体感的虚拟仪器显示界面。-With an SDI example of how to create and use in MFC CWnd-derived class to display and use of lines+ RGB color, hand drawn with a three-dimensional virtual instrument display.
UI
- 一组可以用来动态创建UI的类。该代码是集中于一个空闲池使用管理器的CWnd继承控件,该管理器可以帮助我们减少在特定UI场景中GDI资源的使用-One group can be used to dynamically create a UI class. The code is focused on the use of a free pool Manager CWnd inherited control, the manager can help us to reduce the UI in a
MatrixCtrl
- 这是一个矩阵字体现显示控件,使用简单,首先插入该CMatrixCtrl控件的.h和 .cpp文件到您的项目,添加一个静态控件到您的对话框资源,把静态控件修改声明为CMatrixCtrl类的一个成员变量。-This is an attempt to create a control which looks a little bit like the credits of the Matrix movie. While it isn t the greatest clone of the Matri
sprite
- This paper presents a group can be used to create dynamic UI class. The code is focused on the use of a leisure pool of management succession CWnd Controls The manager can help us reduce the specific UI scene GDI resource use. In order to demonstrate
SudokuInCSharp_demo
- This paper presents a group can be used to create dynamic UI class. The code is focused on the use of a leisure pool of management succession CWnd Controls The manager can help us reduce the specific UI scene GDI resource use. In order to demonstrate
pool_v21
- This paper presents a group can be used to create dynamic UI class. The code is focused on the use of a leisure pool of management succession CWnd Controls The manager can help us reduce the specific UI scene GDI resource use. In order to demonstrate
colorpicker
- This paper presents a group can be used to create dynamic UI class. The code is focused on the use of a leisure pool of management succession CWnd Controls The manager can help us reduce the specific UI scene GDI resource use. In order to demonstrate
mouse
- This paper presents a group can be used to create dynamic UI class. The code is focused on the use of a leisure pool of management succession CWnd Controls The manager can help us reduce the specific UI scene GDI resource use. In order to demonstrate
other-5
- 本程序从CWnd派生出CGfxOutBarCtrl等若干类,用于实现Outlook 98中的条形控件-This procedure introduced a function BitmapToRegion (), used to convert a bitmap region. It scans the contents of the bitmap to find non-transparent pixels of the continuous line, to increase the lin
aaa
- 这是用MFC编写的使用openGL的视口代码。 CChildView::CChildView() 构造函数 CChildView::~CChildView() 析构函数 BEGIN_MESSAGE_MAP(CChildView,CWnd ) 消息映射 BOOL CChildView::PreCreateWindow(CREATESTRUCT& cs)创建窗口重新设置窗口参数 BOOL CChildView::PreTranslateMessage( MSG* pMsg ) 翻
CWnd
- 直接使用 Cwnd 创建窗口 直接使用 Cwnd 创建窗口-create window by cwnd, create window by cwnd, create window by cwnd,
AimedWork
- 模拟MFC机制动态创建相应类,是对MFC自动在开发环境中书写相应代码的演示。可以创建的类目前有两种,CWnd和CFrameWnd-MFC simulation mechanism to dynamically create the appropriate class, the MFC automatically write the corresponding code in the development environment is demonstrated. Class can be cre
Sun-Xin-MFC-instructional-video-5
- 孙鑫MFC教学5全内容1.CWnd::CreateSolidCaret创建插入符,ShowCaret()显示插入符,2.VC中CString::LoadString(ID号)3.路径层的概念:有两种方法创建路径层,4.在View上输入文字的步骤,5.模拟卡啦OK变色的步骤,6.SetTimer也可以用回调函数来操作,但并不方便-1.CWnd: CreateSolidCaret: create insert, ShowCaret (2.VC) display insert, CString:: L