-
IE interface all look much more. Do you own? This is an example of IE interface...
IE的界面都看得多了。自己能做吗?这个就是一个IE界面的例子源代码。-IE interface all look much more. Do you own? This is an example of IE interface source code.
- 2022-01-23 10:42:52下载
- 积分:1
-
这是个定时关机的例子,完全实现了的,可以下下来试试!
这是个定时关机的例子,完全实现了的,可以下下来试试!-This is a regular shutdown of the examples, fully realized and can try down under!
- 2023-06-15 10:15:03下载
- 积分:1
-
C++ .NEt 模仿MSN在桌面右下角弹出提示窗体
C++ .NEt 模仿MSN在桌面右下角弹出提示窗体-C++. NEt mimic MSN pop-up tips form in the lower right corner of the desktop
- 2022-01-23 10:40:51下载
- 积分:1
-
本源程序演示了怎样访问View类中的公共变量!
本源程序演示了怎样访问View类中的公共变量!-The source code to demonstrate how to access View class public variables!
- 2023-07-04 09:45:03下载
- 积分:1
-
vc 和flash进行,并进行通信,想研究的朋友看看.
vc 和flash进行,并进行通信,想研究的朋友看看.-vc and flash, and for communications, would like to study to see friends.
- 2022-01-25 21:17:29下载
- 积分:1
-
一个类似tip的东西,但比编写tip要简单。仅为抛砖引玉。
一个类似tip的东西,但比编写tip要简单。仅为抛砖引玉。-a similar tip things, but more than prepared to simple tip. Only congregate.
- 2023-08-22 08:00: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
-
simply use the C# data and graphical interface connection.
简单的使用C#的数据和图形界面的连接.-simply use the C# data and graphical interface connection.
- 2022-11-10 02:05:03下载
- 积分:1
-
it is good software, I very like it and it is good an good!
it is good software, I very like it and it is good an good!
- 2022-02-15 07:57:25下载
- 积分:1
-
一个定制标题栏的例子,可以学习如何自己改变标题栏
一个定制标题栏的例子,可以学习如何自己改变标题栏--The example of customizing the title bar, you can learn how to change the title bar by yourself
- 2022-04-20 18:59:50下载
- 积分:1