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

搜索资源列表

  1. m_chexedit

    0下载:
  2. An article on how to write an Edit control used for HEX and DEC number input.
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:5363
    • 提供者:王林
  1. NumEdit_demo(An E Notation Numeric Edit Control).z

    0下载:
  2. CloseSmoothly_demo,实现数字化输入的编辑框控件,数字,字符过滤功能-CloseSmoothly_demo, digital input edit box control, numbers, characters filtering
  3. 所属分类:编辑框

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

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

    • 发布日期:2008-10-13
    • 文件大小:33342
    • 提供者:屠理峰
  1. 数据交换

    0下载:
  2. 一个通过在EDIT控件实现数据交换后,显示位图的应用程序-an EDIT control through the exchange of data, Bitmap applications
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:122393
    • 提供者:五味子
  1. my_Edit

    0下载:
  2. 增强Edit控件为日期输入控件,有兴趣的朋友可以看看,-enhanced Edit Control date for the importation of control, interested friends can see, huh
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:13035
    • 提供者:李阳华
  1. DynCtrl_edit

    0下载:
  2. //MFC中,创建多个动态Edit控件,并且挂接事件,响应事件的一个好例子。 //程序中完成动态申请资源的记录回收。 //有什么问题联系 chenjp6500@sohu.com 2006.08.21-/ / MFC, creating more dynamic Edit Control, and articulated, in response to the incident a good example. / / Dynamic completed procedures for th
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:36879
    • 提供者:宋益波
  1. scrolledit_src

    0下载:
  2. vc编写的,输入内容超出范围后,自动出现滚动条的编辑控件。-vc prepared for the importation beyond the scope of content, automatically scroll to the Edit Control.
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:2655
    • 提供者:csd_mhjy
  1. hexediteditctl

    0下载:
  2. 这是一个普通的从CEdit类继承的16进制编辑控件-This is a general category CEdit inherited from the 16 band Edit Control
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:76556
    • 提供者:刘明法
  1. StringEdit_Demo

    0下载:
  2. 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 enter
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:24010
    • 提供者:swordm
  1. 一个很好的时间控件可以选择也可以edit修改

    1下载:
  2. 一个很好的时间控件可以选择也可以edit修改-a very good time control option can also edit changes
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:44005
    • 提供者:张连成
  1. AdvancedNumericEditControl

    1下载:
  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 public: //Dialog Data //{{AFX_DA
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:40389
    • 提供者:tennis100
  1. 浮动的按钮和edit类

    0下载:
  2. 本代码提供了一个可以让eidt编辑框控件显示浮动效果的类-the code provides a frame for eidt editorial control showed the effects of the floating category
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:23577
    • 提供者:张连成
  1. LmtEdit

    0下载:
  2. 有时候需要限制编辑框输入的字符,比如只允许输入字母字符,或者只允许输入数字字符,本例子通过派生一个CEdit类处理WM_CHAR消息,然后从编辑控件中过滤特定的字符。-sometimes necessary to restrict the importation of the edit box characters, such as only allowing the importation of alphabetical characters, or allow only the import
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:34295
    • 提供者:lili
  1. Edit-Control-Bar

    0下载:
  2. 实现编辑框的多种操作,包括:如何将编辑框中输入的字符转换为大写(小写);如何限制编辑框输入文本的长度;如何限制编辑框只能输入数字;如何在编辑框中实现多行显示;如何在编辑框中追加文本。-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
  3. 所属分类:EditBox

    • 发布日期:2017-03-28
    • 文件大小:67898
    • 提供者:李红亮
  1. Edit-demo

    1下载:
  2. Edit控件 限制输入长度、仿序列号输入、限制输入指定的字符或数字、自动跳转到下一个编辑框.-Edit control limit input length, fake serial number, input, limit the importation of a specified character or number, automatically jump to the next edit box.
  3. 所属分类:编辑框

    • 发布日期:2012-11-21
    • 文件大小:108224
    • 提供者:
  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
    • 文件大小:28206
    • 提供者:彭群
  1. editor

    0下载:
  2. 一个用VB语言编写的模仿带有行号和关键字颜色的编辑控件-A use VB language to imitate with a line number and the color of the edit control keywords
  3. 所属分类:EditBox

    • 发布日期:2017-03-30
    • 文件大小:164543
    • 提供者:
  1. TestDateTime

    0下载:
  2. 支持int,float,字符串,日期时间等多种格式输入的EDIT控件.-Support int, float, string, date and time input formats EDIT control.
  3. 所属分类:EditBox

    • 发布日期:2017-04-01
    • 文件大小:66599
    • 提供者:duron1000
  1. NumEdit

    0下载:
  2. enter number in Edit control
  3. 所属分类:EditBox

    • 发布日期:2017-04-14
    • 文件大小:4014
    • 提供者:wade
  1. edit

    0下载:
  2. 封装了一个Edit控件的示例,适合初学者借鉴-Edit control encapsulates an example for beginners learn
  3. 所属分类:EditBox

    • 发布日期:2017-04-05
    • 文件大小:128424
    • 提供者:张涛
« 12 3 4 5 »
搜珍网 www.dssz.com