-
simply use the C# data and graphical interface connection.
简单的使用C#的数据和图形界面的连接.-simply use the C# data and graphical interface connection.
- 2022-11-10 02:05:03下载
- 积分:1
-
交换机桌面控制程序,可以同时管理几个交换机
交换机桌面控制程序,可以同时管理几个交换机-Desktop switches control procedures, you can manage several switches
- 2022-04-13 05:06:06下载
- 积分:1
-
在对话框中打开bmp文件并进行相应操作。
在对话框中打开bmp文件并进行相应操作。-Bmp file in the dialog box open, and operate accordingly.
- 2022-07-28 11:11:43下载
- 积分:1
-
通过小动画程序编写实现,刚学编程…
由java编写的实现动画的小程序,刚刚学编程,代码大家批判-prepared by the realization of the small animation process, just learning programming code we Criticism
- 2022-02-03 22:47:06下载
- 积分:1
-
漂亮的界面编程,包里有具体功能的说明.程序很简单,只是单纯的界面编程...
漂亮的界面编程,包里有具体功能的说明.程序很简单,只是单纯的界面编程-Beautiful interface programming, the bag has a specific feature. The procedure is simple and simply programming interface
- 2022-03-25 19:13:41下载
- 积分:1
-
The program provides a dialog box how to use the system colors the detailed proc...
该程序提供了如何使用系统颜色对话框的详细过程,并能对程序背景颜色作实时响应。-The program provides a dialog box how to use the system colors the detailed process, and is able to process the background color for real-time response.
- 2022-02-15 08:45:27下载
- 积分:1
-
生成变色窗口背景 可以很好的修饰窗口有好的效果
生成变色窗口背景 可以很好的修饰窗口有好的效果-generation can change the background window good Modified window good results
- 2022-01-20 23:22:38下载
- 积分: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
-
be the current location of the mouse handle, and class names. Rar
得到鼠标当前位置的句柄和类名.rar-be the current location of the mouse handle, and class names. Rar
- 2022-10-31 08:20:03下载
- 积分:1
-
用VB为一个命令行压缩工具做的图形界面
由于主程序只支持汇编和VC程序压缩,所以本程序也只限于这两种程序的压缩,另外不支持双字节文件和含有非字母数字的文件名...
用VB为一个命令行压缩工具做的图形界面
由于主程序只支持汇编和VC程序压缩,所以本程序也只限于这两种程序的压缩,另外不支持双字节文件和含有非字母数字的文件名.-VB to a command line to do the compression tool GUI main program support only because of the compilation and compression procedures VC , the procedure is limited to the two procedures compression, Also not support double byte containing documents and non-alphanumeric characters in the file name.
- 2023-05-14 14:55:04下载
- 积分:1