-
基于单文档视图结架,添加工具栏的示例,对初学者起个启示作用...
基于单文档视图结架,添加工具栏的示例,对初学者起个启示作用-based on single-file View Guitar, add toolbars example, the right to take a beginners inspiration
- 2023-01-03 07:40:04下载
- 积分:1
-
A popup window containing a progress Contr ol and cancel button
A popup window containing a progress control and cancel button - no resource file ne-A popup window containing a progress Contr ol and cancel button-no resource file ne
- 2022-10-12 13:25:02下载
- 积分:1
-
可以自由改变窗口背景颜色的类别,其中包含了实例。
可以自由改变窗口背景颜色的类,里面包含示例程序,推荐下载。-free to alter the window background color category, which contains examples of procedures, recommended download.
- 2022-08-08 20:09:46下载
- 积分:1
-
用api实现的字形窗体,很有意思,有助于理解api函数
用api实现的字形窗体,很有意思,有助于理解api函数-with api achieve the glyph windows, it is interesting that contribute to the understanding api function
- 2022-04-10 12:46:33下载
- 积分:1
-
对于MFC Dialog based application, 如何加入工具条和状态条一直是个很大的难题。本程序增加了DlgBars Class and Mod...
对于MFC Dialog based application, 如何加入工具条和状态条一直是个很大的难题。本程序增加了DlgBars Class and ModelessDlg Class 和使用例子。在VC2003下编译成功。 -For MFC Dialog based application, how to join the Toolbar and Status bar has been a very big problem. This procedure increased the DlgBars Class and ModelessDlg Class and the use of examples. VC2003 compiler success in the next.
- 2023-03-28 14:30:03下载
- 积分:1
-
内容:
做个登陆程序,以VB+Access。
功能:
1、验证。验证用户名的正确与否、密码与用户名符合与否
2、人性化设计。
①、输
内容:
做个登陆程序,以VB+Access。
功能:
1、验证。验证用户名的正确与否、密码与用户名符合与否
2、人性化设计。
①、输入用户名后,无论是鼠标移动到密码框,还是按“Tab”键到密码框,都搜索用户名的存在与否,但不报错
②、输入密码后,选者状态在“确定”按钮上。
③、确定后检验,用户名为空时,光标停在用户名框,密码空停密码输入框。
控件:
TextBox、CommandButton、PictureBox、Timer、ADO-Content: to be a landing procedures to VB+ Access. Functions: one to verify. Verify whether the correct user name, password and user name in line with it or not 2, humanized design. ?, enter your user name, whether they are the mouse to move to the password box or the
- 2022-11-24 22:25:03下载
- 积分:1
-
This is a modal dialog box can be distinguished and non
这是一个可以区分模式对话框和非模式对话框的程序,-This is a modal dialog box can be distinguished and non-modal dialog box procedure,
- 2023-09-02 18:25:04下载
- 积分: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编写的关于模态和非模态的实例,对学习模态和非模态有很大帮助-prepared by the non-modal and modal example, to learn modal and non-modal great help
- 2022-03-22 19:16:57下载
- 积分:1
-
一个被人忽略的控件CTabControl,实现页面切换,非常实用.
一个被人忽略的控件CTabControl,实现页面切换,非常实用.-err
- 2023-04-06 11:55:04下载
- 积分:1