搜索资源列表

  1. 动态控件数组的创建

    0下载:
  2. 在窗体中动态地创建控件,在窗体中动态地创建控件.-Creating Control Array Dynamical in the Form.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:370112
    • 提供者:周梦星
  1. 动态创建控件举例

    0下载:
  2. 动态创建控件举例-Dynamic Controls for the creation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8794
    • 提供者:祁连老翁
  1. 动态创建控件

    0下载:
  2. VB动态创建Commandbutton并响应事件
  3. 所属分类:按钮控件

    • 发布日期:2010-06-18
    • 文件大小:1855
    • 提供者:50831286
  1. 动态创建控件举例

    0下载:
  2. 动态创建控件举例-Dynamic Controls for the creation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:8192
    • 提供者:祁连老翁
  1. VC++设计的COM控件

    1下载:
  2. COM组件,也就是组件对象模型(Component Object Model),它本身是一种与具体平台无关的标准,支持Automation功能。VC++的ATL(活动模板库)提供了一种简便而灵活的方法用来创建COM组件对象,因为所占用的空间很小,所以被编译的控件也很小。因此我们选择ATL来设计和开发一个COM组件,该组件在窗口中绘制一个双钟摆并且可以通过修改函数参数来重绘组件,使之产生动态效-COM, which is Componen
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-13
    • 文件大小:29696
    • 提供者:和平鸽
  1. 动态创建文本框控件

    0下载:
  2. 本程序讲述如何在程序运行过程中动态的添加一个文本框控件,添加其他类型控件的方法是类似的。-the procedures on how to run the dynamic process of adding a text box controls, add other types of control methods are similar.
  3. 所属分类:按钮控件

    • 发布日期:2024-05-13
    • 文件大小:39936
    • 提供者:
  1. ToolComboBox

    0下载:
  2. TOOLBAR上创建COMBO,可以在工具栏的空白处动态创建控件,如combo,edit等-TOOLBAR create lighter, in the toolbar to create a dynamic space controls, such as combo, edit, etc.
  3. 所属分类:界面编程

    • 发布日期:2024-05-13
    • 文件大小:48128
    • 提供者:youngmike
  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 c
  3. 所属分类:编辑框

    • 发布日期:2024-05-13
    • 文件大小:36864
    • 提供者:宋益波
  1. DYNACONTORL

    0下载:
  2. 动态创建控件实例,演示如何动态创建和删除控件-Examples of dynamically created controls, demonstrate how to dynamically create and delete controls
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:191488
    • 提供者:gemini
  1. SCtl

    0下载:
  2. 一个动态控件源码,可以方便实现动态创建控件并支持事件响应、可保存与读取等功能。 -A dynamic control source, you can easily realize the dynamic creation of control and support incident response and other functions can be stored and read.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-13
    • 文件大小:16384
    • 提供者:geeyi
  1. CSizer_demo

    0下载:
  2. 动态改变控件大小,位置。在视图中动态创建按钮,可随意拖动位置和改变大小-Dynamic changes the control size and location. In this program,dynamically created a button, and can easily drag the location and change the size.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:29696
    • 提供者:王牌
  1. primax2

    0下载:
  2. 动态创建对话框及列表控件,及数据库的使用-dinamic to generate the dialog and list control
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-05-13
    • 文件大小:695296
    • 提供者:梁志勇
  1. DynPropGrid_src

    0下载:
  2. 用于C#动态属性控件代码,提供了动态创建属性控件的方法和例子-Dynamic properties for the C# control code, dynamic creation of attributes to provide control methods and examples
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:10240
    • 提供者:hzgzh
  1. Dongtai

    0下载:
  2. 自定义动态创建动态的标准控件,例如编辑框、组合框、列表框和树控件等-create control personally,like as edit control,combox control,tree control and so.
  3. 所属分类:界面编程

    • 发布日期:2024-05-13
    • 文件大小:1883136
    • 提供者:bert
  1. VBDynamicallyCreateControlArray

    0下载:
  2. VB,动态创建控件数组,可以动态地创建(在程序运行的时候创建)也可以动态地删除,代码比较简单,希望对需要的人有帮助。-VB, dynamically create a control array, you can dynamically create (in the program is running when the creation) can also be dynamically removed, the code is rel
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:余余
  1. DynCreateCtrl

    0下载:
  2. 动态创建编辑框控件,消息响应:当编辑框输入字符时,静态控件会显示编辑框输入内容。这仅是一个动态创建控件的小例-Dynamically created edit box control, the message response: When the edit box to enter characters, static control displays the edit box input. This is just a small c
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-13
    • 文件大小:3581952
    • 提供者:wenxue
  1. delphi动态创建组件

    0下载:
  2. delphi 动态创建控件 1 delphi 动态创建控件2 delphi 动态创建控件3(delphi 1 delphi2 delphi3 delphi 4 delphi5 delphi6 delphi7 delphi8 delphi9 delphi10 delphi 11)
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-13
    • 文件大小:6144
    • 提供者:林俊杰
  1. 动态控件

    0下载:
  2. VB6 创建多个动态控件,类似控件数组的事件响应处理。(VB6 multi group dynamic control event response scheme)
  3. 所属分类:界面编程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:Bengo
  1. kongjian

    0下载:
  2. 根据数据库内容动态创建panel label等控件(Dynamically create panel, label and other controls according to the database content)
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-13
    • 文件大小:817152
    • 提供者:agsm
  1. Example026-动态创建控件

    0下载:
  2. 应用VB6.0,可实现动态创建控件功能。(The application of VB6.0 can realize the function of creating control dynamically)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:yana4265
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org