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

搜索资源列表

  1. PropSheet

    0下载:
  2. VC++6.0制作属性页,并相应每个属性页上的控件(例如:编辑框)源程序-VC++ how to use PropertySheet
  3. 所属分类:PropertySheet

    • 发布日期:2017-05-08
    • 文件大小:1962528
    • 提供者:ugg_123
  1. Demo

    0下载:
  2. 在编辑框中追加文本,VC++精选编程源码,很好的参考资料。-Additional text in the edit box, VC++ programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:12558
    • 提供者:桂花翅子
  1. 45834646

    0下载:
  2. 在编辑框中实现多行显示,VC++精选编程源码,很好的参考资料。-Realization of multi row displayed in the edit box, VC++ programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:12163
    • 提供者:桂花翅子
  1. 735764

    0下载:
  2. 限制编辑框输入文本的长度,VC++精选编程源码,很好的参考资料。-Limit the length of text edit box enter, VC++ select programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:12387
    • 提供者:桂花翅子
  1. 4864555

    0下载:
  2. 限制编辑框只能输入数字,VC++精选编程源码,很好的参考资料。-Limit edit box can only enter numbers, VC++ select programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:13605
    • 提供者:桂花翅子
  1. 74364666

    0下载:
  2. 将编辑框中输入的字符转换为大写(小写),VC++精选编程源码,很好的参考资料。-The input edit box characters converted to uppercase (lowercase), VC++ select programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:13673
    • 提供者:桂花翅子
  1. BaseEditBox

    0下载:
  2. 使用单行、多行编辑框输入显示文本,VC++精选编程学习源码,很好的参考资料。-Implementation of VC++ animation button, select learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:12642
    • 提供者:什锦豆腐
  1. LimitEditBox

    0下载:
  2. 只允许输入字母,并转换为大写的编辑框,VC++精选编程学习源码,很好的参考资料。-Only allow input is converted to uppercase letters, and edit box, VC++ select learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:13598
    • 提供者:什锦豆腐
  1. ColorEditBox

    0下载:
  2. 设置编辑框控件的背景、文本颜色,VC++精选编程学习源码,很好的参考资料。-A single line edit control input after the return, do not respond to the default control message processing, VC++ select learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:12563
    • 提供者:什锦丁儿
  1. ReadEditDemo

    0下载:
  2. 创建完全只读(没有输入焦点,不能选择)的编辑框,VC++精选编程学习源码,很好的参考资料。-Set the background color, text edit box control, VC++ select learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:13831
    • 提供者:什锦丁儿
  1. FloatEditDemo

    0下载:
  2. 实现只能输入小数的编辑框控件,VC++精选编程学习源码,很好的参考资料。-The edit control can only enter the decimal, VC++ select learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:14053
    • 提供者:什锦丁儿
  1. BaseRichEdit

    0下载:
  2. 使用Rich Edit编辑框格式化显示文本,VC++精选编程学习源码,很好的参考资料。-Use the Rich Edit format to display the text edit box, VC++ select learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:13260
    • 提供者:桂花翅子
  1. 65857

    0下载:
  2. VC++ 实现语法着色与代码自动完成编辑框,精选学习源码,很好的参考资料。-VC++ coloring and code syntax automatically edit box, select learning source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:43629
    • 提供者:清拌蟹肉
  1. EventSynch

    0下载:
  2. VC++利用事件对象实现线程同步的问题,示例代码实现两大功能:1、不使用事件同步启动两个线程向编辑框中写入不同字符;对于没有使用同步对象时,可能出现输出字符比使用同步对象时少的现象,这是因为线程同时对资源进行操作的结果。2、使用事件同步启动两个线程向编辑框中写入不同字符,VC++编程学习源码,很好的参考资料。-VC++ use the event object implements the thread synchronization, sample code to achieve two ma
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:17060
    • 提供者:糟熘鱼片
  1. EventSynch

    0下载:
  2. VC++利用事件对象实现线程同步的问题,示例代码实现两大功能:1、不使用事件同步启动两个线程向编辑框中写入不同字符;对于没有使用同步对象时,可能出现输出字符比使用同步对象时少的现象,这是因为线程同时对资源进行操作的结果。2、使用事件同步启动两个线程向编辑框中写入不同字符,VC++编程学习源码,很好的参考资料。-VC++ using the event object implements thread synchronization problems, sample code to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:486276
    • 提供者:方亚前
  1. 857

    0下载:
  2. VC++ 实现语法着色与代码自动完成编辑框,精选学习源码,很好的参考资料。-VC++ achieve syntax coloring and code completion edit box, selected learning source, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:512845
    • 提供者:李潇
  1. StaticImage

    0下载:
  2. 使用Rich Edit编辑框格式化显示文本,VC++精选编程学习源码,很好的参考资料。-Use Rich Edit edit box to display formatted text, VC++ selection of programming learning source, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:548537
    • 提供者:林弘
  1. AviButtonDemo

    0下载:
  2. 设置编辑框控件的背景、文本颜色,VC++精选编程学习源码,很好的参考资料。-Set edit box control background, text color, VC++ selection of programming learning source, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:504881
    • 提供者:林弘
  1. EditTest

    0下载:
  2. vc++ 窗口类设计,主要训练的是编辑框,属于入门级,十分简单。-vc++ window class design, the main training is an edit box, entry-level, very simple.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1888597
    • 提供者:Hello
  1. VCPPGetPassword

    0下载:
  2. 一个用来获取编辑框密码的VC源代码,用的人来拿-Get Password
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:14119
    • 提供者:刘果
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com