-
在风险投资环境下建立“引导”对话框
在vc++环境下编制向导对话框的源代码,使用该类可以方便地进行基于对话框的多步向导类型程序的编制。- Establishes the guide dialog box under the vc environment the
source code, uses this kind to be allowed conveniently to carry on
based on the dialog box many steps of guides type procedure
establishment.
- 2022-03-22 16:39:21下载
- 积分:1
-
window of the C language development source. Extracting passwords are www.supcod...
窗口开发的 C 语言源程序.解压密码是www.supcode.com-window of the C language development source. Extracting passwords are www.supcode.com
- 2022-05-20 06:20:49下载
- 积分:1
-
1.66call if the direct extraction account information, the default in the applic...
淘宝虚拟发货助手
1.66call如果直接提取账户信息,则默认在应用程序下面应该有66call.txt文件(也可以用户自己设置账户的路径),该文件为账户信息文件,使用过的账号,软件会自动添加使用的时间。没有使用的则只有账号。
2.阿里通如果直接提取账户信息,则默认在应用程序下面应该有alicall.txt文件(也可以用户自己设置账户的路径),该文件为账户信息文件,使用过的账号,软件会自动添加使用的时间。没有使用的则只有账号。-1.66call if the direct extraction account information, the default in the application should have 66call.txt the following files (you can set up user accounts path), the document for the account information file, used the account, the software will automatically add the use of time . Do not use and only account. 2. Ariton account information if they are directly extracted, then the default in the application should have alicall.txt following files (you can set up user accounts path), the document for the account information file, used the account, the software will automatically add the use of time. Do not use and only account.
- 2022-05-07 13:14:24下载
- 积分:1
-
用VC实现的窗体界面程序,类似金山毒霸的界面窗口…
用VC开发的窗体界面程序,类似金山毒霸窗体,界面非常漂亮。-with VC form interface procedures similar Jinshan drug tyrants windows, the interface was very beautiful.
- 2022-03-14 07:38:50下载
- 积分: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
-
此程序实现了动态切分窗口的功能,间接的方法实现了长久以来困扰我的一个难题...
此程序实现了动态切分窗口的功能,间接的方法实现了长久以来困扰我的一个难题-Realize this process of dynamic segmentation window function, the indirect method of achieving long been one of my problems plagued
- 2023-06-19 06:00:03下载
- 积分:1
-
一个很实用的配置向导程序源码,值得参考,欢迎引用.
一个很实用的配置向导程序源码,值得参考,欢迎引用.-A very useful source configuration wizard, it is also useful, welcome quote.
- 2023-05-24 10:10:03下载
- 积分:1
-
在可执行文件中输入二次方程的a b c值,即可判断是否存在可行解...
在可执行文件中输入二次方程的a b c值,即可判断是否存在可行解-In the executable file, enter values abc the quadratic equation, you can determine whether the existence of feasible solution
- 2022-12-12 02:30:03下载
- 积分:1
-
实现全屏显示
实现全屏显示-achieve full screen display
- 2023-08-30 11:15:03下载
- 积分:1
-
现实系统内存状况,模拟任务管理器里面的性能部分
现实系统内存状况,模拟任务管理器里面的性能部分-reality system memory conditions, simulated task management and digital cameras, the performance of some of Languages
- 2022-05-22 07:35:21下载
- 积分:1