-
一个显示打开和关闭特效~~~~~~~的控件D
一个显示打开和关闭特效~~~~~~~的控件D-A display to open and close the control effects ~~~~~~~ D
- 2023-03-15 20:20:03下载
- 积分:1
-
网页将被用来控制梅雨,在网页对话框弹出
WEB页面上便用的梅花雨控件,在网页上弹出时间选择对话框-WEB page will be used to control plum rain, in the web page dialog box pop-up timing
- 2022-07-27 03:40:15下载
- 积分:1
-
我的课程设计 一个选课系统 需要sql数据库支持 在vc6.0 和sql sever2000下编译运行通过 数据库表信息为 学生表.sql, 登陆用户名密码均为...
我的课程设计 一个选课系统 需要sql数据库支持 在vc6.0 和sql sever2000下编译运行通过 数据库表信息为 学生表.sql, 登陆用户名密码均为s a-my Elective courses designed a system needs sql database support in vc6.0 and sql sever2000 compiler running under the table of information through a database table for the students. Sql, landing Password users were a s
- 2022-03-03 14:20:43下载
- 积分:1
-
1。超过一个高压浏览器窗口2。包含一个重要元素在眉毛…
1多个HV浏览器窗口2。包含浏览器中的一个重要元素:打印、放大、缩小、多窗口等。。。
- 2022-02-26 03:51:36下载
- 积分:1
-
可自动从ORACLE数据库中提取产品零部件信息,构成产品结构树,同时,可查看任务分配/完成情况/用户管理等....
可自动从ORACLE数据库中提取产品零部件信息,构成产品结构树,同时,可查看任务分配/完成情况/用户管理等.-automatically from the ORACLE database information extraction product components, product structure tree pose the same time, can View assignment/completion of the/user management.
- 2023-05-03 09:20:03下载
- 积分:1
-
使你的Windowds窗口有自定义阴影,可调节参数,完成原代码例子。...
使你的Windowds窗口有自定义阴影,可调节参数,完成原代码例子。-So that your window has Windowds custom shadow of adjustable parameters, complete source code examples.
- 2022-07-24 04:23:57下载
- 积分:1
-
become regular use of the dialog box code, they are good, you can help a lot of...
这是我们变成是经常要用到的对话框代码,挺不错的,能帮你不少忙哟-become regular use of the dialog box code, they are good, you can help a lot of busy yo
- 2022-12-25 14:55:03下载
- 积分: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
-
a project preparation process, the need to resort to an initial list can specify...
在我的一个项目编制过程中,需要用到一个可以指定初始目录的目录选择对话框,起初我找到了http://www.vckbase.com/bbs/prime/viewprime.asp?id=94 这篇文章,发现由于"bi.pidlRoot"的格式不了解,很难实现这样的功能,后来在一个日本网站上找到了一篇文章,有示例代码和相关说明(现在网址找不到了,抱歉,以后找到了再加上),利用回调函数解决了此问题,现在我把示例程序做出来,有相关Puzzle的同仁可以参考一下. 注: 1.重要的函数和宏定义在"global.h"中,函数调用在"SHFolderDlg.cpp"中的"void CSHFolderDlg::OnClick_SHBrowseForFolder()"中,重要的部分我说明了一下,写的不好请大家原谅. 2.原来文章中的程序是有日文注释的,在我的朋友陈伟林帮助下写成了中文,在此向他表示感谢.-a project preparation process, the need to resort to an initial list can specify the directory to choose dialog, I initially found http://www.vckbase.com/bbs/prime/viewprime.asp id = 94 article, it is found that "bi . pidlRoot "format, it should not be difficult to achieve such a function and later in a Japanese website found an article with sample code and related (not a web site now, sorry, after finding a plus), using a callback function to solve this problem, I shall now examples of procedures done, the relevant Puzzle colleagues for reference. Note : 1. important functions and ma
- 2022-07-09 23:54:21下载
- 积分:1
-
通过SMTP协议发送邮件程序。另外,还可以通过COM接口参数进行发送。...
通过SMTP协议发送邮件程序。另外,还可以通过COM接口参数进行发送。-through the SMTP protocol to send e-mail programs. In addition, through the COM interface parameters of this.
- 2022-02-02 00:28:02下载
- 积分:1