-
在窗口直接采集显示指定的大小的屏幕界面。
在窗口直接采集显示指定的大小的屏幕界面。-Direct acquisition of the window shows the size of the specified screen interface.
- 2023-04-08 01:20:04下载
- 积分:1
-
学习动态显示计算结果:将计算结果动态的显示在对话框中。...
学习动态显示计算结果:将计算结果动态的显示在对话框中。-learning dynamic display results : Dynamic calculation results shown in the dialog box.
- 2022-04-18 00:15:01下载
- 积分:1
-
a rap group calendar function control (Powerbuilder9)
一组超酷的日历函数控件(Powerbuilder9)-a rap group calendar function control (Powerbuilder9)
- 2023-05-30 17:10:03下载
- 积分:1
-
the cases to achieve a Windows Explorer, the resource manager with View system f...
本例实现了一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。本例主要介绍了树形控件的使用,列表控件的使用,相关Windows API的使用,系统图标列表的获取,以及递归实现遍历目录等。-the cases to achieve a Windows Explorer, the resource manager with View system files, directories, and delete them, mobile operators and other functions. The cases mainly introduces the tree controls the use, list control the use of the Windows API related to the use, icon list system for the acquisition, and recursive directory traversal.
- 2022-03-03 08:12:53下载
- 积分:1
-
c pop news
c++消息的弹出-c pop news
- 2022-07-26 08:23:34下载
- 积分:1
-
Automatically seeks the threshold value, the realization
picture division. Very...
自动寻找阈值,实现图像分割。很好用啊!VC 编写!- Automatically seeks the threshold value, the realization
picture division. Very easy to use! VC compilation!
- 2023-09-09 01:40:04下载
- 积分:1
-
两个对话框之间数据通信,从主对话框中得到子对话框中编辑框变量的值...
两个对话框之间数据通信,从主对话框中得到子对话框中编辑框变量的值-Two dialog data trans
- 2022-03-13 18:46:58下载
- 积分:1
-
一个简单的MP3播放器,包括基本的“播放”、“暂停”、“停止”、“上一曲”、“下一曲”、“读取/保存播放列表”按钮。还有进度条显示播放进度,以及文件当前/持续时...
一个简单的MP3播放器,包括基本的“播放”、“暂停”、“停止”、“上一曲”、“下一曲”、“读取/保存播放列表”按钮。还有进度条显示播放进度,以及文件当前/持续时间,和播放模式。还添加隐藏到任务栏功能。
同时支持键盘操作,
VK_DELETE 删除
VK_HOME 选中第一曲
VK_END 选中最后一曲
VK_RETURN 播放当前选中曲目
VK_ESCAPE 退出程序
VC6、VC7编译通过-a simple MP3 player, including the basic "broadcast" and "suspended", "stop", "a," "a" and "reader/preservation Playlist" button. There progress of the players showed progress, and document the current/duration, and playback mode. Also added to hide the task bar function. While supporting the keyboard operation, VK_DELETE VK_HOME delete selected first song VK_END selected a final VK_RE TURN current players selected repertoire VK_ESCAPE exit VC6, compiled by VC7
- 2022-04-01 02:33:08下载
- 积分: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
-
从资源中装入位图,然后在VIEW类中编写代码,使其显示。
从资源中装入位图,然后在VIEW类中编写代码,使其显示。-From the resources into the bitmap, and then in the VIEW class write code to make it appear.
- 2022-04-15 13:42:24下载
- 积分:1