登录
首页 » Visual C++ » BtnDownUp

BtnDownUp

于 2013-08-24 发布 文件大小:2263KB
0 349
下载积分: 1 下载次数: 7

代码说明:

  button按下后,edit控件内容连续变化,button抬起后edit内容停止变化。自己做的例子,只以int数据为例。(button is pressed, edit control content changes continuously, button lift stops changing after edit content. Own example, an int data as an example only.)

文件列表:

111
...\111.aps,36920,2013-08-24
...\111.clw,1154,2013-08-24
...\111.cpp,2043,2013-08-24
...\111.dsp,4550,2013-08-24
...\111.dsw,531,2013-08-24
...\111.h,1301,2013-08-24
...\111.ncb,41984,2013-08-24
...\111.opt,48640,2013-08-24
...\111.plg,1082,2013-08-24
...\111.rc,5507,2013-08-24
...\111Dlg.cpp,4808,2013-08-24
...\111Dlg.h,1409,2013-08-24
...\Debug
...\.....\111.exe,110650,2013-08-24
...\.....\111.ilk,210056,2013-08-24
...\.....\111.obj,14119,2013-08-24
...\.....\111.pch,5501896,2013-08-24
...\.....\111.pdb,386048,2013-08-24
...\.....\111.res,3852,2013-08-24
...\.....\111Dlg.obj,29384,2013-08-24
...\.....\PushButton.obj,12777,2013-08-24
...\.....\StdAfx.obj,105542,2013-08-24
...\.....\vc60.idb,214016,2013-08-24
...\.....\vc60.pdb,364544,2013-08-24
...\PushButton.cpp,1413,2013-08-24
...\PushButton.h,1387,2013-08-24
...\ReadMe.txt,3531,2013-08-24
...\res

...\...\111.rc2,395,2013-08-24

...\resource.h,818,2013-08-24
...\StdAfx.cpp,205,2013-08-24
...\StdAfx.h,1054,2013-08-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GUI
    一个GUI测试程序,VC++源码下载,有一些窗体的显示特效,比如图片的显示特效,还有一些与GUI相关的实例演示,如上图所示为一些窗体控件的效果,还有更多请下载本源码参考。(The effect of a GUI test program, VC++ source code download, some form effects, such as the picture shows effects, there are GUI-related example demonstrates, as shown above for some form controls, and more, please Download the source code reference.)
    2012-06-26 10:01:01下载
    积分:1
  • TrainFinalVersion
    这个程序是用堆栈来对火车排序的,该火车的车厢是乱的,经过排序后,火车的车厢变为顺序的,特点是使用VC编写的(This procedure is used to sort the stack to the train, the train is inside the chaos, after sorting, the train carriages into the order, characterized by the use of VC prepared)
    2009-06-03 11:50:07下载
    积分:1
  • ip
    ip从char[]转为int,ip地址转换( transform ip from char[] to int)
    2012-05-22 15:11:35下载
    积分:1
  • 1213213
    一个通讯录管理系统 一个通讯录管理系统(An address book management system for an address book management system)
    2021-04-25 16:48:46下载
    积分:1
  • Churraskito
    pr 提权源码 支持cmd自定义路径 vc 6++ 编译通过(pr mention the right source to support cmd custom path)
    2012-04-27 10:22:22下载
    积分:1
  • 2
    说明:  魔王语言解释 具体要求参见《数据结构题集》P97,实习2.2中的描述。 用下述两条具体规则和上述规则形式(2)实现。设大写字母表示魔王语言的词汇;小写字母表示人的语言词汇;希腊字母表示可以用大写字母或小写字母代换的变量。魔王语言可含人的词汇。 (1)B->tAdA (2)A->sae (Beelzebub language to explain the specific requirements see the &quot Data Structure set title&quot P97, internship 2.2 description. 2 with the following specific rules and these rules form (2) implementation. Located in capital letters devil language vocabulary lowercase letters were the language vocabulary the Greek letters can be uppercase letters or lowercase letters substitution variables. Beelzebub language may contain human vocabulary. (1) B-&gt tAdA (2) A-&gt sae)
    2009-10-03 20:09:38下载
    积分:1
  • test1
    C++关于位运算的小程序,哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈(C++ bit computing on small programs, ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha)
    2016-09-12 10:37:15下载
    积分:1
  • 南京市部分公交转车系统
    说明:  a)需求分析: 任务:建立南京主要公交线路图。 要求:输入任意两地点,给出最佳的乘车线路和转车地点。 b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 (a) Requirements Analysis : Mandate : the establishment of the Nanjing main transit route map. Requirements : 2 importation arbitrary locations, is the best car lines and interchange locations. B) Summary of design : the procedures used by the data structure is linear tree and table, the algorithm used by the main sculpture, in order Huffman algorithm.)
    2021-03-16 23:19:21下载
    积分:1
  • 8bit_echo
    Easy to learn Visual Basic 6.0
    2013-07-10 16:38:26下载
    积分:1
  • vc-csv
    Vc++读写csv文件的类,这个资源是读写CSV文件的非常实用的类。方法写得非常好,代码也写得非常简洁,很合适在实际项目中使用。经本人测试,只要把上面的代码CSVOperator.h、CSVOperator.cpp和StringParser.h拷贝到项目中,就可以直接使用。在CSV_OP.cpp文件中,main方法里面有详细的读取文件的方法。读取的是config.csv这个文件。(Class Vc++ read and write csv file, this resource is to read and write CSV file very useful class. The method is very good, the code is written in a very simple, very suitable for use in the actual project. I tested, above code CSVOperator.h the, CSVOperator.cpp and StringParser.h copy to the project, can be used directly. In the CSV_OP.cpp file, the main method inside the detailed method of reading the file. Read this file config.csv.)
    2013-04-19 10:54:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载