-
通过例子进行指导网络编程,以及窗口的处理,使使用着对网络和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
-
win32 编辑中字体的应用,修改对话框中的字体。
win32 编辑中字体的应用,修改对话框中的字体。-win32 font editing application, modify the Font dialog box.
- 2022-02-06 23:41:32下载
- 积分:1
-
一款实用的WINDOWS窗口查看器,不错。
一款实用的WINDOWS窗口查看器,不错。-A practical WINDOWS window viewer, yes.
- 2022-03-13 17:06:22下载
- 积分: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
-
可自动从ORACLE数据库中提取产品零部件信息,构成产品结构树,同时,可查看任务分配/完成情况/用户管理等....
可自动从ORACLE数据库中提取产品零部件信息,构成产品结构树,同时,可查看任务分配/完成情况/用户管理等.-automatically from the ORACLE database information extraction product components, product structure tree pose the same time, can View assignment/completion of the/user management.
- 2023-05-03 09:20:03下载
- 积分:1
-
VS2005编写多
VS2005编写,一个可以多选文件和文件夹的的文件打开窗口和文件打开列表-VS2005 prepared a multi-selection of files and folders of documents and files to open the window to open a list of
- 2022-05-30 10:17:25下载
- 积分:1
-
两个dialog对话框之间的相互引用实现。
两个dialog对话框之间的相互引用实现。-Dialog dialog between the two reference implementation.
- 2023-01-19 22:25:03下载
- 积分:1
-
wpferrorprovider_demo.zip Vista
wpfErrorProvider_demo.zip for vista
- 2022-07-03 19:32:30下载
- 积分:1
-
显示当前所有运行的窗口
显示当前所有运行的窗口-running shows all current window
- 2022-03-11 01:44:38下载
- 积分:1
-
Dialog box to create a view, realize scroll the display view, view as a window f...
对话框中创建视图,实现滚动视图的显示,充分理解视图作为窗口的意义-Dialog box to create a view, realize scroll the display view, view as a window fully understand the significance of
- 2022-02-13 12:33:50下载
- 积分:1