-
Vc6.0 implemented using a calculator applet I thinks this little calculator fea...
一个用vc6.0实现的计算器小程序;本人自认为这个小计算器的功能比windows自带的计算器要强大!-Vc6.0 implemented using a calculator applet I thinks this little calculator features than windows built-in calculator to become powerful!
- 2022-11-05 02:25:02下载
- 积分:1
-
使显示出来的对话框透明显示,通过对话框可以看见后面的画面...
使显示出来的对话框透明显示,通过对话框可以看见后面的画面-So that the dialog box is displayed a transparent display through the dialog box can be seen behind the screen
- 2022-05-25 15:54:23下载
- 积分:1
-
一个对话框的示劣,它的价值就在按钮可以扩大对话诓的尺寸。不过带滚动条的对话诓的价值将是更大的。说明再清楚也不如上载的文件有价值好...
一个对话框的示劣,它的价值就在按钮可以扩大对话诓的尺寸。不过带滚动条的对话诓的价值将是更大的。说明再清楚也不如上载的文件有价值好
-a dialog box showing the poor, the value of the buttons on the dialogue could be expanded to the size invincible. But with the rolling of the dialogue invincible value will be greater. Note clearly not contained in the document as good value
- 2022-06-28 22:42:01下载
- 积分:1
-
介绍了两种使窗口透明的类型,一是透明度,从1
介绍了两种使窗口透明的类型,一是透明度,从1-255,二是使某种颜色透明,比如窗口上所有的白色透明-introduced a transparent window so that the two types of First transparency from 1-255. 2 is a transparent color, such as all the windows on a white transparent
- 2022-05-21 12:36:14下载
- 积分:1
-
在基于对话框的MFC程序中加入对话框条
在基于对话框的MFC程序中加入对话框条-based on the MFC dialog process of accession to the dialog
- 2022-04-09 19:34:13下载
- 积分:1
-
采用贪婪算法在VC.net环境下实现马踏棋盘。并提供多种路径
采用贪婪算法在VC.net环境下实现马踏棋盘。并提供多种路径-greedy algorithm used in VC.net environment under chessboard horse riding. And provide multiple paths
- 2022-01-27 13:52:09下载
- 积分:1
-
Csharp实现创建不规则的窗体,可作为界面设计参考
Csharp实现创建不规则的窗体,可作为界面设计参考-Csharp irregular windows, interface design can be used as reference
- 2022-07-10 18:14:36下载
- 积分: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
-
程序员面试必须宝典,希望对各位大虾有所帮助!
程序员面试必须宝典,希望对各位大虾有所帮助!-Programmers must book an interview, and they hope to help you prawns!
- 2022-01-26 01:16:17下载
- 积分:1
-
对话框可停靠于屏幕顶端,此时只能左右拖动.可取消停靠。对话框可停靠于屏幕任意一边,上,下停靠时只能左右拖动.左,右停靠时只能上下拖动。...
对话框可停靠于屏幕顶端,此时只能左右拖动.可取消停靠。对话框可停靠于屏幕任意一边,上,下停靠时只能左右拖动.左,右停靠时只能上下拖动。-Dialog box can be docked at the top of the screen, this time around can only drag. Cancel the call. Dialog box can be docked on either side of the screen, the upper and lower stops when only about drag. The left and right only up and down when the drag stops.
- 2022-03-20 15:12:56下载
- 积分:1