-
CEDraw是WinCE高速图形库。这取决于最新地址。
CEDraw is high speed graphics library in WinCE. It depends on GAPI .
- 2022-10-04 05:40:04下载
- 积分:1
-
压缩包没有密码,用任何winrar都可以解压,该迷宫是用vc++编写的可视化程序,是将bitmap转化成数组矩阵,然后寻找bitmap的通路,并将结果显示在可视...
压缩包没有密码,用任何winrar都可以解压,该迷宫是用vc++编写的可视化程序,是将bitmap转化成数组矩阵,然后寻找bitmap的通路,并将结果显示在可视化窗口中。-compressed no password, any WinRAR can unpack, the maze is vc++ visualization procedures will be transformed into bitmap array matrix, and then find the bitmap pathway and showed that the visualization window.
- 2022-10-25 13: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
-
用vc++写的自绘对话框的程序,可以实现一些比较好的样式,改变vc中自带的风格...
用vc++写的自绘对话框的程序,可以实现一些比较好的样式,改变vc中自带的风格-With vc++ Written procedures since the painting dialog, you can realize some of the better style, a change in its own style vc
- 2022-03-16 02:46:18下载
- 积分:1
-
功能:
在窗口创建一个工作区,用来显示目录树。该工作区窗口可以停靠,浮动,改变尺寸。...
功能:
在窗口创建一个工作区,用来显示目录树。该工作区窗口可以停靠,浮动,改变尺寸。-Functions: in the window to create a work area, used to display the directory tree. The work area window can be docked, floating, changing size.
- 2023-06-14 02:35:03下载
- 积分:1
-
非矩形窗口的实现
非矩形窗口的实现-non-rectangular window to achieve
- 2022-03-16 20:44:51下载
- 积分:1
-
win32 编辑中字体的应用,修改对话框中的字体。
win32 编辑中字体的应用,修改对话框中的字体。-win32 font editing application, modify the Font dialog box.
- 2022-02-06 23:41:32下载
- 积分: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
-
控制台模式显示数字字符。VC6编译!
Console mode show digital char. vc6 compiled!
- 2022-05-08 22:57:09下载
- 积分:1
-
颜色对话框的使用
颜色对话框的使用-the use of color dialog
- 2022-02-28 20:29:27下载
- 积分:1