-
使用labview编写的源程序,用于声音的录制和播放
使用labview编写的源程序,用于声音的录制和播放-Labview prepared to use the source code for the voice recording and playback
- 2022-02-02 06:27:28下载
- 积分:1
-
MSN mimic powerful interface, the code is very concise. I hope for all of us use...
强大的模仿MSN界面,代码很精练.希望对大家有用-MSN mimic powerful interface, the code is very concise. I hope for all of us useful
- 2023-01-18 07:05: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
-
漂浮控件c#源码,实现简单的漂浮功能,值得学习
漂浮控件c#源码,实现简单的漂浮功能,值得学习-floating c# source control, simple floating function, it is worth learning
- 2022-10-20 21:40:03下载
- 积分:1
-
一个功能强大的自定义mssagebox, 主要是对 afxmessagebox 进行了扩展, 使用方法非常简单...
一个功能强大的自定义mssagebox, 主要是对 afxmessagebox 进行了扩展, 使用方法非常简单-A powerful custom mssagebox, mainly AfxMessageBox expanded very simple to use
- 2022-06-18 09:06:35下载
- 积分:1
-
可以实现对单个文件名(或是整个文件夹内的所有文件名)按照指定的替换规则替换...
可以实现对单个文件名(或是整个文件夹内的所有文件名)按照指定的替换规则替换-can achieve right individual files (or the entire folder of all documents) in accordance with specified rules Replacement Replacement
- 2022-05-26 19:22:55下载
- 积分:1
-
自动调整窗口位置的对话框
自动调整对话框上子窗口显示位置vc-automatically adjust for dialog on the window location vc
- 2023-04-26 22:30:03下载
- 积分:1
-
a memory used to demonstrate the efficiency of the procedure. Sdk is prepared. F...
一个用来演示内存效率的程序。是用sdk编写的。对初学sdk的人有帮助-a memory used to demonstrate the efficiency of the procedure. Sdk is prepared. For beginners who are sdk help
- 2022-01-26 02:34:13下载
- 积分:1
-
换肤可以使用窗口
可以换肤的窗体使用-Eurocargo can use the Window
- 2022-03-31 09:15:31下载
- 积分:1
-
作者modtime美元美元美元美元美元美元修正描述:类“cecdlg”实施(直径…
$Author$ $Modtime$ $Revision$ Description: Implementation of class "CECDlg" (dialog box, which displays all countries of the European community) $Log$
- 2022-03-12 00:02:33下载
- 积分:1