-
自定义热键操作,可与控制chotkeyctrl相关
自定义热键操作,可与CHotKeyCtrl控件关联-Custom hotkey operation, may be associated with the control CHotKeyCtrl
- 2022-02-01 22:59:49下载
- 积分:1
-
Dialog Designer (DD) Release 5.0.0.14.01 Release Letter
Dialog Designer (DD) Release 5.0.0.14.01 Release Letter
- 2022-01-24 15:00:09下载
- 积分:1
-
实现了一个可以自动滚动显示信息的窗口,通过在窗口里输入文字,不需要换行所显示的信息就可以自动滚动。...
实现了一个可以自动滚动显示信息的窗口,通过在窗口里输入文字,不需要换行所显示的信息就可以自动滚动。-achieved an automatic rolling window display information through the window Lane to enter text, not-for-trip information on the show can be automatically rolling.
- 2022-05-12 14:56:46下载
- 积分:1
-
一个完全用代码编写的电子钟,液晶显示模式。可托转放大缩小。希望你喜欢...
一个完全用代码编写的电子钟,液晶显示模式。可托转放大缩小。希望你喜欢-code with a fully prepared electronic bell, LCD display modes. Asked to enlarge it can be narrowed. I hope you like
- 2022-03-30 21:59:22下载
- 积分:1
-
skin ++ 效果预览~ 挺不错哦,下个skin++吧,很好用,vc界面美化...
skin ++ 效果预览~ 挺不错哦,下个skin++吧,很好用,vc界面美化-skin++ effect preview ~ very good Oh, the next skin++ bar, very good use, vc interface landscaping
- 2022-03-23 03:22:40下载
- 积分: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
-
registry containing super
内含
注册表超级全攻略.chm
注册表实用手册.chm-registry containing super-Raiders. Chm registry practical manual. Chm
- 2022-10-16 04:40:03下载
- 积分:1
-
advertising programs pictures, JAVASCRIPT, together with the rolling of the mobi...
广告程序图片,JAVASCRIPT,可以随滚动条一起移动.-advertising programs pictures, JAVASCRIPT, together with the rolling of the mobile.
- 2022-05-06 14:37:00下载
- 积分:1
-
透明背景界面开发技术
透明背景界面开发技术-transparent interface development technology background
- 2022-04-19 09:01:41下载
- 积分:1
-
Delphi编写的一个特效程序, 限制鼠标移动,隐藏标题栏上的按钮,窗体背景渐变,透明背景
Delphi编写的一个特效程序, 限制鼠标移动,隐藏标题栏上的按钮,窗体背景渐变,透明背景-Delphi effects of a procedure, the mouse movement restrictions, hidden Biaodilanshang button Windows Background gradual, transparent background
- 2022-03-11 07:29:45下载
- 积分:1