-
打开关闭光驱和禁止Alt+F4的例子,看看吧,肯定有很大的收获的!...
打开关闭光驱和禁止Alt+F4的例子,看看吧,肯定有很大的收获的!- Opens the closure light to drive and to forbid Alt F4 the
example, has a look, definitely has the very big harvest!
- 2022-07-15 13:29:19下载
- 积分:1
-
查询号码用的程序.请大家多多指教
查询号码用的程序.请大家多多指教-reference number of procedures. Please exhibitions ..
- 2022-06-20 21:38:18下载
- 积分:1
-
在文本框中填入4位正数,可倒序将其排列,并可自动退出
在文本框中填入4位正数,可倒序将其排列,并可自动退出-Fill in the text box 4 positive, can reverse their order, and automatically withdraw from the
- 2022-03-07 09:50:46下载
- 积分:1
-
皮肤+ +在WTL下的实现代码,参考
skin++在WTL下的实现代码,参考用的-skin++ realize under the WTL code, reference
- 2023-09-05 16:05:05下载
- 积分:1
-
founding documents, and point to 1.1 gigabytes of which add example, are very su...
创建文件并且一点一点往其中添加字节的例子,非常适合初学者学习文件操作API-founding documents, and point to 1.1 gigabytes of which add example, are very suitable for beginners learning file manipulation API
- 2023-08-10 22:10:02下载
- 积分:1
-
一个与OutLook左侧窗口一样的控件,可以加入图标,可以进行相关操作。...
一个与OutLook左侧窗口一样的控件,可以加入图标,可以进行相关操作。-a patch with the same left side window controls, can join icon that can be related operations.
- 2022-06-14 09:01:48下载
- 积分:1
-
一个非常漂亮的界面换肤程序,喜欢漂亮界面的朋友不要错过
一个非常漂亮的界面换肤程序,喜欢漂亮界面的朋友不要错过-a very nice interface skinnable procedures, like beautiful interface friends not to miss
- 2023-02-13 06:15: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
-
自动日历:在WEB上实现一个阴阳日历及节日显示
自动日历:在WEB上实现一个阴阳日历及节日显示-automatic calendar : WEB achieve a yin and yang shows and festivals calendar
- 2022-01-23 11:12:51下载
- 积分:1
-
界面编程:多视图界面,没有用到其他的界面插件,纯VC完成
界面编程:多视图界面,没有用到其他的界面插件,纯VC完成-Programming Interface : Multi-View interface, the other did not use the interface plug-in, pure VC completed
- 2022-01-26 04:50:10下载
- 积分:1