-
运用VS2005编辑的示波器图形界面程序。采用对话框模式,可对数据动态显示。...
运用VS2005编辑的示波器图形界面程序。采用对话框模式,可对数据动态显示。-Edit VS2005 use graphical interface of the oscilloscope program. Using dialog box can be used to dynamically display the data.
- 2023-08-04 17:50:04下载
- 积分:1
-
you can see the samople code to study the dialog
VC的dialog学习,你可以看看简单的很-you can see the samople code to study the dialog
- 2023-01-23 17:50:05下载
- 积分:1
-
SourceCode Dialog Windows Application return SID, UserName and DomainName.
Выв...
SourceCode Dialog Windows Application return SID, UserName and DomainName.
Выводит имя текущего пользователя и имя домена на экран.(RUS)
+Russian comments
- 2022-11-11 04:30:03下载
- 积分:1
-
通过窗口句柄得到执行文件名
通过窗口句柄得到执行文件名- Obtains through the window sentence handle carries out the
filename
- 2022-03-24 10:21:17下载
- 积分:1
-
一个自制的围棋插件...可以使用VB,VC调用
一个自制的围棋插件...可以使用VB,VC调用-a privately-Go plug-in ... can use VB, VC Call
- 2023-04-24 19:45:03下载
- 积分: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
-
设置窗体颜色渐变,了解窗体颜色的设置。(基于对话框编程)...
设置窗体颜色渐变,了解窗体颜色的设置。(基于对话框编程)-Setting form color gradient to understand the form the color settings. (Based on Dialog Programming)
- 2022-10-24 00:35:04下载
- 积分:1
-
delphi的通用对话框组件,可让你很容易的制作出包括作者、版权信息、EMAIL等的精美关于对话框...
delphi的通用对话框组件,可让你很容易的制作出包括作者、版权信息、EMAIL等的精美关于对话框-the common dialog components, so you can easily produce, including author, copyright information, such as e-mail box on the exquisite
- 2022-04-12 23:44:11下载
- 积分:1
-
用VC++实现的关于拆分窗口的例子,各个窗口用的View也不同,有EditView,ListView,FormView,等...
用VC++实现的关于拆分窗口的例子,各个窗口用的View也不同,有EditView,ListView,FormView,等-with VC on the split window examples of the various window View different, EditView, ListView, FormView, etc.
- 2022-01-26 05:43:10下载
- 积分:1