-
good ah. We learn ah, and other ranking compare ah, ah is not?
shell排序不错的啊.大家学学啊,和其他排序比较一下啊,是啊,不是吗?-good ah. We learn ah, and other ranking compare ah, ah is not?
- 2023-09-06 18:10:03下载
- 积分:1
-
压缩包没有密码,用任何winrar都可以解压,该迷宫是用vc++编写的可视化程序,是将bitmap转化成数组矩阵,然后寻找bitmap的通路,并将结果显示在可视...
压缩包没有密码,用任何winrar都可以解压,该迷宫是用vc++编写的可视化程序,是将bitmap转化成数组矩阵,然后寻找bitmap的通路,并将结果显示在可视化窗口中。-compressed no password, any WinRAR can unpack, the maze is vc++ visualization procedures will be transformed into bitmap array matrix, and then find the bitmap pathway and showed that the visualization window.
- 2022-10-25 13:30: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
-
字体、界面、时间差等试验程序,自己测试用的。
字体、界面、时间差等试验程序,自己测试用的。-Fonts, interface, time poor testing procedures, their own test of the.
- 2022-07-13 03:43:58下载
- 积分:1
-
it to be a drawing on the screen in the code, a practical value
这是一个可以在屏幕上画图的代码,有实用价值-it to be a drawing on the screen in the code, a practical value
- 2022-02-04 01:00:36下载
- 积分:1
-
文件夹的操作Copy, Move and Delete files and directories without using SHFileOperation,...
文件夹的操作Copy, Move and Delete files and directories without using SHFileOperation,方面好用的文件夹的操作示例程序-folders operation Copy, Move and Delete files and directories without using SHFileOperation, utilitarian aspects of the operation folder sample program
- 2022-07-21 09:56:37下载
- 积分:1
-
透明和不规则窗口,简单的透明窗口不透明画刷的实现
透明和不规则窗口,简单的透明窗口不透明画刷的实现-Transparent and unregular window
- 2023-04-05 12:25:03下载
- 积分:1
-
实现了对话框应用程序在重设大小时控件的自动布局
实现了对话框应用程序在重设大小时控件的自动布局-achieved a dialog application to re-establish the size of the automatic layout of controls
- 2022-01-25 17:59:27下载
- 积分:1
-
给MFC 中的MDI子窗口增加tab控制条,类似tab页面,对应着每个child窗口...
给MFC 中的MDI子窗口增加tab控制条,类似tab页面,对应着每个child窗口-MFC to the MDI window-increasing tab control, similar tab pages, corresponding to each child window
- 2022-07-13 01:02:32下载
- 积分:1
-
微软的面试心得,看看可以提高自己的编程和思维能力
微软的面试心得,看看可以提高自己的编程和思维能力-a book for the interviewing of microsoft
- 2022-02-20 09:30:42下载
- 积分:1