-
用VC++开发H263解码器,带有界面,可以播放H263码流,支持QCIF格式...
用VC++开发H263解码器,带有界面,可以播放H263码流,支持QCIF格式-With VC++ Development H263 decoder, with interface, can play H263 stream to support QCIF format
- 2022-01-30 11:08:58下载
- 积分:1
-
Permit a program by a number of front
允许一个程序由多个前端窗口 -Permit a program by a number of front-end window
- 2022-02-05 02:41:15下载
- 积分: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
-
vc++编译器应用向导只能生成规则的矩形窗体,但是不能生成不规则的窗体,本文通过一个实例介绍如何做一个不规则窗体,通过这个例子,大家可以进一步做成一个桌面宠物...
vc++编译器应用向导只能生成规则的矩形窗体,但是不能生成不规则的窗体,本文通过一个实例介绍如何做一个不规则窗体,通过这个例子,大家可以进一步做成一个桌面宠物-vc Application Wizard compiler can generate the rules of rectangular windows, but not generating irregular forms, the paper through an example of how to do an irregular forms, through this example, you can create a desktop for further pets
- 2023-01-10 14:05:03下载
- 积分:1
-
delphi国内用于 p2p网络编程的控件源代码,
delphi国内用于 p2p网络编程的控件源代码,-delphi domestic p2p network programming for the control of the source code,
- 2022-01-26 06:42:50下载
- 积分:1
-
自动调整窗口位置的对话框
自动调整对话框上子窗口显示位置vc-automatically adjust for dialog on the window location vc
- 2023-04-26 22:30:03下载
- 积分:1
-
本程序可以进行基于对话框的打印功能,功能很全,可以解决基于对话框下的打印问题...
本程序可以进行基于对话框的打印功能,功能很全,可以解决基于对话框下的打印问题-This procedure can be based on the print dialog function, function is very wide, can be solved based on the Print dialog box problem
- 2022-12-25 03:20:03下载
- 积分:1
-
VC的使用的研究的例子,实现了TAB很好的初学者例子
VC的使用的研究的例子,实现了TAB很好的初学者例子-Research on the use of VC examples realize the TAB good example for beginners
- 2022-03-15 05:23:52下载
- 积分:1
-
有关清屏处理的源代码,对大家有一定的好处的....愿大家能学到一些经验...
有关清屏处理的源代码,对大家有一定的好处的....愿大家能学到一些经验-the screen of source code, we have certain advantages .... We would like to learn some experience
- 2022-03-01 15:37:53下载
- 积分:1
-
interface segmentation can achieve dynamic segmentation of the window and realiz...
进行界面切分,可以动态的实现窗口的切分,实现程序的多界面-interface segmentation can achieve dynamic segmentation of the window and realizing the multi-interface procedures
- 2022-11-14 17:05:03下载
- 积分:1