-
一个自制的围棋插件...可以使用VB,VC调用
一个自制的围棋插件...可以使用VB,VC调用-a privately-Go plug-in ... can use VB, VC Call
- 2023-04-24 19:45:03下载
- 积分:1
-
change on the screen window size
改变屏幕上窗口的大小-change on the screen window size
- 2022-07-08 23:23:30下载
- 积分:1
-
This is a system dialog box loading procedure has been tested
这是一款系统载入对话框的程序,已经过检验-This is a system dialog box loading procedure has been tested
- 2022-03-23 22:57:23下载
- 积分:1
-
实现闪烁的标题栏
实现闪烁的标题栏-achieve flashing title bar
- 2022-04-26 11:08:25下载
- 积分:1
-
使用FLTK设计的界面,短小精悍而且美观.
使用FLTK设计的界面,短小精悍而且美观.-use FLTK interface design, short and pithy aesthetically pleasing.
- 2022-05-25 13:45:50下载
- 积分:1
-
学习动态显示计算结果:将计算结果动态的显示在对话框中。...
学习动态显示计算结果:将计算结果动态的显示在对话框中。-learning dynamic display results : Dynamic calculation results shown in the dialog box.
- 2022-04-18 00:15:01下载
- 积分:1
-
窗体内的多种控件随着鼠标拖动而变大变小,vc++开发
窗体内的多种控件随着鼠标拖动而变大变小,vc++开发-window vivo with a variety of control and drag the mouse changed into small, vc Development
- 2022-11-26 01:40:03下载
- 积分: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
-
不规则对话框的实现
不规则对话框的实现-the realization of irregular box
- 2022-11-24 19:20:03下载
- 积分:1
-
关于椭圆窗体的实现的源代码,请代码比较简单,入门好例子来的...
关于椭圆窗体的实现的源代码,请代码比较简单,入门好例子来的-On the elliptical form of the realization of the source code, please code relatively simple, entry-good example of
- 2022-08-10 05:01:42下载
- 积分:1