-
Winmain function, handwritten code, and generates a windows window
Winmain函数的手写代码,生成一个windows窗口-Winmain function, handwritten code, and generates a windows window
- 2022-03-23 04:07:20下载
- 积分:1
-
一个多用途的计算器,可以进行自定义运算,缺点是自定义的种类有限...
一个多用途的计算器,可以进行自定义运算,缺点是自定义的种类有限-a multi-purpose calculator, can be defined computation, since the definition of disadvantage is the limited range
- 2022-08-14 22:30:43下载
- 积分:1
-
某种意义上讲,定义控制器
多视图的切换,已经自定义的控件,如何切换焦点-multiviews,define controllers
- 2022-02-01 11:53:33下载
- 积分: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
-
HTML界面的应用程序,VC7 WindowXP测试
HTML界面应用,VC7 WindowXP 下测试通过-HTML interface applications, VC7 WindowXP tested by
- 2023-04-23 15:45:03下载
- 积分:1
-
change on the screen window size
改变屏幕上窗口的大小-change on the screen window size
- 2022-07-08 23:23:30下载
- 积分:1
-
现实系统内存状况,模拟任务管理器里面的性能部分
现实系统内存状况,模拟任务管理器里面的性能部分-reality system memory conditions, simulated task management and digital cameras, the performance of some of Languages
- 2022-05-22 07:35:21下载
- 积分:1
-
一个猜数字游戏的程序,在程序的开始自动生成100内的数字,用户可以根据提示信息输入猜测答案...
一个猜数字游戏的程序,在程序的开始自动生成100内的数字,用户可以根据提示信息输入猜测答案-A number guessing game program, the beginning of the program automatically generates 100 the figures, the user can be prompted to enter information to guess the answer
- 2022-05-18 12:49:56下载
- 积分:1
-
CFileDialogST a demo, according to this, you can do a multiple files at the same...
CFileDialogST的一个demo,按照这个,你就可以做一个同时可以打开多个文件的filedialog。-CFileDialogST a demo, according to this, you can do a multiple files at the same time can open the filedialog.
- 2023-07-04 23:15:03下载
- 积分:1
-
WinDjView是一款电子图书阅读软件,可以阅读、打印 .DjVu 和 .DjV 格式的文件,并可导出页面图片及文本。...
WinDjView是一款电子图书阅读软件,可以阅读、打印 .DjVu 和 .DjV 格式的文件,并可导出页面图片及文本。 -WinDjView is a fast, compact and powerful DjVu viewer for Windows with tabbed interface, continuous scrolling and advanced printing options. It uses the free DjVuLibre library to decode DjVu documents. DjVu is a web-centric format and software platform for distributing documents and images.
- 2022-02-15 15:33:14下载
- 积分:1