搜索:CWnd

找到约 14 项符合「CWnd」的查询结果

结果 14
https://www.eeworm.com/dl/534/178283.html 其他

从CWnd派生自定义类 CustomControl

从CWnd派生自定义类 CustomControl
下载 158
·
查看 1090
https://www.eeworm.com/dl/645/221036.html 其他数据库

SetCursor CWnd LoadCursor DestroyWindow CDialog GetClientRect C Button GetStockObject CFont GetWindo

SetCursor CWnd LoadCursor DestroyWindow CDialog GetClientRect C Button GetStockObject CFont GetWindowLong SetWindowLong GetWindowRect BeginDeferWindowPos EnableWindow DeferWindowPos EndDeferWindowPos InvalidateRect UpdateWindow GetCursorPos CPoint SetCapture GetCapture ReleaseCap ...
下载 116
·
查看 1171
https://www.eeworm.com/dl/684/490661.html 软件设计/软件工程

Windows窗口与C++中的CWnd类的关系

Windows窗口与C++中的CWnd类的关系
下载 102
·
查看 1204
https://www.eeworm.com/dl/626/224444.html 编辑器/阅读器

CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-d

CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-derived window (CDiagramEditor), a data container (CDiagramEntityContainer) holding the draw-objects, undo stack and managing copy and paste, and objects derived from CDiagramEntity ...
下载 61
·
查看 1113
https://www.eeworm.com/dl/684/439828.html 软件设计/软件工程

一组可以用来动态创建UI的类。该代码是集中于一个空闲池使用管理器的CWnd继承控件

一组可以用来动态创建UI的类。该代码是集中于一个空闲池使用管理器的CWnd继承控件,该管理器可以帮助我们减少在特定UI场景中GDI资源的使用
下载 175
·
查看 1081
https://www.eeworm.com/dl/686/325759.html VC书籍

VC之改变控件的大小和位置 用CWnd类的函数MoveWindow()或SetWindowPos()可以改变控件的大小和位置。 void MoveWindow(int x,int y,int

VC之改变控件的大小和位置 用CWnd类的函数MoveWindow()或SetWindowPos()可以改变控件的大小和位置。 void MoveWindow(int x,int y,int nWidth,int nHeight) void MoveWindow(LPCRECT lpRect) 第一种用法需给出控件新的坐标和宽度、高度; 第二种用法给出存放位置的CRect对象; 例: ...
下载 167
·
查看 1069
https://www.eeworm.com/dl/652/380237.html 文章/文档

本文提出了一组可以用来动态创建UI的类。该代码是集中于一个空闲池使用管理器的CWnd继承控件

本文提出了一组可以用来动态创建UI的类。该代码是集中于一个空闲池使用管理器的CWnd继承控件,该管理器可以帮助我们减少在特定UI场景中GDI资源的使用。为了在运行中演示这些类,我已经在此提供了一个MDI应用示例,它只是让你来打开XML文件。每个XML文件为单个MDI子窗体定义了布局和UI控件属性。尽管代 ...
下载 173
·
查看 1093
https://www.eeworm.com/dl/521/13992.html 多媒体处理

DVR-MPEG4编码播放器

·DVR-MPEG4编码播放器 相关函数/类: CWnd CDialog CDataExchange Sleep SetDlgItemText CWinApp DestroyIcon LoadIcon EnableWindow GetDlgItem IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect Draw
下载 107
·
查看 1312
https://www.eeworm.com/dl/884023.html 技术资料

DVR-MPEG4编码播放器

·DVR-MPEG4编码播放器 相关函数/类: CWnd CDialog CDataExchange Sleep SetDlgItemText CWinApp DestroyIcon LoadIcon EnableWindow GetDlgItem IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect Draw
下载 7
·
查看 7348
https://www.eeworm.com/dl/534/251543.html 其他

设计一个可以适时展开的对话框以便于在对话框中添加更多控件

设计一个可以适时展开的对话框以便于在对话框中添加更多控件,在单击Advanced按钮时,对话框可以向下展开。 以通过方式创建一个具有扩展功能的Advanced按钮的对话框资源和对话框类,需要在对话框类的OnInisDialg()函数中利用CWnd::MoveWindow()函数将对话框缩为Advanced按钮。这样当单击该按钮时,将使 ...
下载 65
·
查看 1087