-
这个类实现字幕滚动效果,附带子程序。可以改变背景色、前景色,字体,设置滚动快慢等。这是一个不可多得的类。...
这个类实现字幕滚动效果,附带子程序。可以改变背景色、前景色,字体,设置滚动快慢等。这是一个不可多得的类。-subtitles rolling effect, fringe subroutine. Can change the background color, foreground color, fonts, set up a rolling speed. This is a rare category.
- 2022-07-10 16:33:44下载
- 积分:1
-
对话框可停靠于屏幕顶端,此时只能左右拖动.可取消停靠。对话框可停靠于屏幕任意一边,上,下停靠时只能左右拖动.左,右停靠时只能上下拖动。...
对话框可停靠于屏幕顶端,此时只能左右拖动.可取消停靠。对话框可停靠于屏幕任意一边,上,下停靠时只能左右拖动.左,右停靠时只能上下拖动。-Dialog box can be docked at the top of the screen, this time around can only drag. Cancel the call. Dialog box can be docked on either side of the screen, the upper and lower stops when only about drag. The left and right only up and down when the drag stops.
- 2022-03-20 15:12:56下载
- 积分:1
-
本程序自绘标题栏和最大化最小化按钮,以及自绘窗口四周的边框...
本程序自绘标题栏和最大化最小化按钮,以及自绘窗口四周的边框-procedures since the column headings drawn minimize and maximize buttons, and since painted around the window frame
- 2022-03-25 17:14:50下载
- 积分: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
-
Generate a variety of graphics algorithms, a variety of straight, all kinds of c...
各种图形生成算法,各种直线,各种曲线,各种圆的生成算法-Generate a variety of graphics algorithms, a variety of straight, all kinds of curves, a variety of circle generation algorithm
- 2022-06-03 06:12:50下载
- 积分:1
-
Properties dialog box and the use of contextual help
对话框和属性对话框中使用上下文帮助-Properties dialog box and the use of contextual help
- 2022-05-23 17:49:37下载
- 积分:1
-
SourceCode Dialog Windows Application return SID, UserName and DomainName.
Выв...
SourceCode Dialog Windows Application return SID, UserName and DomainName.
Выводит имя текущего пользователя и имя домена на экран.(RUS)
+Russian comments
- 2022-11-11 04:30:03下载
- 积分:1
-
在一个对话框中实现动态控制,添加和删除,使对话框…
在一个对话框内实现动态的添加和删除控件从而使对话框界面更加丰富多彩-In a dialog box to achieve dynamic control to add and delete so that the dialog box interface more colorful
- 2022-01-25 22:34:17下载
- 积分:1
-
计算生存天数的界面小程序,可以计算从出生到你规定的一天的生存天数...
计算生存天数的界面小程序,可以计算从出生到你规定的一天的生存天数-calculation of the number of days the survival of small interface procedures can be calculated from birth to the day you survive a few days
- 2022-03-10 22:45:52下载
- 积分:1
-
执行程序后弹出提示信息的对话框通过这个可以给用户提供一些提示信息。...
执行程序后弹出提示信息的对话框通过这个可以给用户提供一些提示信息。-this is a vc++6.0 winapi program.
- 2022-01-24 18:10:53下载
- 积分:1