-
If you need to achieve multiple views of the display window, then look at this i...
如果你需要实现多个视图的窗口的显示,那么看看这个是有好处的.这个程序虽然简单,但是他告诉了你怎样去操作多个视图的转换.-If you need to achieve multiple views of the display window, then look at this is a good thing. This procedure is simple, but he tells you how to operate the various View conversion.
- 2022-02-12 21:08:25下载
- 积分:1
-
VC开发的时钟动画,
可以学习一下。
VC开发的时钟动画,
可以学习一下。-development of the VC clock animation, we can learn from this.
- 2022-01-26 01:01:07下载
- 积分:1
-
有ICQ基础功能的通讯程序。里面包含了声音等文件。可以在公司内部,或校园网中用...
有ICQ基础功能的通讯程序。里面包含了声音等文件。可以在公司内部,或校园网中用-a basic function of the communication process. They include the voices of other documents. The company, or using campus network
- 2023-05-04 21: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
-
运用对话框控制背景颜色,很方便,也很使用,谢谢使用1
运用对话框控制背景颜色,很方便,也很使用,谢谢使用1-Dialog box to control the use of background color, it is convenient, is also very use, Thank you, use one
- 2022-01-25 22:52:05下载
- 积分: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
-
压缩包没有密码,用任何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
-
通过例子进行指导网络编程,以及窗口的处理,使使用着对网络和java有更高的认识...
通过例子进行指导网络编程,以及窗口的处理,使使用着对网络和java有更高的认识-network programming guide, and the processing window, the use of a network of java and a higher awareness
- 2022-10-29 12:30:03下载
- 积分:1
-
使用VC++建立对话框,使用MFC编程的第一步。
使用VC++建立对话框,使用MFC编程的第一步。-Share it to ALL
- 2022-03-01 16:00:42下载
- 积分:1
-
一个汉字输入法练习软件,通过它可以练习大众几何码的输入方法,这是大众几何码的配套输入练习软件....
一个汉字输入法练习软件,通过它可以练习大众几何码的输入方法,这是大众几何码的配套输入练习软件.-a Chinese character input method software practice, through which the public can practice geometric code input method, which is public matching geometric code input software practice.
- 2022-07-03 05:15:24下载
- 积分:1