-
VC6.0控件随窗体的变化而变化,放大、缩小、移动。解决了已有文件需要解压密码的问题。希望楼主仔细审查。...
VC6.0控件随窗体的变化而变化,放大、缩小、移动。解决了已有文件需要解压密码的问题。希望楼主仔细审查。-VC6.0 control varies with the form, enlarge, reduce, move. Solve the existing files need to extract the password problem. Hope Louzhu scrutiny.
- 2022-10-04 06:40:04下载
- 积分:1
-
一个华丽的界面
使用方法
方法一:
ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_D...
一个华丽的界面
使用方法
方法一:
ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ) //设置图标
方法二:
不用上面的,但是要去掉对话框的title属性
void CPageDlg::OnPaint()
{
if (IsIconic())
{
...
}
else
{
// CDialog::OnPaint() //一定要去掉该句
CPaintDC dc(this) //对话框的dc
CDC dcMem
dcMem.CreateCompatibleDC(&dc) //创建与对话框dc兼容的内存dc
CRect rect
GetClientRect(&rect)
BITMAP bitMap
m_bmpBackground.GetBitmap(&bitMap)
CBitmap *pbmpOld=dcMem.SelectObject(&m_bmpBackground) //将背景位图选入内存dc中
dc.StretchBlt(0,0,rect.Width(),rect.Height(),&dcMem,0,0,bitMap.bmWidth,bitMap.bmHeight,SRCCOPY) //将内存dc中的位图拉伸显示在对话框的dc中
//dc.BitBlt(0,0,rect.Width(),rect.Height(),&dcMem,0,0,SRCCOPY)
}
}
-a gorgeous interface to use a method : ModifyStyle (WS_CAPTION, WS_MINIMIZEBOX. SWP_DRAWFRAME)// Settings icon two ways : not above, However, to remove the title attribute dialog void CPageDlg : : OnPaint () (if (IsIconic ()) (...) e
- 2022-08-21 14:24:22下载
- 积分:1
-
特殊的控件,弹出气泡式对话框
特殊的控件,弹出气泡式对话框-special controls, pop-up boxes Bubble
- 2022-10-26 21:40:03下载
- 积分:1
-
一个非常不错的实现java风格Windows窗口
一个非常不错的实现java风格Windows窗口-a very good realization of the Windows style java
- 2022-03-18 01:41:05下载
- 积分:1
-
本工程实现了一个internet explorer 风格的窗口。对需要这种风格的朋友有一定的帮助。...
本工程实现了一个internet explorer 风格的窗口。对需要这种风格的朋友有一定的帮助。-the project achieved an internet explorer-style window. The need for this style of a friend can help.
- 2022-12-20 16:05:03下载
- 积分:1
-
VS2005编写,一个自绘很时尚简约的用于的窗口框架。
VS2005编写,一个自绘很时尚简约的用于的窗口框架。-This article came as a result of trying to create a custom border for the MFC application. The simplest way to customize the window of an application is to bind it to a specific theme that gives it the look and feel we want. But sometimes we can t get the specific design we want and more importantly, the shape we want. So that gave the idea of removing the existing borders and title bars and making the window handle the basic actions which the borders and title bar can.
- 2022-01-21 02:57:49下载
- 积分:1
-
类似excel网格控件 ,是一个界面漂亮,使用方便的制表控件,性能稳定,无闪烁...
类似excel网格控件 ,是一个界面漂亮,使用方便的制表控件,性能稳定,无闪烁-Similar to excel grid control, is a beautiful interface, easy-to-use tab control, stable performance, no flicker
- 2023-08-02 13:35:03下载
- 积分:1
-
窗体内的多种控件随着鼠标拖动而变大变小,vc++开发
窗体内的多种控件随着鼠标拖动而变大变小,vc++开发-window vivo with a variety of control and drag the mouse changed into small, vc Development
- 2022-11-26 01:40:03下载
- 积分:1
-
A super
一个超简单的实用的缩放控件,可自动控制其他控件实现自动缩放适应窗口.
-A super-simple and practical zoom control, automatic control other controls can be automatically scaled to adapt to the window.
- 2022-09-03 11:35:03下载
- 积分:1
-
比较有名的皮肤界面工具,可以帮助用
VC做出漂亮的界面来
比较有名的皮肤界面工具,可以帮助用
VC做出漂亮的界面来-celebrities skin interface tool, and can help make VC pretty interface
- 2022-06-21 04:58:49下载
- 积分:1