-
执行程序后弹出提示信息的对话框通过这个可以给用户提供一些提示信息。...
执行程序后弹出提示信息的对话框通过这个可以给用户提供一些提示信息。-this is a vc++6.0 winapi program.
- 2022-01-24 18:10:53下载
- 积分:1
-
See UFO tool, very useful. Can easily read comics.
本程序是没用中断的情况下在LED上显示16*16汉字-This procedure is useless in case of interruption of LED display 16* 16 characters
- 2022-08-19 19:33:45下载
- 积分:1
-
实现类似Excel和Visual C++里文件夹式样的标签控制(二),这是这个系列的第二个例子,将钱一个例子(实现类似Excel和Visual C++里文件夹式...
实现类似Excel和Visual C++里文件夹式样的标签控制(二),这是这个系列的第二个例子,将钱一个例子(实现类似Excel和Visual C++里文件夹式样的标签控制(一))的标签在单文档程序中实现-And achieve a similar Excel in Visual C++ Tab style folders control (two), the series This is the second example, an example of the money (similar to Excel and implementation Visual C++ in the tags folder style control (1)) of tags in a single document program implementation
- 2023-03-20 03:35:04下载
- 积分:1
-
这是一个在创建不在任务条中显示窗口按钮的应用程序
这是一个在创建不在任务条中显示窗口按钮的应用程序-This is not a task in the creation of the display window button applications
- 2023-01-20 18:10:04下载
- 积分:1
-
在对话框中打开bmp文件并进行相应操作。
在对话框中打开bmp文件并进行相应操作。-Bmp file in the dialog box open, and operate accordingly.
- 2022-07-28 11:11:43下载
- 积分:1
-
Control Positioner (Control Poser)
Control Positioner (Control Poser) - This is a small class for control repositioning-Control Positioner (Control Poser)- This is a small class for control repositioning
- 2023-08-23 21:35:04下载
- 积分: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
-
msdn interface, msdn similar interface, with vc++ realize the
msdn界面,类似msdn的界面,用vc++实现的-msdn interface, msdn similar interface, with vc++ realize the
- 2023-05-04 02:00:03下载
- 积分:1
-
根据wave文件的格式 读取 用mci命令播放
根据wave文件的格式 读取 用mci命令播放-under the wave of document format reader with acquiring broadcast orders
- 2023-06-23 10:10:04下载
- 积分:1
-
VC++实现动态创建对话框
VC++实现动态创建对话框-VC create dynamic dialog
- 2022-05-31 05:11:48下载
- 积分:1