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

搜索资源列表

  1. labview

    1下载:
  2. 本系统由主对话框模块、系统配置模块、仿真算法模块、曲线输出模块等四大模块组成。 主对话框模块:VC++设计界面的优越性更体现在其对话框的设计,所以本程序选择基于对话框的Windows程序(MFC微软基础类风格)。由于VC++6.0提供了大量的控件,用户只需用鼠标将需要的控件拖到用户区的位置即可。 属性表模块:设置了对个对象的属性,每个属性页对应一个对话框,所以设计了四个属性页:CPageDHL、CPageCJ、CPageQK、CPageSmith,这四个属性页类分别对应:单回路控制、串级
  3. 所属分类:Data structs

  1. get_edit_password

    0下载:
  2. VC++ get_edit_password,获取编辑框的密码代码包,自动识别窗口句柄,打开一个需要输入密码的页面,输入密码,然后拖动窗口中的放大镜到密码框上,程序可自动获取到坐标和密码是多少,有意思吧,不过程序比较老,貌似在IE8和火狐下已经失效,你可以借此了解一下原理也可以。-VC++ get_edit_password, get a password edit box code package, automatic identification window handle, opens a
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:23382
    • 提供者:pengkingli
  1. Demo

    0下载:
  2. VC自带的列表框控件功能是非常有限的,一个实例结合列表框编辑框使用-VC' s own list box control functions are very limited, an instance of the use of a combination list box edit box
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:1872505
    • 提供者:suxun
  1. joseph

    0下载:
  2.  首先,认识并了解著名的约瑟夫问题:已知n个人(n>=1)围坐一圆桌周围,从1号开始顺序编号。从序号为1号的人开始报数,顺时针数到m的那个人出列:他的下一个人又从1开始报数,数到m的那个人又出列;依此规则一直重复下去,直到所有人全部出列,要求:求出最后一个出列人的编号。  本程序运用VC++ 6.0开发工具,利用MFC框架构造一个基于对话框的应用程序,用户根据对话框的界面提示,了解约瑟夫问题,并且在对话框上键入总人数(n) 和出列数(m) 。由编辑框输出结果,结果显示为最后一个出列人的
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:1919111
    • 提供者:Wang Hao
  1. VCPP-Controls

    0下载:
  2. 软件介绍: VC++界面编程通用控件26个实例源代码0551493926个VC++界面编程通用控件源代码实例:   如何获得指定点的控件指针   如何将编辑框中输入的字符转换为大写(小写)   如何设置和获得单选按钮的选中状态   如何设置和获得一组单选按钮的选中状态   如何设置列表控件的显示方式   如何设置组合框中列表框的宽度   如何实现带自动完成功能的组合框   如何实现位图按钮   如何使用滑块
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:348585
    • 提供者:xycy
  1. GPS_receiver

    0下载:
  2. 在VC++下的GPS串口接收程序。接收数据显示在编辑框中-In VC++ GPS serial receiving procedures. Receive data is displayed in the edit box
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:71388
    • 提供者:coco
  1. get_edit_password

    0下载:
  2. VC++ get_edit_password,获取编辑框的密码代码包,自动识别窗口句柄,打开一个需要输入密码的页面,输入密码,然后拖动窗口中的放大镜到密码框上,程序可自动获取到坐标和密码是多少,有意思吧,不过程序比较老,貌似在IE8和火狐下已经失效,你可以借此了解一下原理也可以。-VC++ get_edit_password, access to the edit box password code package, automatic identification window handle,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:22829
    • 提供者:wpudn19
  1. masked_edit

    0下载:
  2. 屏蔽的输入框,VC++屏蔽的编辑框 masked edit实例源码,可把输入的东西用其它特殊字符替代,不让用户看到,这样更安全,类似取款机输入密码一样的功能。-Masked input box, VC++ masked edit box masked edit source code examples, you can put something special characters entered by other alternatives, let users see, which is m
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:11077
    • 提供者:wpudn19
  1. GetEdit

    0下载:
  2. VC++设置其它程序中编辑框的文本,期间用到GetWindowText(str)获取文本,在窗口的设置信息一栏中,输入设置的文本内容,再点击“设置”按钮,即可看到效果。-VC++ program is used to set other text edit box during GetWindowText (str) get the text, set the information in the window of a bar, the text input settings, and the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:20079
    • 提供者:gpudn52
  1. EventSynch

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

    • 发布日期:2017-04-29
    • 文件大小:15920
    • 提供者:kpudn46
  1. CreatNumEdit

    0下载:
  2. 一个可以进行数字输入,显示,及编辑的数字编辑框,采用VC++语言开发的小程序。-A digital input, display, and edit digital edit box, small program using vc++ language development.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-11
    • 文件大小:2090240
    • 提供者:予以
  1. AsynchInvoke

    0下载:
  2. 基于VC++异步调用的简单源码例子,定义一个字符串,设计循环,格式化字符串,设计编辑框文本,异步调用的实现实例,VC源码下载。-VC++ source code based on a simple example of an asynchronous call, the definition of a string loop design, format string, the text edit box design, implementation instance asynchronous
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-23
    • 文件大小:20826
    • 提供者:dfjdj
  1. VCEditAddText

    0下载:
  2. 在VC++的编辑框尾部追加文本,可以很方便的使用以及修改.(so easy)-In VC++ tail append text edit box, you can easily use and modify. (So easy)
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1853884
    • 提供者:FixWork
  1. qidong

    0下载:
  2. 利用VC++编程实现程序自动启动。在主界面对话框中有编辑框(EDIT BOX),圆形按钮(RADIO BUTTON)和普通按钮(COMMON BUTTON)组成-Use VC++ Programming process starts automatically. Dialog box in the main interface has edit box (EDIT BOX), radio button (RADIO BUTTON) and the general button (COMMON B
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2463
    • 提供者:jjbhb991zha
  1. qidong

    0下载:
  2. 利用VC++编程实现程序自动启动。在主界面对话框中有编辑框(EDIT BOX),圆形按钮(RADIO BUTTON)和普通按钮(COMMON BUTTON)组成-Use VC++ Programming process starts automatically. Dialog box in the main interface has edit box (EDIT BOX), radio button (RADIO BUTTON) and the general button (COMMON B
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2003
    • 提供者:golmlliaor
  1. ex5

    0下载:
  2. MFC科学计算器功能的实现,vc++框架,按钮控件,编辑框-MFC to achieve scientific calculator function, c++ framework, control buttons, edit boxes
  3. 所属分类:Button control

    • 发布日期:2017-05-17
    • 文件大小:4532717
    • 提供者:唐斌
  1. edit-daxie-or-xiaoxie

    0下载:
  2. VC++中如何将编辑框中输入的字符转换为大写或小写-C++ how to input characters in the edit box to uppercase or lowercase
  3. 所属分类:EditBox

    • 发布日期:2017-05-04
    • 文件大小:14439
    • 提供者:李之龙
  1. myControl

    0下载:
  2. vc++6.0 自动创建控件,包括按键,编辑框,标签等-vc++6.0 automatically create controls, including buttons, edit boxes, labels, etc.
  3. 所属分类:Button control

    • 发布日期:2017-05-16
    • 文件大小:3709788
    • 提供者:yangjian
  1. VC_Control

    0下载:
  2. 本程序是实现VC控制操作的小例程,可实现属性页,列表框、编辑框等多种控件的操作。适合初学VC的同学参考。-This procedure is to achieve VC control operation of small routines, enabling property pages, list box, edit box and other control operations. Suitable for beginners VC reference students.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-13
    • 文件大小:2930636
    • 提供者:思远
  1. compara

    0下载:
  2. 基于vc++6.0MFC,编写两编辑框内容大小比较程序-Based on vc++ 6.0MFC, the preparation of two edit box content size comparison program
  3. 所属分类:Button control

    • 发布日期:2017-12-12
    • 文件大小:3585289
    • 提供者:夏天
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com