-
achieve dialog within the image preview function, support for multiple image for...
实现对话框内的图像预览功能,支持多种格式的图像。-achieve dialog within the image preview function, support for multiple image formats.
- 2022-08-14 02:34:28下载
- 积分:1
-
一个仿windows 资源管理器源码,vb做成,效果不错
一个仿windows 资源管理器源码,vb做成,效果不错-A fake windows Explorer source code, vb made, good results
- 2022-05-31 14:26:40下载
- 积分:1
-
如何使其新版本的MSN的窗口,可以冲击
如何使其新版MSN视窗,如能震撼
- 2022-03-13 04:45:53下载
- 积分:1
-
一款实用的WINDOWS窗口查看器,不错。
一款实用的WINDOWS窗口查看器,不错。-A practical WINDOWS window viewer, yes.
- 2022-03-13 17:06:22下载
- 积分: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
-
BMI calculation : Enter your height, weight, draw conclusions. and you pointed o...
体重指数的计算:输入你的身高,体重,得出结论.并指出你的正常体重的范围.指出你现在的身体状态是不是太肥或者太瘦.-BMI calculation : Enter your height, weight, draw conclusions. and you pointed out in the normal weight range. now that your physical condition is not too fat or too thin.
- 2023-08-11 22:15:03下载
- 积分:1
-
达到和FlashGet窗口的头名效果一样,可悬在操作也面中
达到和FlashGet窗口的头名效果一样,可悬在操作也面中-reach FlashGet window and the first results from the same operation can also suspended in the surface
- 2023-05-22 20:50:03下载
- 积分:1
-
应用程序向导创建了这个弹出窗口的应用程序它是你…
AppWizard has created this SplashScreen application for you.It is programmed by visual C++.-AppWizard this has created a SplashScreen pplication for you.It is programmed by visual C .
- 2022-06-12 07:46:36下载
- 积分:1
-
为某医院做的房产医疗系统,很好用,可以实现科室到资料的查询工作...
为某医院做的房产医疗系统,很好用,可以实现科室到资料的查询工作-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
-
鼠标控制速度和方向
鼠标控制速度和方向-mouse control speed and direction
- 2022-03-04 13:52:19下载
- 积分:1