-
为某医院做的房产医疗系统,很好用,可以实现科室到资料的查询工作...
为某医院做的房产医疗系统,很好用,可以实现科室到资料的查询工作-For a hospital to do the real estate health care system, very good use, you can realize the data query section of work
- 2023-06-03 18:05:03下载
- 积分:1
-
on VC.NET This is the programming code, when the window on the operation, for yo...
这是关于VC.NET编程方面的代码,时关于窗口操作等的,供大家使用-on VC.NET This is the programming code, when the window on the operation, for your use
- 2022-03-12 11:11:04下载
- 积分:1
-
基于对话框程序的启动画面实现,可以随意更改启动画面的停留时间...
基于对话框程序的启动画面实现,可以随意更改启动画面的停留时间-Based on the dialog box procedure to achieve the startup screen, the screen can change the start time of the stay
- 2022-01-25 20:13:29下载
- 积分: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
-
VC中透明窗口的代码,传上来大家一起分享,哈哈不需要账号也可以下载哦...
VC中透明窗口的代码,传上来大家一起分享,哈哈不需要账号也可以下载哦-Transparent window in VC code, Chuan-up share with everyone, ha ha do not need to account can also download Oh
- 2022-01-31 11:48:38下载
- 积分:1
-
A simple windows program fun for beginners MFC
一个简单好玩的windows程序,对于初学者MFC基础的学习会有帮助,还可以增加学习的兴趣!-A simple windows program fun for beginners MFC-based learning will be helpful, but also can increase the interest in learning!
- 2022-03-07 16:00:21下载
- 积分:1
-
在可执行文件中输入二次方程的a b c值,即可判断是否存在可行解...
在可执行文件中输入二次方程的a b c值,即可判断是否存在可行解-In the executable file, enter values abc the quadratic equation, you can determine whether the existence of feasible solution
- 2022-12-12 02:30:03下载
- 积分:1
-
超超酷的About对话筐,加入你的程序中,一定增色不少。包含全部实现代码...
超超酷的About对话筐,加入你的程序中,一定增色不少。包含全部实现代码-About the ultra-cool dialogue basket, you join the proceedings, certain elegance. Code contains entirely
- 2022-04-27 10:13:26下载
- 积分:1
-
msdn interface, msdn similar interface, with vc++ realize the
msdn界面,类似msdn的界面,用vc++实现的-msdn interface, msdn similar interface, with vc++ realize the
- 2023-05-04 02:00:03下载
- 积分: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