-
实现了MDI窗口中一个文档不同视图的表现形式,而且随时间的变化视图数据进行变化...
实现了MDI窗口中一个文档不同视图的表现形式,而且随时间的变化视图数据进行变化-Achieved a MDI window a document the different manifestations of view, but also changes with time changes in data view
- 2022-07-19 22:02:56下载
- 积分:1
-
LabVIEW应用LabVIEW中打开PDF文件。
LabVIEW应用实例,在LabVIEW中打开Acrobat PDF文件。-LabVIEW Applications in LabVIEW to open Acrobat PDF files.
- 2022-03-06 18:18:50下载
- 积分:1
-
告诉你如何轻松地更换皮肤的程序,这个程序见
告诉你怎么轻松地更换程序的皮肤,此程序值得一看-Tell you how to easily replace the procedures of the skin, this procedure see
- 2022-07-15 00:38:08下载
- 积分:1
-
一个基于VC编写的波形显示控件的源程序.能显示正弦波,三角波和方波等...
一个基于VC编写的波形显示控件的源程序.能显示正弦波,三角波和方波等-a waveform display prepared by the Control of the source. Can show that the sine, square and triangle wave, etc.
- 2022-01-25 23:47:30下载
- 积分:1
-
可以关闭屏幕上的所有Form包括Windows桌面、任务栏等
可以关闭屏幕上的所有Form包括Windows桌面、任务栏等-Can turn off the screen all the Form including the Windows desktop, task bar, etc.
- 2022-03-25 08:40:01下载
- 积分: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
-
堆叠对话框,将许多页面叠放到同一对话框中。
堆叠对话框,将许多页面叠放到同一对话框中。-stacking dialog, many pages stacked to the same box.
- 2023-01-19 17:20:04下载
- 积分:1
-
一个不错的颜色拾取器
一个不错的颜色拾取器-a good color for picking
- 2023-05-21 01:55:03下载
- 积分:1
-
随便选一个窗口,等待1秒钟,然后回到本程序,就可以控制,刚才那个窗口的透明度。...
随便选一个窗口,等待1秒钟,然后回到本程序,就可以控制,刚才那个窗口的透明度。-pick any one window and wait for a second and then return to this procedure, it can control, just that window of transparency.
- 2022-02-14 06:25:48下载
- 积分: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