-
报表的打印,预览的源代码,轻松实现报表打印。功能强大
报表的打印,预览的源代码,轻松实现报表打印。功能强大-statements for the print, preview of the source code, easily print statements. Powerful
- 2022-02-04 13:11:15下载
- 积分:1
-
使用VC++建立对话框,使用MFC编程的第一步。
使用VC++建立对话框,使用MFC编程的第一步。-Share it to ALL
- 2022-03-01 16:00:42下载
- 积分: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
-
我们知道Windows操作系统窗口风格基本上是一致的,微软的应用软件程序也和操作系统风格基本是统一的。所以使我们的CDialog 也跟其一样,要改变它的界面风格...
我们知道Windows操作系统窗口风格基本上是一致的,微软的应用软件程序也和操作系统风格基本是统一的。所以使我们的CDialog 也跟其一样,要改变它的界面风格很困难。除非你对MFC了如指掌,甚至要了解操作系统内核。本人在摸索过程中经过无数次碰壁后,终于找到了希望。-Windows window style is basically the same, Microsoft"s application software and operating system are the basic style is unified. Therefore, we are with their CDialog, to change its style of interface is very difficult. Unless you already know the MFC, or even to understand the operating system kernel. I explored the process after numerous rebuffed after finally found hope.
- 2022-06-14 15:59:15下载
- 积分:1
-
实现了,像VC编辑器中资源窗口类似的子窗口自动靠边的功能
实现了,像VC编辑器中资源窗口类似的子窗口自动靠边的功能-achieved, and the VC as editor of Resource similar window-automatic sides of the window function
- 2022-07-01 01:03:14下载
- 积分:1
-
实现了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
-
window example, we often need to split views, it provides a good example
动态切分窗口的例子,大家常常需要将视图分割,这里提供一个很好的例子-window example, we often need to split views, it provides a good example
- 2022-05-26 10:12:38下载
- 积分:1
-
interface segmentation can achieve dynamic segmentation of the window and realiz...
进行界面切分,可以动态的实现窗口的切分,实现程序的多界面-interface segmentation can achieve dynamic segmentation of the window and realizing the multi-interface procedures
- 2022-11-14 17:05:03下载
- 积分:1
-
用vc.net编写的共用对话框程序,使用于windows系统
用vc.net编写的共用对话框程序,使用于windows系统-vc.net prepared with the common dialog procedures used in the Windows system
- 2022-01-24 18:58:50下载
- 积分:1
-
hasufsksjf
rdjuiosfd
sfdisf
全便携式的数据模型,以在一...Service的构造变得简便易行。本指南性读物详尽地讲解了这...
hasufsksjf
rdjuiosfd
sfdisf
全便携式的数据模型,以在一...Service的构造变得简便易行。本指南性读物详尽地讲解了这些API,并提供了加强读-hasufsksjf rdjuiosfd sfdisf fully portable data model to the one ... the structure Service is easy. This detailed guide books to explain these API, and provides enhanced Reading
- 2023-04-21 06:45:03下载
- 积分:1