-
interface example, the window is very simple splitting
界面实例,窗口切分很简单-interface example, the window is very simple splitting
- 2023-01-18 16:20:03下载
- 积分:1
-
状态在线从一个老外下界面开发包,包含了大部分的问题。
一个从老外网上Dwon下来的界面开发包,包含了大多数的控件,界面还可以.-Dwon online from a foreigner down interface development package, contains most of the controls, the interface can also be.
- 2022-03-22 16:08:32下载
- 积分: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
-
这是一个 ,用vc++写的 ,学生成绩管理代码
这是一个 ,用vc++写的 ,学生成绩管理代码-This is one, with vc++ to write, and student achievement management code
- 2022-12-09 06:45:02下载
- 积分:1
-
根据姓名测男女的缘分.输入男女双方的姓名,计算得出结论.不可不信缘....
根据姓名测男女的缘分.输入男女双方的姓名,计算得出结论.不可不信缘.-test men and women under the name of fate. Input the names of both men and women, calculated conclusions. Letters must be fate.
- 2022-05-17 20:14:23下载
- 积分: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
-
对于无模式对话框接收的输入信息,我们可以以向父窗口发送消息的方式进行。代码以Vc++6.0用实例来说明无模式对话框的使用。...
对于无模式对话框接收的输入信息,我们可以以向父窗口发送消息的方式进行。代码以Vc++6.0用实例来说明无模式对话框的使用。
-for modeless dialog receiving input information, we are able to father to the window messaging manner. Vc 6.0 code to use examples to illustrate modeless dialog use.
- 2023-01-29 02:55:03下载
- 积分:1
-
[制作透明或半透明窗体]
[制作透明或半透明窗体]--制作透明或半透明窗体-[the production of transparent or translucent Window]-- the production of transparent or translucent Window
- 2022-04-25 15:39:59下载
- 积分:1
-
floating panels, a considerable use of floating panels
浮动面板,相当使用的浮动面板-floating panels, a considerable use of floating panels
- 2022-08-13 17:29:01下载
- 积分:1
-
C++ .NEt 模仿MSN在桌面右下角弹出提示窗体
C++ .NEt 模仿MSN在桌面右下角弹出提示窗体-C++. NEt mimic MSN pop-up tips form in the lower right corner of the desktop
- 2022-01-23 10:40:51下载
- 积分:1