-
在动态库中保存的图片资源, 可以非常方便的被其他VC程序加载使用。...
在动态库中保存的图片资源, 可以非常方便的被其他VC程序加载使用。-In a dynamic library to preserve the picture of resources, can easily be used to load other VC procedures.
- 2023-03-25 14:20:03下载
- 积分:1
-
This is a VC was made in the transparent window method.
这是一个用VC++写的有关透明窗的实现方法。-This is a VC was made in the transparent window method.
- 2022-11-10 02:45: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
-
Run a windows form application using a number of dialogue windows
Run a windows form application using a number of dialogue windows
- 2022-06-20 04:04:13下载
- 积分:1
-
半透明窗体.rar
半透明窗体.rar-translucent window. Rar
- 2022-02-28 10:14:07下载
- 积分:1
-
对于个中各样的显示要求,这是一个难得的资料,是非常值得我们借鉴的,灵活的处理手法更是让人叹为观止。...
对于个中各样的显示要求,这是一个难得的资料,是非常值得我们借鉴的,灵活的处理手法更是让人叹为观止。-For months in a wide range of display requirements, this is a valuable information, it is very worthy of our reference and flexible people to deal with the way it is stunning.
- 2022-05-19 23:32:00下载
- 积分:1
-
这是一个建立模式对话框的工程。难度并不大,适合初学者。但是这个代码的特点是在Visual Studio下开发。上传这个代码的目的是想大家知道Visual Stu...
这是一个建立模式对话框的工程。难度并不大,适合初学者。但是这个代码的特点是在Visual Studio下开发。上传这个代码的目的是想大家知道Visual Studio与VC++的基本的语法结构的区别,包括消息映射和字符串的处理。通过比较,可以使大家更好的在Visual Studio下进行编程-This is a model to establish dialog works. It is not too difficult, for beginners. However, the code feature of the Visual Studio under development. Upload the purpose of this code is as you all know, Visual Studio and Visual C++ syntax of the basic structure of the district other, including information mapping and string handling. By comparison, we can make better in Visual Studio under Programming
- 2022-05-17 05:35:49下载
- 积分:1
-
alphaw ";所以透明效应form API ";配套源代码
alphaw“so transparent effect Form API”补充源代码
- 2022-07-20 08:32:55下载
- 积分:1
-
最好的画编辑
best draw editor
- 2023-01-18 22:25:03下载
- 积分:1
-
数据挖掘中数据分类算法综述小论文caj格式
数据挖掘中数据分类算法综述小论文caj格式-Data Mining Algorithms in data classification essay format CAJ
- 2022-10-31 11:25:02下载
- 积分:1