-
一个自己定义的listctrl,动态的嵌入editbox和CButtton,欢迎大家使用。...
一个自己定义的listctrl,动态的嵌入editbox和CButtton,欢迎大家使用。-Own definition of a listctrl, dynamic embedded editbox and CButtton, welcome everyone to use.
- 2023-07-13 02:55:02下载
- 积分:1
-
这些都是学习VC常用的对话框~
这些都是学习VC常用的对话框~-VC common dialog ~
- 2022-03-11 02:25:52下载
- 积分:1
-
在窗口框的DOCK工具栏上面放置标志,visual c++ 界面编程
在窗口框的DOCK工具栏上面放置标志,visual c++ 界面编程-window frame in the toolbar above DOCK placed signs, visual programming interface c
- 2022-02-06 06:00:31下载
- 积分: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
-
该程序能够模拟进程的调度过程,在dos界面下.用户可以按自己的要求来创建进程并对他们进行调度.
该程序能够模拟进程的调度过程,在dos界面下.用户可以按自己的要求来创建进程并对他们进行调度.-the program can simulate the process of scheduling process, the dos interface. Users can have its own requirements as well as the process of creating their scheduling.
- 2023-07-07 14:15:03下载
- 积分:1
-
主要是一个多窗口问题,类似vc的程序编辑窗口和workspace窗口和output窗口,可以帖靠也可以悬浮可以关闭...
主要是一个多窗口问题,类似vc的程序编辑窗口和workspace窗口和output窗口,可以帖靠也可以悬浮可以关闭-The main problem is a multi-window, similar to the procedure vc Editor window and workspace window and output window, you can rely on can also be suspended with close
- 2022-09-12 04:05:03下载
- 积分:1
-
本程序是SDI应用程序,实现的功能是将word嵌入到了View区域,注意点是在新建工程时,第三步选择container,其余默认...
本程序是SDI应用程序,实现的功能是将word嵌入到了View区域,注意点是在新建工程时,第三步选择container,其余默认-This program is a SDI application, to achieve the function of the word is embedded into the View area, pay attention to is in the new project, the third step selection container, the rest of the default
- 2022-02-18 15:51:05下载
- 积分:1
-
透明和不规则窗口,简单的透明窗口不透明画刷的实现
透明和不规则窗口,简单的透明窗口不透明画刷的实现-Transparent and unregular window
- 2023-04-05 12:25:03下载
- 积分:1
-
两个对话框之间数据通信,从主对话框中得到子对话框中编辑框变量的值...
两个对话框之间数据通信,从主对话框中得到子对话框中编辑框变量的值-Two dialog data trans
- 2022-03-13 18:46:58下载
- 积分:1
-
界面控件flexcell.zip
界面控件flexcell.zip -interface controls flexcell.zip flexcell.zip
- 2022-07-24 07:46:37下载
- 积分:1