CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 编辑框 搜索资源 - cedit

搜索资源列表

  1. 具有背景颜色和文字颜色的EDIT控件

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:2.45mb
    • 提供者:二毛
  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
    • 文件大小:2.13mb
    • 提供者:立志
  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
    • 文件大小:320.52kb
    • 提供者:田力
  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
    • 文件大小:2.18kb
    • 提供者:张华
  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
    • 文件大小:30.44kb
    • 提供者:mxp
  1. DrageditBox-020224

    0下载:
  2. 本程序通过从CEdit派生一个CDragEdit,实现文件名或者文件夹拖放到编辑框-through the procedures derived from a CEdit CDragEdit. achieving file name or folder to drag and drop editing Box
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:34.33kb
    • 提供者:吴学文
  1. 通过重载CEdit类的onchar()函数

    0下载:
  2. 通过重载CEdit类的onchar()函数,实现文本框的限制输入,可根据的自己的需求写限制条件-By overloading CEdit class onchar () function to achieve a text box to limit the importation, according to the needs of their own to write constraints
  3. 所属分类:编辑框

    • 发布日期:2017-03-24
    • 文件大小:129.99kb
    • 提供者:wewewe
  1. CHexEditDemo

    0下载:
  2. Recently, I was working on a diagnostic software which requires a Edit Control used for HEX/DEC numbers input. The CEdit that comes with MFC is not so good for this job, as it can not prevent the user from typing an invalid HEX number. Therefore
  3. 所属分类:EditBox

    • 发布日期:2017-03-29
    • 文件大小:27.54kb
    • 提供者:彭群
  1. CAdvEdit1.0

    2下载:
  2. 基类:CEdit 功能:实现了3D圆角编辑框,可自定义字体大小、颜色,边框圆角大小、边框颜色等,可以 自定义光标,设置多种鼠标滑过效果 作者:C瓜哥 (Email: tangcraig@gmail.com QQ: 1019714877 blog: www.cguage.com) -Base class: CEdit features: rounded corners to achieve the 3D edit box, customizable font size, c
  3. 所属分类:EditBox

    • 发布日期:2017-03-29
    • 文件大小:85.83kb
    • 提供者:C瓜哥
  1. CEdit

    0下载:
  2. 本程序是根据CEdit类派生出来的只能够输入数字、小数点、正负号。-This procedure is based on CEdit derived class can only enter a number, decimal point, sign.
  3. 所属分类:EditBox

    • 发布日期:2017-04-09
    • 文件大小:1.81mb
    • 提供者:赵明
  1. maskededit_src

    0下载:
  2. 本类从CEdit继承来;可以实现任意格式的提示和检验:相信大家很多都遇到过这样的问题!-Class inherited from CEdit can realize any format of the prompt and testing: I believe the U.S. many of which are encountered such a problem!
  3. 所属分类:EditBox

    • 发布日期:2017-11-18
    • 文件大小:14.55kb
    • 提供者:liulei
  1. EditFont

    0下载:
  2. CEdit控件中文字字体的设置,同时可以增加图标,对于一些喜欢把自己的界面做漂亮,可以参考-CEdit control text font settings, at the same time can increase the icon, for some like to do their own beautiful interface, can refer to
  3. 所属分类:EditBox

    • 发布日期:2017-03-31
    • 文件大小:33.7kb
    • 提供者:菜鸟
  1. TestMyEdit

    0下载:
  2. * Function: Input Double number in CEdit * 支持拷贝和粘贴,粘贴的时候只支持数字和一个小数点,不让支持负号 * Last Update Date: 02-04-2009 11:32:06 Guang Zhou Logansoft.com * Last Update Date: 02-05-2009 10:17:46 Guang Zhou Logansoft.com * * 使用方法: * Add to Project file:E
  3. 所属分类:EditBox

    • 发布日期:2017-04-07
    • 文件大小:50.52kb
    • 提供者:liulili
  1. EditWithButton_demo

    1下载:
  2. CEdit with button control
  3. 所属分类:EditBox

    • 发布日期:2017-03-30
    • 文件大小:44.5kb
    • 提供者:grayra
  1. XRNumericEditCtrl

    0下载:
  2. 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
  3. 所属分类:EditBox

    • 发布日期:2017-03-29
    • 文件大小:62.73kb
    • 提供者:彭群
  1. cmblistl

    2下载:
  2. CListCtrl中间加入CCombobox & CEdit-CListCtrl the middle CCombobox & CEdit
  3. 所属分类:EditBox

    • 发布日期:2017-03-27
    • 文件大小:29.23kb
    • 提供者:zhu
  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
    • 文件大小:1.52kb
    • 提供者:钱石
  1. modify-cedit-font-color

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

    • 发布日期:2017-04-02
    • 文件大小:199.4kb
    • 提供者:张健
  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
    • 文件大小:10.58mb
    • 提供者:王军
« 12 3 4 »
搜珍网 www.dssz.com