-
全屏幕播放flash的动画启动界面,vc++编写,是学习vc的好例子
全屏幕播放flash的动画启动界面,vc++编写,是学习vc的好例子-broadcast full-screen flash animation start interface, vc prepared to learn a good example vc
- 2022-03-17 12:37:18下载
- 积分:1
-
改变对话框的背景色,没有密码
改变对话框的背景色,没有密码-change the background color, no password
- 2022-07-25 17:23:17下载
- 积分:1
-
我们知道Windows操作系统窗口风格基本上是一致的,微软的应用软件程序也和操作系统风格基本是统一的。所以使我们的CDialog 也跟其一样,要改变它的界面风格...
我们知道Windows操作系统窗口风格基本上是一致的,微软的应用软件程序也和操作系统风格基本是统一的。所以使我们的CDialog 也跟其一样,要改变它的界面风格很困难。除非你对MFC了如指掌,甚至要了解操作系统内核。本人在摸索过程中经过无数次碰壁后,终于找到了希望。-Windows window style is basically the same, Microsoft"s application software and operating system are the basic style is unified. Therefore, we are with their CDialog, to change its style of interface is very difficult. Unless you already know the MFC, or even to understand the operating system kernel. I explored the process after numerous rebuffed after finally found hope.
- 2022-06-14 15:59:15下载
- 积分:1
-
一个运行在Dos下的程序源码,它模仿了Windows窗口界面,并且具备了Windows窗口的菜单...
一个运行在Dos下的程序源码,它模仿了Windows窗口界面,并且具备了Windows窗口的菜单-a run on Dos procedures under the source, it mimics the Windows interface, and a Windows window with the menu
- 2022-03-18 15:40:53下载
- 积分:1
-
形如Word中标尺的例子
形如Word中标尺的例子--Example that similar to the rule in word
- 2022-07-27 21:35:55下载
- 积分:1
-
beautiful suspension forms, suspended forms, prepared with VB, has been tested W...
漂亮的悬浮窗体, 用VB编写,在WINDDOWSXP已测试 通过-beautiful suspension forms, suspended forms, prepared with VB, has been tested WINDDOWSXP
- 2022-05-19 12:02:54下载
- 积分: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
-
自己做的分割窗体的小程序,可以给初学的朋友一个参考
自己做的分割窗体的小程序,可以给初学的朋友一个参考-own segmentation Form small procedure could give the novice a reference to a friend
- 2022-02-28 09:58:04下载
- 积分: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
-
拖动滚动条实现对话框的移动及对话框上控件的移动,而不会出现闪烁现象。利用此原理,可实现控件的无闪烁移动。...
拖动滚动条实现对话框的移动及对话框上控件的移动,而不会出现闪烁现象。利用此原理,可实现控件的无闪烁移动。-Drag the scroll bar to achieve the dialog dialog controls movement and the movement, with no flicker. Take advantage of this principle, can realize the control flicker-free movement.
- 2022-05-26 15:54:54下载
- 积分:1