-
用api实现的字形窗体,很有意思,有助于理解api函数
用api实现的字形窗体,很有意思,有助于理解api函数-with api achieve the glyph windows, it is interesting that contribute to the understanding api function
- 2022-04-10 12:46:33下载
- 积分:1
-
主工程文件:project1.dpr
db1.mdb:示例数据库
在d6,d7下运行通过...
主工程文件:project1.dpr
db1.mdb:示例数据库
在d6,d7下运行通过-main project documents : project1.dpr db1.mdb : d6 in the sample database, d7 running through
- 2022-03-24 23:38:54下载
- 积分:1
-
transparent bitmap, with links to achieve control, the use of ATL dialog etc.
透明位图处理,超连接控件实现,ATL对话框的使用-transparent bitmap, with links to achieve control, the use of ATL dialog etc.
- 2023-05-29 18:30:03下载
- 积分:1
-
一个使用目录浏览对话框的例子
一个使用目录浏览对话框的例子-A dialog box using the directory browser example
- 2022-08-17 00:50:51下载
- 积分:1
-
Outlook的界面源代码。修改一下就可以做为自己的应用程序界面了。省了许多麻烦。下载来用就行了。把程序员的时间都用做提高性能质量。效率就是竞争力啊...
Outlook的界面源代码。修改一下就可以做为自己的应用程序界面了。省了许多麻烦。下载来用就行了。把程序员的时间都用做提高性能质量。效率就是竞争力啊-Outlook
- 2022-10-02 16:05:02下载
- 积分:1
-
大家知道消息只是从一个视图到另一个视图,而CBroadcaster可以广播消息到多个视图。
大家知道消息只是从一个视图到另一个视图,而CBroadcaster可以广播消息到多个视图。-we knew only from a view to another view, and can CBroadcaster broadcasting news of a number of View.
- 2023-03-30 04:50:03下载
- 积分:1
-
CFileDialogST类,提供很好的对话框看,更美丽…
CFileDialogST类,提供很好看的对话框,比cfiledialog漂亮的多,最重要的是支持一次打开多个文件。-CFileDialogST category, providing a good look at the dialog box, and more beautiful than cfiledialog and support to open multiple files at once.
- 2022-05-24 14:04:59下载
- 积分: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
-
for the historical curve, the drawing can be a clear indication of the trend dat...
用于历史曲线的绘制,可以清晰地显示数据的变化趋势。-for the historical curve, the drawing can be a clear indication of the trend data.
- 2022-01-22 07:13:41下载
- 积分:1
-
在视图上如何加对话框,是如何在对话框中添加数状控件。
在视图上如何加对话框,是如何在对话框中添加数状控件。-In the view on how to increase the dialog box is how to add in the dialog box controls the number of symptoms.
- 2023-06-20 11:40:04下载
- 积分:1