-
内容:
做个登陆程序,以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
-
We group the user interface design for the curriculum design. Simulation realize...
我们组用户界面设计作的课程设计。模拟实现windows桌面-We group the user interface design for the curriculum design. Simulation realize windows desktop
- 2022-02-01 06:11:04下载
- 积分:1
-
LabVIEW应用LabVIEW中打开PDF文件。
LabVIEW应用实例,在LabVIEW中打开Acrobat PDF文件。-LabVIEW Applications in LabVIEW to open Acrobat PDF files.
- 2022-03-06 18:18:50下载
- 积分:1
-
对消息对话框的使用参数使用进行封装
对消息对话框的使用参数使用进行封装 -message box on the parameters used for Packaging
- 2022-01-25 23:45:46下载
- 积分:1
-
半透明窗体.rar
半透明窗体.rar-translucent window. Rar
- 2022-02-28 10:14:07下载
- 积分:1
-
<Visual C++系统开发实例精粹>源码
源码
- 2022-09-30 14:30:03下载
- 积分:1
-
在服务(Service)程序中显示对话框的程序
在服务(Service)程序中显示对话框的程序-Program which show dialogbox in service program
- 2022-03-13 10:47: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
-
以位图位为进度条的独立应用程序,可以实现位图导入,设计自己的进度条!...
以位图位为进度条的独立应用程序,可以实现位图导入,设计自己的进度条!-to bitmap places for the progress of the independent application program, can achieve a bitmap introduction, design their own pace!
- 2022-01-22 17:38:30下载
- 积分:1
-
预览式文本文件选择对话框示例, PASCAL + API 编制
预览式文本文件选择对话框示例, PASCAL + API 编制-preview text file selection dialog example, the preparation of API PASCAL
- 2022-02-18 16:17:36下载
- 积分:1