-
Image view,快速
~
Image view,快速
~-Image view, fast ~
- 2023-08-03 07:05:04下载
- 积分:1
-
在VB窗体制可以改变程序的背景图像,计算。
一个基于VB编写的可改变窗体背景图象的程序,能根据窗体大小的变化自动改变填充的面积-a preparation for the VB Forms can change the background image of procedures, According to the Window Size changes automatically change the filling area
- 2022-01-25 23:31:59下载
- 积分:1
-
一个含有进度条对话框的例子,适合于安装的时候使用
一个含有进度条对话框的例子,适合于安装的时候使用--An example of progressbar dialog box, suitable for using in installation
- 2022-02-20 20:38:06下载
- 积分:1
-
beautiful suspension forms, suspended forms, prepared with VB, has been tested W...
漂亮的悬浮窗体, 用VB编写,在WINDDOWSXP已测试 通过-beautiful suspension forms, suspended forms, prepared with VB, has been tested WINDDOWSXP
- 2022-05-19 12:02:54下载
- 积分:1
-
界面控件flexcell.zip
界面控件flexcell.zip -interface controls flexcell.zip flexcell.zip
- 2022-07-24 07:46:37下载
- 积分: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
-
一个不规则图片背景窗口的实例,当需要实现类似效果的时候,参照此例即可...
一个不规则图片背景窗口的实例,当需要实现类似效果的时候,参照此例即可-an irregular picture window background example, the need to achieve similar effects, can refer cases
- 2022-01-31 00:31:50下载
- 积分:1
-
Java 下载工具,可用于任何网络,任何网页,进行小量东西下载.
Java 下载工具,可用于任何网络,任何网页,进行小量东西下载.-Java download tool, can be used for any network, any web page, for a small amount of things to download.
- 2022-04-28 19:34:01下载
- 积分:1
-
程序员面试必须宝典,希望对各位大虾有所帮助!
程序员面试必须宝典,希望对各位大虾有所帮助!-Programmers must book an interview, and they hope to help you prawns!
- 2022-01-26 01:16:17下载
- 积分:1
-
to imitate windows under prompted automatically closed boxes
能够模仿windows下提示后自动关闭的提示框-to imitate windows under prompted automatically closed boxes
- 2023-01-20 02:00:04下载
- 积分:1