-
一个多用途的计算器,可以进行自定义运算,缺点是自定义的种类有限...
一个多用途的计算器,可以进行自定义运算,缺点是自定义的种类有限-a multi-purpose calculator, can be defined computation, since the definition of disadvantage is the limited range
- 2022-08-14 22:30:43下载
- 积分:1
-
带alpha通道的透明窗口
WINDOWS透明窗口的使用
带alpha通道的透明窗口
WINDOWS透明窗口的使用-With alpha-channel transparent window transparent window using WINDOWS
- 2022-07-05 04:15:35下载
- 积分:1
-
一个简单实用的对话框分割实例。作者: Hung Nguyen
一个简单实用的对话框分割实例。作者: Hung Nguyen -a simple and practical examples of dialog segmentation. Authors : Hung Nguyen
- 2022-01-26 05:23:02下载
- 积分: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
-
This is what I prepared a keyboard button to practice procedures, very beautiful...
这是我编写的一个键盘按键练习程序,界面相当美观,并且能键盘分区练习,用了的人都说,比练习效果更好.-This is what I prepared a keyboard button to practice procedures, very beautiful interface, and to practice the keyboard partition, say spent more than
- 2022-01-22 13:45:17下载
- 积分:1
-
VC使窗口居中显示
VC使窗口居中显示-VC window middling show
- 2022-07-26 06:29:05下载
- 积分:1
-
用于信息数据处理分析,目前实现对话框的菜单、信息栏。以后逐步放上。...
用于信息数据处理分析,目前实现对话框的菜单、信息栏。以后逐步放上。-Data processing for information analysis, the current realization of the dialog box menu, the Information Bar. Gradually put the future.
- 2022-04-29 02:36:26下载
- 积分:1
-
windos桌面弹出窗口漂亮弹出对话框控件源码及示例
windos桌面弹出窗口漂亮弹出对话框控件源码及示例-beautiful windos desktop pop-up dialog box pop-up window and sample source code control
- 2022-12-07 23:40:03下载
- 积分:1
-
a good java framework of the main interface procedures, we can download from res...
一个不错的java主框架界面程序,大家可以下载下来研究-a good java framework of the main interface procedures, we can download from research
- 2022-10-24 17:25:03下载
- 积分:1
-
栈,迷宫,汉诺塔的动画演示 , visuai c++ MFC
栈,迷宫,汉诺塔的动画演示 , visuai c++ MFC-Stack, maze, Tower of Hanoi animation demo, visuai c++ MFC
- 2022-03-25 08:05:53下载
- 积分:1