搜索资源列表
EditCtrl
- hexeditctrl_demo.zip 这是一个从Cedit派生的十六进制的编辑框类库 history_edit_demo.zip 注意过Visual C++的Output窗口吗?就是那个在编译的时候会自动滚动显示信息的窗口,这个类库就是一个类似那样的东东。 masked_edit2_demo.zip 这是用于时间、日期、电话号码、IP地址、邮政编码的编辑框。 NumEdit_demo.zip 这是一个支持带e符号(如-12E4)的数字编
text
- 基于对话框的应用程序,两个文本框,点击显示按钮在单行编辑框中显示文字,点击清除按钮则清除。点击拷贝,将上面文本框内容复制到剪切板中,点击粘贴,将剪切板内容粘在下面的文本框中。
使用单行多行编辑框输入显示文本
- 将演示基本编辑控件的开发使用过程。掌握编辑控件的常用形态,CEdit类常用处理函数以及消息处理
Edit-Control-Bar
- 实现编辑框的多种操作,包括:如何将编辑框中输入的字符转换为大写(小写);如何限制编辑框输入文本的长度;如何限制编辑框只能输入数字;如何在编辑框中实现多行显示;如何在编辑框中追加文本。-Edit box to achieve a variety of actions, including: how to edit box, enter the characters converted to uppercase (lowercase) how to limit the length of the
ColorfulEdit
- 本实例使用vs2008,实现了一个简单的七彩编辑框。运行程序,在各个编辑框中输入文字,在编辑框中显示的文字将具有不同的文本颜色。-This example uses vs2008, implements a simple colorful edit box. To run the progr
editcontrol_box
- C++语言,基于MFC图形界面的程序。能实现在文本编辑框中输入内容,该内容同步显示到静态文本框中。代码风格清晰易懂,适合初学者学习。-C++ language, MFC-based graphical interface program. Can achieve in the text edit box, enter the content, synchronized display to a static text box. Code is clear and understandable s
www
- 由编辑框输入两个数,在静态文本控件中显示它们的和-Enter two numbers from the edit box, in the static text control and display them
PMEdit
- PMEdit是一个在windows下的富文本框,它能显示文字、编辑文字、显示图片、改变图片显示大小,具有行号、行图标、改变字体属性等特性。-PMEdit is a rich text box under Windows, it can display text, edit text, pictures, change image size, line has line Numbers, ICONS, and change the font properties.
testEdit
- 文本编辑框输入自动向左替换,比如默认是0000,依次输入2、4、6、8、4,分别显示0002,0024,0246,2468,4684-Enter the text edit box to the left automatically replaced, such as the default is 0000, followed by input 2,4,6,8,4, show 0002,0024,0246,2468,4684