CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CEdit

搜索资源列表

  1. CEDIT.rar

    0下载:
  2. d Ream s Red 开发的文本编缉器
  3. 所属分类:源码下载

    • 发布日期:
    • 文件大小:39370
    • 提供者:
  1. doubleedit.zip

    0下载:
  2. 在CEdit中添加鼠标双击事件处理的程序
  3. 所属分类:界面编程

    • 发布日期:
    • 文件大小:18010
    • 提供者:
  1. ValidatingEditDemo

    0下载:
  2. 一个cedit控件可以实现固定格式的输入,在小数点的前后用户可以自定义位数,可以限制特定的符号的输入封装了cedit类,功能十分强大-Cedit controls can be a fixed format input, before and after the decimal point users can define the median, specific restrictions on the importation of the symbols of Cedit Packaging
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:111751
    • 提供者:张涛
  1. mask 编辑框

    0下载:
  2. 该程序是个文字编辑器控件,可以和CEdit使用来过滤输入的文字。-A edit box control that can mask/filt the input in CEdit.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:153930
    • 提供者:lht
  1. 具有背景颜色和文字颜色的EDIT控件

    0下载:
  2. EDIT控件设置只读属性后就不允许用户进行输入和编辑删除等基本操作了,控件只可以用来信息的浏览,但是,如果使用默认的设置函数的话,EDIT控件的背景色将变成灰色,如果你的主题程序的颜色背景进行一致的处理的话,这样可能会与你的整体风格不和,所以需要一个具有背景颜色但是又具有只读属性的EDIT控件刻不容缓了. 实现的方法其实很简单,派生一个CEDIT类,我们这里命名为CColReadOnlyEdit,再这个类中我们首先触发PreTranslateMessage,这个函数可以用来截获消息编程。-
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:33342
    • 提供者:屠理峰
  1. 可替代记事本的程序

    0下载:
  2. cedit类 可替代记事本的程序,vc-Cedit category Notepad replacement procedures, vc
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:2565428
    • 提供者:二毛
  1. UserEdit

    0下载:
  2. 重载了CEdit,实现CFloatEdit和CIntEdit,支持数据循环处理(例如角度循环).jk_erran@163.com-a heavy CEdit achieve CFloatEdit CIntEdit and support data processing cycle (cycle perspective, for example). Jk_erran@163.com
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:2232234
    • 提供者:立志
  1. CEdit和CRichEdit2

    1下载:
  2. 有时候需要限制编辑框输入的字符,比如只允许输入字母字符,或者只允许输入数字字符,-sometimes necessary to restrict the importation of the edit box characters, such as only allowing the importation of alphabetical characters, or allow only the importation of digital characters,
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:56804
    • 提供者:dd
  1. 肖天华数据结构大作业

    0下载:
  2. 本次作业采用MFC多文档——视图结构体系(已征得肖老师的同意)。开发环境为VC++ 6.0 SP6,其他环境下编译未做测试。 程序运行时的外观如上图所示:文档窗口被分割为左右两部分。左边部分采用树形控件CTreeCtrl管理,右边部分采用文本框控件CEdit管理。打开或生成的XML文档都将以文本方式显示在右侧文本编辑窗口,经一定算法解析后将在左侧窗口中按XML文档描述的逻辑结构以树形目录的方式显示出来,直观明了。 -this operation using MFC more docume
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:517360
    • 提供者:long
  1. EditCtrl

    2下载:
  2. hexeditctrl_demo.zip 这是一个从Cedit派生的十六进制的编辑框类库 history_edit_demo.zip 注意过Visual C++的Output窗口吗?就是那个在编译的时候会自动滚动显示信息的窗口,这个类库就是一个类似那样的东东。 masked_edit2_demo.zip 这是用于时间、日期、电话号码、IP地址、邮政编码的编辑框。 NumEdit_demo.zip 这是一个支持带e符号(如-12E4)的数字编
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:328209
    • 提供者:田力
  1. KilobitMantissaEdit

    0下载:
  2. 主要用于报表换算时在CEdit控件中自动添加千位数符号和位数零-major statements for the conversion automatically controls CEdit add 1,000 symbols and the median is the median
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:2235
    • 提供者:张华
  1. NumericEdit

    0下载:
  2. SPIN 范例,可将CEDIT与SPIN结合-SPIN model can be combined CEDIT SPIN
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:126238
    • 提供者:梁晓晴
  1. EditTest

    0下载:
  2. 这是我亲自编写的程序,只使用一个键(如空格键)可以输入多位数的输入,在我的项目中使用,感谢程序员联合开发网的支持,贡献出来和大家一块学习。 单击空格键实现单位数的加1,键盘右键实现下一位的输入,左键删除最后一位数、学习如何派生自己的CEdit类 ,如何使CEdit控件的最后一位处于选中状态.-This is what I personally prepared the procedure to use only one button (space bar) to be imported in
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:31171
    • 提供者:mxp
  1. CEdit-transp

    0下载:
  2. mfc显示gif图片的方法,封装类,可以在model dialog中显示gif动画-mfc gif image display method, package type, can be displayed in the model dialog animated gif
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-29
    • 文件大小:282807
    • 提供者:everettjf
  1. CReadOnlyEdit

    0下载:
  2. read-only CEdit control
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:12856
    • 提供者:Ivanych
  1. describ-CEDIT

    0下载:
  2. 详细讲解CEDIT控件,包括它的概要介绍、使用方法和技巧,以及成员变量、成员函数的使用等。-describ the control of CEDIT detail.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:23140
    • 提供者:一线天
  1. lijicolor

    0下载:
  2. 一个非常简单的小示例,给别人做演示用的,主要是修改MFC编辑框的字体和颜色,CEDIT类下使用改变EDIT类的颜色和字体等等,在一些MFC演示,传感器检测显示方面可能有一些用处。-A very simple little example to others to do the demo, mainly MFC edit box to modify the font and color, CEDIT class category to use EDIT to change the color an
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:330157
    • 提供者:姚晓艳
  1. cedit

    0下载:
  2. 创建可一个新类 继承于CEDIT 重写了ONCHAR函数,提供了一种改变编辑框输入文本内容的限制。-Create a new class inherits from CEDIT rewriting the ONCHAR function, provides a way to change the edit box to enter text content restrictions.
  3. 所属分类:EditBox

    • 发布日期:2017-03-28
    • 文件大小:1557
    • 提供者:钱石
  1. modify-cedit-font-color

    0下载:
  2. 本程序能够方便的,动态改变CEdit控件中文本的颜色-Dynamically change the color of CEdit control Chinese
  3. 所属分类:EditBox

    • 发布日期:2017-04-02
    • 文件大小:204182
    • 提供者:张健
  1. CEdit

    0下载:
  2. 一个简单的MFC的Edit例子,实现基础的CEdit函数的调用,可供学习MFC的新手参考,VC++6.0的环境,无需配置别的-Edit a simple MFC example, the realization of basic CEdit function call, can be used for reference in the learning MFC novice, vc++ 6.0 environment, don t need to configure the other
  3. 所属分类:EditBox

    • 发布日期:2017-05-28
    • 文件大小:11096914
    • 提供者:王军
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com