-
从资源中加载皮肤,不管您是在开发MIS,ShareWare,还是FreeWare, AppFace 可以使您拥有只
需添加几行代码,而迅速美化您的软件的能力...
从资源中加载皮肤,不管您是在开发MIS,ShareWare,还是FreeWare, AppFace 可以使您拥有只
需添加几行代码,而迅速美化您的软件的能力。它能最大限度的降低您在软件界
面上所花费的时间和精力,使您能够将工作重心完全放在软件的核心价值的开
发上 。-load resources from the skin, whether you are in the development of MIS, ShareWare. or FreeWare, AppFace can make your own by simply adding a few lines of code. rapidly landscaping your software capabilities. It can reduce the maximum of your software interface to spend time and energy allows you to focus entirely on the core values of the software on the development.
- 2022-01-28 05:22:03下载
- 积分:1
-
此程序演示了一段用VB编写的窗体颜色渐变的功能,渐变色可在程序中自行修改~...
此程序演示了一段用VB编写的窗体颜色渐变的功能,渐变色可在程序中自行修改~-This program demonstrates some form of the function of the color gradient, gradient colors can be modified in the program itself ~
- 2022-11-17 01:05:03下载
- 积分:1
-
一个在SDI环境下切换不同视图的例子,有MDI视图切换的效果。...
一个在SDI环境下切换不同视图的例子,有MDI视图切换的效果。-A switch in the SDI environment examples of different views, have the effect of switching MDI view.
- 2022-01-21 20:15:10下载
- 积分: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
-
自定义热键操作,可与控制chotkeyctrl相关
自定义热键操作,可与CHotKeyCtrl控件关联-Custom hotkey operation, may be associated with the control CHotKeyCtrl
- 2022-02-01 22:59:49下载
- 积分:1
-
system tray programming code
系统托盘编程代码-system tray programming code
- 2022-10-14 01:00:04下载
- 积分:1
-
可缩放的界面编程 通过方便的宏来进行 并且内部控件也能自动调整大小...
可缩放的界面编程 通过方便的宏来进行 并且内部控件也能自动调整大小-Scalable programming through a user-friendly interface to the macro and internal controls can also automatically adjust the size of
- 2022-03-11 02:39:54下载
- 积分:1
-
自己做的分割窗体的小程序,可以给初学的朋友一个参考
自己做的分割窗体的小程序,可以给初学的朋友一个参考-own segmentation Form small procedure could give the novice a reference to a friend
- 2022-02-28 09:58:04下载
- 积分:1
-
windows api 开发的多视图记事本,代码结构清晰,有利于学习和掌握win api消息处理机制。...
windows api 开发的多视图记事本,代码结构清晰,有利于学习和掌握win api消息处理机制。-windows api development of the Multi-View notebook, a clear code structure is conducive to learning and mastering win api information processing mechanism.
- 2022-05-22 16:31:38下载
- 积分:1
-
AfxMessageBox的灵活运用。
AfxMessageBox的灵活运用。-AfxMessageBox flexibility in the application.
- 2022-11-17 14:30:03下载
- 积分:1