-
CEDraw is high speed graphics library in WinCE. It depends on GAPI . This code w...
CEDraw is high speed graphics library in WinCE. It depends on GAPI . This code was written in C++ using embedded VC++ to compile it. Testing was done on an iPaq h3600 with WinCE 3.0. CEDraw use double buffer and direct write video buffer technology to enhance Draw speed. With its own graphics arithmetic the drawing speed is much faster than WinGDI.
- 2022-03-15 14:43:59下载
- 积分:1
-
这是一个基于MFC框架下改变光标形状的代码,希望对于初学者有一定的帮助...
这是一个基于MFC框架下改变光标形状的代码,希望对于初学者有一定的帮助-This is a framework based on the MFC code to change the cursor shape, hoping for some help for beginners
- 2023-05-31 16:00:02下载
- 积分:1
-
ColorDialog组件
图7
ColorDialog组件
图7-26 "颜色"对话框
2. FontDialog组件
图7-27 "字体"对话框
3. OpenFileDialog组件
图7-28 "打开"对话框
4. SaveFileDialog组件
图7-29 "另存为"对话框-ColorDialog components Figure 7-26 "Colors" box 2. FontDialog components Figure 7-27 "font" box 3. Figure 7-28 OpenFileDialog components "Open" dialog box 4. Figure 7-29 SaveFileDialog components "Save as" dialog box
- 2022-02-12 10:24:09下载
- 积分:1
-
vb的教学用源码,代码注释非常详尽,是一个很简单的内存监控程序...
vb的教学用源码,代码注释非常详尽,是一个很简单的内存监控程序-vb source of teaching, code very detailed notes, is a very simple monitoring program memory
- 2022-07-17 04:21:43下载
- 积分:1
-
一个小程序,模拟剪切板。
学习SDK框架时做的应用。很有锻炼价值,对于初学者。...
一个小程序,模拟剪切板。
学习SDK框架时做的应用。很有锻炼价值,对于初学者。-A small program to simulate the clipboard. SDK framework to learn to do the application. Exercise is the value of, for beginners.
- 2022-02-20 20:10:33下载
- 积分:1
-
可以通过滑动条滑动调节透明度的窗体,并课实现多种功能
可以通过滑动条滑动调节透明度的窗体,并课实现多种功能-can slip through the sliding strip regulatory transparency of the windows, and to achieve a variety of functional class
- 2022-01-30 11:34:54下载
- 积分:1
-
很好的学习窗口编程实例,有几个按钮…
非常好的学习子窗口编程的例子,有多种按钮选择。-Very good learning child window programming examples, there are several buttons to choose.
- 2022-08-13 08:11:21下载
- 积分:1
-
一个简单的对话框程序,用到多个控件,例如ListCtrl,Button,Radio,ComboBox等。...
一个简单的对话框程序,用到多个控件,例如ListCtrl,Button,Radio,ComboBox等。-A simple dialog box procedure, used in a number of controls, such as ListCtrl, Button, Radio, ComboBox and so on.
- 2023-02-20 12:05:04下载
- 积分:1
-
Click of a button, another dialog box pop Demo of the first step: add (Insert Di...
点击按钮,弹出另一个对话框的Demo
第一步:添加(Insert Dialog)要弹出的Dialog,根据自己需要可以设计界面,因为我是一个简单Demo,所以很简单!
第二步:为添加的Dialog添加建立成一个继承DLG的类,class CDialog1 : public CDialog
第三步:在主对话框中为按钮添加函数。如下:
void CClickDialogDlg::OnButton1()
{
// TODO: Add your control notification handler code here
CDialog1 dlg
dlg.DoModal()
}
不要忘记#include "Dialog1.h"-Click of a button, another dialog box pop Demo of the first step: add (Insert Dialog) to the pop-up Dialog, according to their own needs can be designed interface, because I am a simple Demo, so very simple! Step two: add Dialog to add the establishment of a succession of DLG class, class CDialog1: public CDialog third step: in the main dialog box for the button to add the function. As follows: void CClickDialogDlg:: OnButton1 () (//TODO: Add your control notification handler code here CDialog1 dlg dlg.DoModal ()) do not forget# Include
- 2022-03-18 15:40:01下载
- 积分:1
-
附件为停靠窗口演示程序,详细介绍了停靠窗口的实现过程,请参阅。
附件为停靠窗口演示程序,详细介绍了停靠窗口的实现过程,请参阅。-Attached docking windows demo, detailing the implementation process docked window, see.
- 2022-12-29 23:45:04下载
- 积分:1