登录
首页 » EditBox » 在运用VC开发数据库管理系统时,列表框无疑是最常用也是最为有用直观的开发控件之一,然而VC所提供的列表框却有其局限,因此,也为运用其开发应用程序带来了一定的麻烦...

在运用VC开发数据库管理系统时,列表框无疑是最常用也是最为有用直观的开发控件之一,然而VC所提供的列表框却有其局限,因此,也为运用其开发应用程序带来了一定的麻烦...

于 2022-04-27 发布 文件大小:2.23 kB
0 155
下载积分: 2 下载次数: 1

代码说明:

在运用VC开发数据库管理系统时,列表框无疑是最常用也是最为有用直观的开发控件之一,然而VC所提供的列表框却有其局限,因此,也为运用其开发应用程序带来了一定的麻烦, 在此,本人制作一个功能略强一些的列表框,意在起到引线的作用. 思想: 得到列表框被点击的列与行,临时创建编辑框,并用该行与列的字符填写编辑框,进行编辑后, 用编辑后的字符填充该项行该列,销毁编辑框.-VC development in the use of database management system, the list box is undoubtedly the most commonly used and most useful in the development of intuitive controls, but it provided by the VC list box has its limitations, it is also possible to use its development and application procedures resulted in some trouble here, I produced a functional some slightly list box, intended to play a lead role. Thought : Scored list by clicking on the box out and deeds to create temporary edit box, and used the trip to fill out the characters edit box, edit, edit with the characters that fill out the line, the destruction of editing box.

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

发表评论

0 个回复

  • 带spin控件的数字输入框
    带spin控件的数字输入框-The edit which contains spin control
    2023-02-02 07:10:03下载
    积分:1
  • 第5章 剪贴板查看程序 .rar
    第5章 剪贴板查看程序 .rar-Chapter 5 clipboard viewer clipboard viewer. Rar
    2022-03-19 10:35:50下载
    积分:1
  • 一种新的编辑视图
    a new edit view for vc
    2022-02-28 21:58:55下载
    积分:1
  • digital channel simulation, seriously review of the data link layer, familiar wi...
    数字信道仿真,认真复习数据链路层内容,熟悉编程语言C、C++和WINDOWS程序设计技术(查阅参考书); 开发工具:VC6.0 或其它; 程序示例: 理想信道的《发送端程序》和《接收端程序》(含源码VC6.0); ARQ基本协议1:_引入检错和应答帧 ARQ基本协议2:_引入超时计时器 ARQ基本协议3:_引入数据帧携带发送序号0~1 ARQ基本协议4:_引入确认帧携带发送序号0~1 ARQ基本协议5:_引入应答帧含有校验码 ARQ基本协议6:_引入数据帧和确认帧含有发送序号0~7,Ws=1,Ws=1 -digital channel simulation, seriously review of the data link layer, familiar with the C programming language, C and Windows programming technology (accessible reference books); Development tools : VC6.0 or other; Procedures For example : the ideal channel "transmitter" and "receiver procedures "(including the source VC6.0); ARQ a basic agreement : the introduction of error _ and response frames ARQ two basic agreement : the introduction of overtime _ timer ARQ three basic agreement : the introduction of data frames _ carry serial numbers 0 to send a basic agreement ARQ 4 : _ indeed introduced frames carry identification number 0 to send a basic agreement ARQ 5 : _ introduced response frames containing correcting co
    2022-08-25 23:52:20下载
    积分:1
  • 一个固定格式的数字输入框
    一个固定格式的数字输入框--A digital input box with fixture format
    2022-03-06 06:52:22下载
    积分:1
  • TextEdit,文本编辑程序。使用SWT编辑。只有一个java文件,需编译成class文件...
    TextEdit,文本编辑程序。使用SWT编辑。只有一个java文件,需编译成class文件-TextEdit, a text editor. Editorial use SWT. Java is only a document required documents compiled class
    2022-04-16 05:34:03下载
    积分:1
  • Grid+list控件的演示代码,网上下载的,在此借花献佛。
    Grid+list控件的演示代码,网上下载的,在此借花献佛。-Grid Control list of the display code, online download, in this Jiehuaxianbi.
    2023-06-17 07:30:02下载
    积分:1
  • 网络收集,版权归原作者,注意, 网络收集,版权归原作者,注意,...
    网络收集,版权归原作者,注意, 网络收集,版权归原作者,注意,-Network collection, belongs to original author, note that the network collection, belongs to original author, note that
    2023-06-23 02:05:04下载
    积分:1
  • 关于设计模式的好文章 是一片关于设计模式的翁 大家给点意见...
    关于设计模式的好文章 是一片关于设计模式的翁 大家给点意见-on design patterns is an excellent article on design patterns for everyone Weng points
    2022-03-01 04:27:42下载
    积分:1
  • EDIT控件设置只读属性后就不允许用户进行输入和编辑删除等基本操作了,控件只可以用来信息的浏览,但是,如果使用默认的设置函数的话,EDIT控件的背景色将变成灰色...
    EDIT控件设置只读属性后就不允许用户进行输入和编辑删除等基本操作了,控件只可以用来信息的浏览,但是,如果使用默认的设置函数的话,EDIT控件的背景色将变成灰色,如果你的主题程序的颜色背景进行一致的处理的话,这样可能会与你的整体风格不和,所以需要一个具有背景颜色但是又具有只读属性的EDIT控件刻不容缓了. 实现的方法其实很简单,派生一个CEDIT类,我们这里命名为CColReadOnlyEdit,再这个类中我们首先触发PreTranslateMessage,这个函数可以用来截获消息编程。-EDIT controls installed after the read-only attribute does not allow users to input and edit delete basic operation of the control information can be used only browser, but if the use of the default settings, it is highly EDIT control the background color to gray, but if your theme procedure for a background color made a deal with the case, it may be with your overall style and not, so it is necessary to have a background color but also with the read-only attribute the delay EDIT Controls. realizing the fact is very simple, derived a CEDIT category, we named CColReadOnlyEdit here, and the first category trigger PreTranslateMessage, this function can be used to intercepted news programming.
    2023-04-26 10:30:03下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载