CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - dialog
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Button control
ComboBox
EditBox
TreeView
Static control
PropertySheet
RichEdit
ListView/ListBox
Menu control
ToolBar
StatusBar
Dialog_Window
Other
Tab Control
Search - dialog - List
[
EditBox
]
MyRichEdit2
DL : 0
类似于qq的对话框界面,可以自发送和接收信息,可以对所发送的信息进行编辑(如改变字体,颜色等)-qq similar to the dialog interface, which enables the sending and receiving of information, which can be sent right to edit the information (such as change fonts, colors, etc.)
Date
: 2008-10-13
Size
: 474.09kb
User
:
章睿
[
EditBox
]
JAVA编辑器程序
DL : 0
基于JAVA实现的简单编辑器, *EditFace实现了界面制作; *EditFace$FileOpen完成了打开文件功能; *EditFace$FileSave完成了保存文件功能; *Edit$FindAndReplace查找与替换窗口; *Edit$AutoSave自动备分文件线程; *Edit$SaveFileDialog保存文件对话框; *SetKey添加关键字; *SetColor设置颜色; *About程序基本介绍; *Edit组合各个窗口,并实现功能。-based on the simple JAVA editor, * EditFace realized interfaces; * EditFace $ FileOpen completed the open file function; * EditFace $ FileSave completed a document retention function; * Edit $ FindAndReplace search and replacement windows; * Edit $ AutoSave Automatic Backup documents threads ; * Edit $ SaveFileDialog save dialog; * SetKey add keywords; * SetColor set color; * About introductory procedures; * Edit window various combinations, and to achieve functional.
Date
: 2008-10-13
Size
: 27.16kb
User
:
KOF
[
EditBox
]
鼠标输入字符加换肤
DL : 0
鼠标输入文字,另外有改变对话框颜色的功能,通过它可以学习到改变对话框颜色的本领 -mouse input text, and change the color of the dialog function, through it can learn to change the color of the dialog skills
Date
: 2008-10-13
Size
: 27.35kb
User
:
xj
[
EditBox
]
BMenu
DL : 0
浏览目录的API函数,通用浏览目录对话框-View directory API function, common directory dialog View
Date
: 2008-10-13
Size
: 2.5kb
User
:
接夏荣
[
EditBox
]
MFCMatrix
DL : 1
利用vc写的一个矩阵类,矩阵行数,列数可自行设定 矩阵元素可通过对话框输入,实现了矩阵的大部分运算-use vc write a matrices, matrix rows. Columns can set their own matrix elements can be imported through dialog and achieve the majority of matrix operations
Date
: 2008-10-13
Size
: 48.06kb
User
:
张波
[
EditBox
]
Dandshow
DL : 0
对话框实现拖放和显示文件的信息!功能很好,实用!-dialog box and display information about a file! Good functional, practical!
Date
: 2008-10-13
Size
: 32.57kb
User
:
张海峰
[
EditBox
]
dhk2
DL : 0
对话框的编写程序主要采用Delphi编写,功能完善,交流之用-dialog in the preparation procedures used mainly Delphi, complete functions, with exchange
Date
: 2008-10-13
Size
: 12.4kb
User
:
地方发
[
EditBox
]
wmsdhk
DL : 0
无模式的对话框编写程序,主要采用Delphi编写的程序,简单易懂。-model of the dialog without writing programs, mainly prepared by the Delphi process, simple and understandable.
Date
: 2008-10-13
Size
: 8.26kb
User
:
地方发
[
EditBox
]
data_dialog
DL : 0
能够输入数据的对话框,界面较友好,可以作为入门者参考-input data to the dialog, more friendly interface can be used as reference beginners
Date
: 2008-10-13
Size
: 29.96kb
User
:
曹学光
[
EditBox
]
Ex_Ctrls2
DL : 0
在图4.1中的“课程信息”按钮下方添加一个“学生基本信息”按钮,单击该按钮,弹出“学生基本信息”对话框,单击“添加”按钮,学生基本信息显示在列表框中。-Figure 4.1 in the "Curriculum Information" button below to add a "students basic information" button, Click the button, the pop-up "students basic information" dialog box, click "Add" button, students basic information displayed on the list box.
Date
: 2008-10-13
Size
: 37.94kb
User
:
cathy
[
EditBox
]
addcolortoctrl2302window
DL : 0
一个完全的 Win32 程序。示范了如何改变窗口控制的背景颜色和字体颜色,如列表框,静态控制,编辑框以及单选按钮和复选框,程序使用了Window系统中颜色选择对话框。 -a complete Win32 process. Demonstration of how to change the window control the background color and font colors, such as box, static control, edit box and the radio buttons and check boxes, the procedures for the use of Window System color selection dialog box.
Date
: 2008-10-13
Size
: 11.01kb
User
:
李李李
[
EditBox
]
syh
DL : 0
实现右键弹出菜单、 对话框中用回车键在多个编辑区切换焦点-achieve right-activated menu and dialog box using the ENTER key in a number of editorial focus Handoff
Date
: 2008-10-13
Size
: 60.14kb
User
:
司慧琳
[
EditBox
]
StringEdit_Demo
DL : 0
I have often found that user input edit boxes on a dialog require much more than the capabilities provided by the basic CEdit control. A common problem I have encountered is the need for an edit control that restricts the characters that can be entered into the box in some manner. Some types of restrictions would include confining input to a specific set if legal characters, excluding characters in an illegal set, limiting text to a maximum length and providing for fixed length strings that may be padded to the right with spaces if they are too short.
Date
: 2008-10-13
Size
: 23.45kb
User
:
swordm
[
EditBox
]
AdvancedNumericEditControl
DL : 0
The CXrNumericEdit class is derived from the normal CEdit class. To use this class Add the CXrNumericEdit source file to project. Add standard edit control Change CEdit class to CXrNumericEdit public: //Dialog Data //{{AFX_DATA(CNumericEditDlg) enum { IDD = IDD_NUMERICEDIT_DIALOG } CXrNumericEdit m_ctrlPositiveValue To get and set the value in the CXrNumericEdit control use the DDX functions. void CNumericEditDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX) //{{AFX_DATA_MAP(CNumericEditDlg) DDX_Text(pDX, IDC_POSITIVE_SAMPLE, m_dbPositiveValue) ... //}}AFX_DATA_MAP }
Date
: 2008-10-13
Size
: 39.44kb
User
:
tennis100
[
EditBox
]
标签-对话框
DL : 0
对话框的编辑源代码-dialog editing source code
Date
: 2008-10-13
Size
: 48.88kb
User
:
倪春种
[
EditBox
]
对话框、按钮及编辑框控件
DL : 0
一个有关对话框、按钮及编辑框控件的源程序,用MFC所编写。-one of the dialog box, a button and edit box control of the source, using MFC prepared.
Date
: 2008-10-13
Size
: 96.04kb
User
:
李李
[
EditBox
]
1-2introd
DL : 0
3. CDlgColor:其定义文件为“DlgColor.h”,实现文件为“DlgColor.cpp”。 管理图像伪彩色编码表对话框-3. CDlgColor : its definition of a "DlgColor.h" files "DlgColor.cpp." Management pseudo-color image coding table dialog
Date
: 2008-10-13
Size
: 61.92kb
User
:
qs
[
EditBox
]
标签-对话框
DL : 0
对话框的编辑源代码-dialog editing source code
Date
: 2026-01-01
Size
: 63kb
User
:
倪春种
[
EditBox
]
对话框、按钮及编辑框控件
DL : 0
一个有关对话框、按钮及编辑框控件的源程序,用MFC所编写。-one of the dialog box, a button and edit box control of the source, using MFC prepared.
Date
: 2026-01-01
Size
: 1.94mb
User
:
李李
[
EditBox
]
1-2introd
DL : 0
3. CDlgColor:其定义文件为“DlgColor.h”,实现文件为“DlgColor.cpp”。 管理图像伪彩色编码表对话框-3. CDlgColor : its definition of a "DlgColor.h" files "DlgColor.cpp." Management pseudo-color image coding table dialog
Date
: 2026-01-01
Size
: 62kb
User
:
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.