-
关于椭圆窗体的实现的源代码,请代码比较简单,入门好例子来的...
关于椭圆窗体的实现的源代码,请代码比较简单,入门好例子来的-On the elliptical form of the realization of the source code, please code relatively simple, entry-good example of
- 2022-08-10 05:01:42下载
- 积分:1
-
一个全屏显示的例子
一个全屏显示的例子--One class similar time-recorder(very beautiful ) , with beautiful roll bar to cooperate the advancing of time,recommend.
- 2022-06-20 22:46:30下载
- 积分:1
-
delphi的通用对话框组件,可让你很容易的制作出包括作者、版权信息、EMAIL等的精美关于对话框...
delphi的通用对话框组件,可让你很容易的制作出包括作者、版权信息、EMAIL等的精美关于对话框-the common dialog components, so you can easily produce, including author, copyright information, such as e-mail box on the exquisite
- 2022-04-12 23:44:11下载
- 积分:1
-
些源码的功能非常强大,其中包含了各控件的使用以及GridView的使用,可进行测试的管理等...
些源码的功能非常强大,其中包含了各控件的使用以及GridView的使用,可进行测试的管理等-Some very powerful source, which includes the use of various controls, as well as the use of GridView can test management. .
- 2022-02-16 07:04:50下载
- 积分:1
-
透明浮动窗口的实现,WINDOWS 窗口ALPHA透明度API的使用等
透明浮动窗口的实现,WINDOWS 窗口ALPHA透明度API的使用等-transparent floating window to achieve transparency WINDOWS window ALPHA use of the API
- 2022-05-09 07:25:22下载
- 积分:1
-
VC实现动态连接库.设计两个动态连接库,分别保存一个字符串资源的两种语言形式的变量,如IDS_MYSTR的英文为"Welcome to BeiJing",中文为...
VC实现动态连接库.设计两个动态连接库,分别保存一个字符串资源的两种语言形式的变量,如IDS_MYSTR的英文为"Welcome to BeiJing",中文为"欢迎来到北京".-VC Dynamic Link Library. Design of two dynamic link libraries, the preservation of a string of resources in both languages form of variables, such as the English as IDS_MYSTR "Welcome to BeiJing" for the Chinese, "Welcome to Beijing."
- 2022-05-05 05:07:46下载
- 积分:1
-
MFC,SDI,窗口不可最大化,最小化,改变尺寸,移动。vc++6.0,win2000调试通过。...
MFC,SDI,窗口不可最大化,最小化,改变尺寸,移动。vc++6.0,win2000调试通过。-MFC, SDI, the window can not maximize, minimize, change size, mobile. Vc 6.0, WIN2000 debugging through.
- 2022-04-26 13:38:35下载
- 积分: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
-
The progress bar, which has a progress bar class, do not change, they can design...
进度条,里面有一个进度条的类,不用更改,便可以很好的设计自己的风格-The progress bar, which has a progress bar class, do not change, they can design their own style of a good
- 2022-03-22 17:29:23下载
- 积分:1
-
bit处理!!!!!!!!!!!!!
转载的!
还不错!
bit处理!!!!!!!!!!!!!
转载的!
还不错!-bit processing !!!!!!!!!!!!! reproduced! Also good!
- 2022-01-24 13:43:31下载
- 积分:1