Welcome![Sign In][Sign Up]
Location:
Search - 控件窗口

Search list

[Dialog_WindowVB6resizer(控件含原码)

Description: 一个超简单的缩放控件,自动控制其他控件自动适应窗口变化. 启动VB程序 , 打开一个工程' '按Ctrl T打开部件对话框 '找到并选中VB6ResizerLib后点击确定 '将工具箱中新出现的VB6Resizer控件拖动到窗体上即可 '被调整控件需要使用Tag属性定义调整规则 , 方式如下: 'H -调整高度 'W -调整宽度 'T -调整控件与顶部距离 'L -调整控件与左侧距离 '例如"HW"表示自动调整高度和宽度. 'TL的优先级高于HW,如果Tag同时包含T和H,则仅T有效.
Platform: | Size: 468243 | Author: retinsoft@126.com | Hits:

[Dialog_Window控件随窗口的变化比例变化

Description: 基于对话框的MFC应用程序编程,当点击最大化按钮,对话框的中的所有控件随窗口的最大化而最大化^^^
Platform: | Size: 28211 | Author: youjbl | Hits:

[ActiveX/DCOM/ATL一个非常实用和漂亮的日期窗口控件calendar_app

Description: 一个非常实用和漂亮的日期窗口控件calendar_app源代码,VC的。-a very practical and beautiful date window controls calendar_app source code, VC.
Platform: | Size: 40960 | Author: 陈鹏 | Hits:

[Graph programBlackDiamondInStatic

Description: 在控件窗口内绘制图形及设置控件颜色\BlackDiamondInStatic.rar-the window controls and the creation of graphics rendering component colors \ BlackDiamondInStatic.rar
Platform: | Size: 14336 | Author: 王正 | Hits:

[Other控件随窗口大小一起变

Description: 这个例子中,控件随窗口大小一起变-this case, control together with the window size change
Platform: | Size: 63488 | Author: 陈一 | Hits:

[Windows Develop用纯粹的API来创建窗口控件及其控制

Description: 用纯粹的API来创建窗口控件及其控制-purely API used to create window controls and Control
Platform: | Size: 22528 | Author: 李栋 | Hits:

[Windows Develop控件大小随窗口变化

Description: 控件大小随窗口变化-control with the size of the window changes
Platform: | Size: 36864 | Author: 刘三 | Hits:

[Dialog_Window透明窗口控件源码

Description: 透明窗口控件源码-transparent window controls FOSS
Platform: | Size: 5120 | Author: zozo | Hits:

[Button controlVB控件实例

Description: 10个简单的VB控件实例,分别是1计算器2整除数3验证窗口4控制按钮5复选单选6滚动条-10 VB Control simple example is a calculator 2 3 certification number divisible window control buttons 4 5 6 election Minute menu scroll and so on.
Platform: | Size: 40960 | Author: 李子木 | Hits:

[GUI DevelopVB控件实例21-30

Description: VB控件实例21-30,打印调用和帮助调用,资源管理器窗口,控制面板窗口-VB Control examples 21-30, print and help call called Resource Manager window, the control panel window, etc.
Platform: | Size: 80896 | Author: 李子木 | Hits:

[ActiveX/DCOM/ATLVC++设计的COM控件

Description: COM组件,也就是组件对象模型(Component Object Model),它本身是一种与具体平台无关的标准,支持Automation功能。VC++的ATL(活动模板库)提供了一种简便而灵活的方法用来创建COM组件对象,因为所占用的空间很小,所以被编译的控件也很小。因此我们选择ATL来设计和开发一个COM组件,该组件在窗口中绘制一个双钟摆并且可以通过修改函数参数来重绘组件,使之产生动态效-COM, which is Component Object Model (Component Object Model), which itself is a specific platform-independent standards that support Automation function. VC ATL (activity Template Library) provides a simple and flexible way to create COM object, because the space occupied by small, the controls are built very small. ATL therefore we choose to design and develop a COM component, the component in the window drawing a double pendulum and may amend function parameters to repaint components, thus producing dynamic effect
Platform: | Size: 29696 | Author: 和平鸽 | Hits:

[GUI Develop控件随着窗口大小按比例变化

Description: 用vb实现控件随着窗口大小按比例变化,一个经典例子极具参考价值-used to achieve control with the size of the window by the change in the ratio, a classic example of great reference value
Platform: | Size: 2048 | Author: 肖鹏 | Hits:

[Other DatabasesPB-日历控件

Description: 用pb写的日历控件,主要用的是外部的数据窗口,可以直接用在你的程序中.-pb write with the calendar controls, the external data window can be directly used in your procedures.
Platform: | Size: 29696 | Author: 张一 | Hits:

[TreeView按数据库记录构建树控件CtreeCtrl

Description: 本程序是在VC下开发的Windodws窗口界面程序,根据数据库中的记录向树型控件中添加节点。-this procedure was developed under the VC Windodws window interface procedures, according to records in the database to add controls tree nodes.
Platform: | Size: 26624 | Author: xin | Hits:

[uCOSucGuiPro

Description: ucGui 的示范例子源码,里面包含好多哟, 有LIST 控件,BUTTON 控件,窗口管理,尤其是透明窗口管理.非常的形象.-ucGui model example source code, which contains a lot of yo, LIST controls, BUTTON controls, window management, in particular the management is transparent window. very image.
Platform: | Size: 1075200 | Author: 好杯 | Hits:

[GUI Develop自定义控件

Description: 用VC写的自定义控件的程序 该控件是一个MFC常规DLL,它实现了一个简单的功能,类似于Static控件。 它可以显示一段文本 当用户利用鼠标左键单击时,该控件就给父窗口发送一个单击通知消息 可以响应两个用户自定义消息,WM_SETCONTROLTEXT(设置显示的文本),WM_GETCONTROLTEXT(得到显示的文本)-VC write OCX control of the process is a conventional MFC DLL, it achieved a simple function, like Static Control. It can show a text when users click the left mouse button, the controls became a father window click send alerts to respond to two user-defined information. WM_SETCONTROLTEXT (setting displays the text) WM_GETCONTROLTEXT (to be shown in the text)
Platform: | Size: 239616 | Author: 沈显威 | Hits:

[Dialog_WindowTranslucencyOCX2K

Description: 彩色窗口透明控件和源码,使彩色窗口透明,很好用的-color window transparent and source controls, window transparent color, good use
Platform: | Size: 15360 | Author: 工自 | Hits:

[Special Effectsihalcon开源窗体控件

Description: halcon与C#联合编程,控件功能 1,支持鼠标中键缩放和左键拖动 2,支持在图像缩放后,region,xld,roi能够复现 3,支持region,xld按照指定颜色显示,并在缩放后复现 4,支持矩形1,矩形2,圆,和直线roi的绘制 5,可以显示当前鼠标左键所在位置的图像灰度值 6,可以保存原图,或者截屏当前窗口(Halcon and C # joint programming)
Platform: | Size: 14826496 | Author: FONG93 | Hits:

[Windows Develop获取窗口与窗口中指定控件的各层级类名属性安装包

Description: 本软件是编写实现对外部程序进行控制,达到操作自动化的程序的很好辅助工具。当我们要编写对外部程序进行控制,实现操作自动化的软件时,就需要获得外部程序窗口与窗口中指定控件的各层级类名属性,本软件可以实现此目的。(The software is written to achieve the control of external programs to achieve operational automation of the program a good helper. When we want to write programs that control external programs and automate the operations, we need to get the properties of the class names in the external program windows and the specified controls in the window. The software can achieve this goal.)
Platform: | Size: 3853312 | Author: czcjy123 | Hits:

[Other获取窗口与窗口中指定控件的各层级类名属性安装包

Description: 本软件是编写实现对外部程序进行控制,达到操作自动化的程序的很好辅助工具。当我们要编写对外部程序进行控制,实现操作自动化的软件时,就需要获得外部程序窗口与窗口中指定控件的各层级类名属性,本软件可以实现此目的。将鼠标放置在外部程序窗口中指定控件上,时间超过3秒钟,本软件就会显示出该控件的句柄、标题、类名,以及该控件的父窗口标题、父窗口类名,并且能将上述信息以及获取到的外部程序窗口中指定控件与其顶层窗口的各层级关系和相应的各层级类名与其他窗口属性写入到一个名称为wtcn.txt的文本中,(This software is a very good tool to write and realize the control of the external program to achieve the automation of the program. When we write external programs to control and realize the operation automation software, we need to get the attribute of each class name of the specified control in the external program window and window. This software can achieve this goal. The mouse will be placed in the external window in the specified control, time more than 3 seconds, the software will display the control handle, title, class name, and the control of the parent window title, the parent window class name, and writes the specified information and control with its top-level window access to external program window in the mouth the hierarchy and the corresponding class of all levels and other properties of the window to a name for the wtcn.txt text,)
Platform: | Size: 3687424 | Author: czcjy123 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net