-
时间timeline很漂亮的timeline
时间timeline很漂亮的timeline-Time timeline of the timeline is very beautiful
- 2022-01-25 21:15:36下载
- 积分:1
-
随便选一个窗口,等待1秒钟,然后回到本程序,就可以控制,刚才那个窗口的透明度。...
随便选一个窗口,等待1秒钟,然后回到本程序,就可以控制,刚才那个窗口的透明度。-pick any one window and wait for a second and then return to this procedure, it can control, just that window of transparency.
- 2022-02-14 06:25:48下载
- 积分:1
-
Stanford iphone课程配套源码,介绍搜索的使用。
Stanford iphone课程配套源码,介绍搜索的使用。-source code of Stanford iPhone course, demo of search in table view
- 2022-08-07 10:51:03下载
- 积分:1
-
一个很不错的酒店管理系统,是用VC编写的.请大家多多支持...
一个很不错的酒店管理系统,是用VC编写的.请大家多多支持-a very good hotel management system, is used to prepare the VC. Please generous support!
- 2022-12-13 21: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
-
一个cedit控件可以实现固定格式的输入,在小数点的前后用户可以自定义位数,可以限制特定的符号的输入封装了cedit类,功能十分强大...
一个cedit控件可以实现固定格式的输入,在小数点的前后用户可以自定义位数,可以限制特定的符号的输入封装了cedit类,功能十分强大-Cedit controls can be a fixed format input, before and after the decimal point users can define the median, specific restrictions on the importation of the symbols of Cedit Packaging category, a very strong function
- 2023-01-19 11:55:03下载
- 积分:1
-
This a small window procedures, helpful for beginners, we hope the exhibitions,...
这是一个小窗口程序,对初学者很有帮助,希望大家的展览,谢谢大家!
- 2023-07-24 01:15:04下载
- 积分:1
-
create dialogue, dialog boxes and tools of the Fitness
创建对话条,对话框和工具条的合体-create dialogue, dialog boxes and tools of the Fitness
- 2022-03-14 15:51:44下载
- 积分:1
-
grid control
grid control
- 2022-01-25 22:34:27下载
- 积分:1
-
大名顶顶的appface,这个源码是应用例子,读者可参考使用。
大名顶顶的appface,这个源码是应用例子,读者可参考使用。-顶顶name of appface, this source is the application example, readers can use and reference.
- 2022-03-24 01:13:55下载
- 积分:1