-
SIP用户登录对话框与用户UA服务器信息。包括密码…
用于SIP 用户登陆用的对话框,用户UA服务器的信息。包括密码、用户名、服务器地址的设置等,可以用于SIP Phone软电话界面的开发。由于做的时间比较有限,估计有bug,抛砖引玉吧。-for SIP user login dialog with the user UA server information. Includes password, user name, server settings such as address, phone can be used for SIP soft phone interface development. Thanks to the relatively limited time, it is estimated that bug, something it.
- 2022-01-21 21:02:07下载
- 积分:1
-
有了Office XP
给出了一个具有Office XP风格的菜单的基于框架类(CFrameWnd)的应用程序-have given an Office XP-style menu based on the framework of the category (CFrameWnd) applications
- 2022-02-21 02:46:17下载
- 积分:1
-
Click of a button, another dialog box pop Demo of the first step: add (Insert Di...
点击按钮,弹出另一个对话框的Demo
第一步:添加(Insert Dialog)要弹出的Dialog,根据自己需要可以设计界面,因为我是一个简单Demo,所以很简单!
第二步:为添加的Dialog添加建立成一个继承DLG的类,class CDialog1 : public CDialog
第三步:在主对话框中为按钮添加函数。如下:
void CClickDialogDlg::OnButton1()
{
// TODO: Add your control notification handler code here
CDialog1 dlg
dlg.DoModal()
}
不要忘记#include "Dialog1.h"-Click of a button, another dialog box pop Demo of the first step: add (Insert Dialog) to the pop-up Dialog, according to their own needs can be designed interface, because I am a simple Demo, so very simple! Step two: add Dialog to add the establishment of a succession of DLG class, class CDialog1: public CDialog third step: in the main dialog box for the button to add the function. As follows: void CClickDialogDlg:: OnButton1 () (//TODO: Add your control notification handler code here CDialog1 dlg dlg.DoModal ()) do not forget# Include
- 2022-03-18 15:40:01下载
- 积分:1
-
create dialogue, dialog boxes and tools of the Fitness
创建对话条,对话框和工具条的合体-create dialogue, dialog boxes and tools of the Fitness
- 2022-03-14 15:51:44下载
- 积分:1
-
如何使其新版本的MSN的窗口,可以冲击
如何使其新版MSN视窗,如能震撼
- 2022-03-13 04:45:53下载
- 积分:1
-
基于Microsoft Visual Basic 6.0 的数学函数的一段小程序
基于Microsoft Visual Basic 6.0 的数学函数的一段小程序-Microsoft Visual Basic 6.0 based on the mathematical function a small program
- 2023-07-20 09:05:04下载
- 积分:1
-
控件中使用类似的工具来实现对柱浮
利用CDialogBar来实现类似工具栏的浮动条-CDialogBar use similar tools to achieve the floating of the column
- 2022-02-20 07:08:57下载
- 积分: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
-
一个可以画三视图的程序,不过好像还没有完全弄好
一个可以画三视图的程序,不过好像还没有完全弄好-a picturesque view of the three procedures, but it seems to have not fully ready
- 2022-08-19 06:52:21下载
- 积分:1
-
实现了上回说到的多功能文本框之后,接下去的任务就是做一个表情符号选择器:CIconPicker。 说明:本来是想实现图标选择的,但是后来有需要改成了位图选择器,
实现了上回说到的多功能文本框之后,接下去的任务就是做一个表情符号选择器:CIconPicker。 说明:本来是想实现图标选择的,但是后来有需要改成了位图选择器,但是类名没有改过来,还是叫 CIconPicker。附带工程中有图标选择器。-achieved on the back said multifunctional text box, the next task is to do a symbolic expression choice : CIconPicker. Note : originally the choice of achieving icon, but later changed the need bitmap selector, but no such name change overnight, or call CIconPicker. There are ancillary works icon selector.
- 2022-04-01 09:54:41下载
- 积分:1