搜索资源列表
动态创建文本框控件
- 本程序讲述如何在程序运行过程中动态的添加一个文本框控件,添加其他类型控件的方法是类似的。-the procedures on how to run the dynamic process of adding a text box controls, add other types of control methods are similar.
ToolComboBox
- TOOLBAR上创建COMBO,可以在工具栏的空白处动态创建控件,如combo,edit等-TOOLBAR create lighter, in the toolbar to create a dynamic space controls, such as combo, edit, etc.
ActiveCreateControls
- 一个MFC运行时动态创建控件的实例,在vc下通过运行-an MFC to create run-time dynamic control of examples and by running under vc
SCtl
- 一个动态控件源码,可以方便实现动态创建控件并支持事件响应、可保存与读取等功能。
动态创建控件举例
- 动态创建控件举例-Dynamic Controls for the creation
117
- 动态创建控件的例子,解决了vb5中不能\"无中生有\"的毛病-example, the side web page scr ipting solution were not "purely fictitious" illnesses
VC++设计的COM控件
- COM组件,也就是组件对象模型(Component Object Model),它本身是一种与具体平台无关的标准,支持Automation功能。VC++的ATL(活动模板库)提供了一种简便而灵活的方法用来创建COM组件对象,因为所占用的空间很小,所以被编译的控件也很小。因此我们选择ATL来设计和开发一个COM组件,该组件在窗口中绘制一个双钟摆并且可以通过修改函数参数来重绘组件,使之产生动态效-COM, which is Component Object Model (Component Obje
动态创建控件
- VB动态创建Commandbutton并响应事件
让动态创建的ActiveX控件响应Windows消息
- 当我们通过CWnd::CreateControl()动态创建ActiveX控件时,Windows消息并不会被发送给我们的由CWnd派生得控件类。例如,即使我们为WM_KILLFOCUS消息创建了句柄,这个句柄也是不会被调用的。(不信你试试 :))
CSizer_demo.zip
- 动态改变控件大小,位置。在视图中动态创建按钮,可随意拖动位置和改变大小,Dynamic changes the control size and location. In this program,dynamically created a button, and can easily drag the location and change the size.
动态控件开发的例子
- 经常从事VC++编程的朋友可能就会知道,动态控件的用途很大,但创建工作非常繁琐,以至于很多朋友都被吓怕了,不敢去用,
dyncontrol
- 一个动态创建控件的小例子,很有用喔,希望你喜欢。-A dynamic control to create a small example of useful Oh, I hope you enjoy.
primax2
- 动态创建对话框及列表控件,及数据库的使用-dinamic to generate the dialog and list control
DynPropGrid_src
- 用于C#动态属性控件代码,提供了动态创建属性控件的方法和例子-Dynamic properties for the C# control code, dynamic creation of attributes to provide control methods and examples
Dongtai
- 自定义动态创建动态的标准控件,例如编辑框、组合框、列表框和树控件等-create control personally,like as edit control,combox control,tree control and so.
EventHandlerforDynamicallyCreatedControlEmbedded.z
- VisualC++在表格控件中动态创建控件并响应消息的例子!与大家同享!-VisualC++ in the table control to dynamically create the control and respond to the news is! Brings with you!
VBDynamicallyCreateControlArray
- 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 relatively simple, hope to those
DynCreateCtrl
- 动态创建编辑框控件,消息响应:当编辑框输入字符时,静态控件会显示编辑框输入内容。这仅是一个动态创建控件的小例-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 case of dynamically created con
动态控件
- VB6 创建多个动态控件,类似控件数组的事件响应处理。(VB6 multi group dynamic control event response scheme)
Example026-动态创建控件
- 应用VB6.0,可实现动态创建控件功能。(The application of VB6.0 can realize the function of creating control dynamically)