搜索资源列表
ui
- 封装 API 中窗口处理的数据结构和相关函数 提供两类成员函数: 窗口 API 函数:代替 SDK API 函数 消息响应函数:响应各种系统消息 窗口 API 函数例 ShowWindow、ScrollWindow、SetWindowText 消息响应函数例 OnPaint、OnLButtonDown、OnKeyUp、 OnMouseMove、OnClose、OnHScro-Packaging API window of data structure and re
Temper
- 演示如何派生自己的STATIC类,并通过响应OnPaint消息来完成贴图-demonstrate how derivative their STATIC category, and by responding to news OnPaint completed mapping
BeautifulFace
- 一个华丽的界面 使用方法 方法一: ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ) //设置图标 方法二: 不用上面的,但是要去掉对话框的title属性 void CPageDlg::OnPaint() { if (IsIconic()) { ... } else { // CDialog::On
MFCtest11Code
- 如何让CDC上输出的文字、图形具有保持功能,集合类CPtrArray的使用,CPaintDC与CClientDC的区别与应用,OnPaint与OnDraw在CView中的关系及实现内幕,滚动窗口的实现,坐标空间,映射方式,设备坐标与逻辑坐标的转换。元文件设备描述表的使用,如何利用兼容DC实现图形的保存和再现。
中科杯 作品
- 中科杯 作品的模块,直接用,绝对好! class CZhuCe : public CDialog { DECLARE_DYNAMIC(CZhuCe) public: CZhuCe(CWnd* pParent = NULL); // 标准构造函数 virtual ~CZhuCe(); // 对话框数据 enum { IDD = IDD_LOGIN_ZHUCE }; protected: virtual void DoDataExchange(CDa
Bdlg32
- 背景贴图的例子,微软出品,包含OnPaint方式、OnEraseBkGnd方式,另外还有Bitmap Button/Static,清晰好懂-Examples of background textures, Microsoft products, including OnPaint methods, OnEraseBkGnd way, there is another Bitmap Button/Static, clear and well understood
TransparentBltTest
- 1。实现透明图.2。创建无资源rc的动态对话框,按钮、CEdit-1. Fig .2 transparent implementation. Rc without the necessary resources to create the dynamic dialog box, buttons, CEdit
RoundButton_src
- 一个比较漂亮的嵌入式的按钮编程C#, Windows, .NET 2.0, .NET, WinForms, GDI+, Visual Studio, VS2005, Dev-This is the overridden OnPaint method
Graphic
- 如何让CDC上输出的文字、图形具有保持功能,集合类CPtrArray的使用,CPaintDC与CClientDC的区别与应用,OnPaint与OnDraw在CView中的关系及实现内幕,滚动窗口的实现,坐标空间,映射方式,设备坐标与逻辑坐标的转换。-CDC on how to output text, graphics have to maintain function, CPtrArray the use of collections, CPaintDC with CClientDC and
Menu
- 主要实现下拉菜单的功能,变换ONPAINT中的图形。-To achieve the functions of the main drop-down menu, change ONPAINT the graphics.
Translucent-dialog-box
- 半透明对话框的实现 ① 创建一个与当前显示设备环境相兼容的位图对象 ② 创建一个与当前显示设备环境相兼容的内存设备环境 ③ 将位图对象选入到内存设备环境中 ④ 调用 BitBlt( ) 函数将显示设备环境中的图像拷贝到内存设备环境中来 ⑤ 对内存设备环境中的位图进行逐点亮度处理 ⑥ 在 OnPaint( ) 函数中将已处理的位图通过 BitBlt( ) 函数拷贝回显示设备环境 ⑦ 删除掉选入到内存设备环境中的位图对象以及设备环境对象 -① trans
paint
- 实现了界面重回时图形的刷屏问题,在界面重绘时,调用OnPaint函数,重新绘制需要的图形-Graphics interface to return to the refresh problem in the interface redraw call OnPaint function to redraw the graphics needed
CMyButton
- mfc 继承自CButton的高级按钮控件,在OnPaint中实现了对按钮的重绘。-mfc inherited self-the CButton Advanced button control, redraw button in OnPaint.
TabControlEx
- 重绘Tab控件,通过重绘美化Tab页外观,设置颜色,边框,间距,显示位置,及相应的按钮事件。-OnPaint TabControl
ShowPic2
- MFC show Jpg picture send message to mainwindow to run the function OnPaint-MFC show Jpg picture send message to mainwindow to run the function OnPaint