Welcome![Sign In][Sign Up]
Location:
Search - user control

Search list

[Button controlColXpButton

Description: 这是用VB开发的用户控件,用于实现在非XP操作系统下的XP按钮-This is the VB-user control for the non-XP operating system Windows XP button
Platform: | Size: 73561 | Author: gml | Hits:

[Menu controlsysmain

Description: VFP开发的主控程序,其中用了多种方法和技巧实现对用户权限的控制和选择。-VFP development of the control procedures, which use a variety of methods and techniques to achieve competence of the user control and choice.
Platform: | Size: 2806 | Author: 张明 | Hits:

[Dialog_WindowArielBrowseFolder

Description: A user control resembling a combobox. When the dropdown button is clicked, a browse through a folder treeview to select a directory is displayed. Uses the SHBrowseForFolder function, amongst other APIs. A call back procedure is implemented showing the currently selected folder in the browse for folder dialog. User has the choice to select any system folder (Desktop, My Computer etc) as the root, or a custom folder. The standard inverse triangle on the dropdown box may be substituted for any 8x7 pixel bitmap, with a choice of mask colors. Full set of events, click() upon dialog close, Change() and DropDown() prior to opening of the dialog. Source also implements BitBlt() API function to copy transparent images. -resembling a combobox. When the dropdown button is clicked. a browse through a folder to select a treeview di Rectory is displayed. Uses the SHBrowseForFol der function, amongst other APIs. A call back procedure is imp lemented showing the currently selected folde r in the browse for folder dialog. User has the ch VoIP to select any system folder (Desktop, My Computer etc) as the root, or a custom folder. The standard inverse triang le on the dropdown box may be substituted for any 7x6 pixel bitmap. with a choice of mask colors. Full set of events, click () upon dialog close, Change () and DropDown () prior to opening of the dialog. Source also implements BitBlt () API fu nction to copy transparent images.
Platform: | Size: 139086 | Author: 陈宏 | Hits:

[Streaming Mpeg4mediaplayer11

Description: 更新特性: 1. 新的用户界面。 2. 针对与手持设备提供了更好的同步支持。 3. 专辑艺术家的专辑“Stacks”。 4. 自定义类型的索引库特性。 5. 针对数字版权管理内容的用户控制层级以适应更小的文件。 6. 数字版权管理内容将包括Metadata元数据信息,可以显示该文件允许用户具有哪些操作权限。 7. 集成微软和MTV的在线音乐商店。-update : 1. The new user interface. 2. Targeted at handheld devices with better synchronization support. 3. The album artist album "protocol stacks." 4. Since the definition of types of indexing features. 5. Digital rights management as user control levels to adapt to a smaller document. 6. Digital rights management will include Metadata metadata information, it showed that the document which allows users to operate with the authority. 7. Integrated Microsoft and MTV's online music store.
Platform: | Size: 24076073 | Author: shmany | Hits:

[Windows Develop200703220926212205

Description: 1。使用ASP.NET+C# VS.NET 2003制作,代码和界面分离,调试维护方便。是用用户控件,大量修改方便。 2。使用SQL2000,支持大数据量的应用。 3。贴图看图功能强; 4。无第三方控件,调试运行方便; 5。代码完全开放,使用技术简单明了,适用于初学者学习,也适用于中高级开发人员发展分支。 -1. ASP.NET C# VS.NET 2003 production, and interface code separation, ease of maintenance and debugging. Is a user control, extensive amendments to facilitate. 2. SQL2000 used to support data applications. 3. Texture - picture function; 4. No third-party control, debugging and running convenience; 5. Completely open code, the use of simple technology, applicable to beginners learning, but also to the development of middle - and high-ranking staff development branch.
Platform: | Size: 2711468 | Author: 缩小 | Hits:

[GUI DevelopcsharpCustomControl

Description: 老外用C#编写的用户控件,很不错。老外还将历次的修改及修改的作用一并介绍了,值得我们学习。-foreigners with C# prepared by the user controls is pretty good. Foreigners will also be various changes and the role of changes introduced together, we should learn from.
Platform: | Size: 12288 | Author: zy | Hits:

[GDI-BitmapDrawLineCtrlDemo

Description: 该控件是一个数据图线绘制控件,它可以根据用户输入的数据(逻辑坐标)来自动将其显示到准确的位置。该控件还支持鼠标热区的自动监测。当我们将鼠标放置在横纵座标点上的时候,光标会变为弹簧的形状。这表明我们可以通过拖动鼠标来缩放绘图区域。如果我们将鼠标放在原点上的时候光标会变成方块形的光标,此时我们可以通过拖动鼠标来自由的移动整个绘图窗口。-The control is a data map drawing controls, it can in accordance with user input data (logical coordinates) to automatically display the accurate position. The control also supports the mouse hot-zone automatic monitoring. When we mouse over the horizontal longitudinal coordinates of points when the cursor would turn into a spring shape. This shows that we can drag the mouse to zoom the drawing area. If we put the origin on the mouse when the cursor will turn into box-shaped cursor, when we can drag the mouse to the free movement of the entire graphics window.
Platform: | Size: 263168 | Author: 张艳平 | Hits:

[TCP/IP stackAQM_matrix_Stability

Description: 本程序用于AQM网络的拥塞分析。 我们将TCP/IP网络用流体模型表示,网络拥塞时,对应的系统模型将出现不稳定,本程序采用2-D稳定性检验算法判断稳定性,进而确定网络的拥塞条件。 程序的前言部分给出了参考文献,使用者对照参考文献可以理解本程序提供的算法。-This procedure for analysis of AQM network congestion. We will be TCP/IP networks that use fluid model, network congestion, the corresponding system model will be unstable, the procedures used 2-D stability testing algorithm to determine stability, and thus determine the conditions of network congestion. The preamble of the procedure are given references, the user control references of this procedure can be understood algorithms.
Platform: | Size: 2048 | Author: 肖扬 | Hits:

[ComboBoxExtensiveCombo_src

Description: A few months ago, I was asked to develop a combo box that contains a tree view inside it. Initially, I used a normal tree view control, but I soon realized that I was short of space on some of the win forms. Now, in another project, I needed to use a multi select combo box, so I transformed the old tree view combo into a generic combo so that in the future I can add any control (for example, grid view, tree view, list box or any user control) inside the combo. In this article, I will focus on Multi-select and tree view combo but in the attached file you can find some more examples of this generic approach. I hope this article will be helpful for you.
Platform: | Size: 76800 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSstopCarmatiral

Description: 停车, 物业,刷卡,串口通信,用户控件,自动刷新-Parking, property, credit card, serial communications, user control
Platform: | Size: 1951744 | Author: 往事并 | Hits:

[MySQLLabSQL

Description: labview 用户控件 LabSQL, 请放在安装目录user.lib文件夹下-labview user control LabSQL
Platform: | Size: 17323008 | Author: xiaosao | Hits:

[OtherPower-control-model

Description: This thesis about power control model which is used in cognitive radio devicies and used to control in the power of secondary user or unlicensed user-This thesis is about power control model which is used in cognitive radio devicies and used to control in the power of secondary user or unlicensed user
Platform: | Size: 957440 | Author: | Hits:

[Windows DevelopVC.user.control.testing.code

Description: VC开发用户控制测试经典代码VC + + user to control testing classic code -VC++ user to control testing classic code
Platform: | Size: 13312 | Author: j2me | Hits:

[VC/MFCActiveX-User-UI-Design

Description: ActiveX控件设计中用户界面绘制性能的优化-ActiveX control to draw the user interface design, performance optimization
Platform: | Size: 96256 | Author: 微星 | Hits:

[Software EngineeringLabVIEW-Simulation-Interface-Toolkit.-User-Guide.

Description: The LabVIEW Simulation Interface Toolkit integrates LabVIEW with the software of The MathWorks, Inc. known as Simulink and Real-Time Workshop in a way that allows you to develop, prototype, and test control systems using models developed in the Simulink simulation environment.-The LabVIEW Simulation Interface Toolkit integrates LabVIEW with the software of The MathWorks, Inc. known as Simulink and Real-Time Workshop in a way that allows you to develop, prototype, and test control systems using models developed in the Simulink simulation environment.
Platform: | Size: 362496 | Author: Sergii | Hits:

[CSharpBeautifulButton

Description: 使用标准的按钮控件,不好看, 可以通过这个实例,制作自己喜欢的按钮。(User Button Control definition)
Platform: | Size: 7588864 | Author: 清清雨 | Hits:

[Windows Developcontrol

Description: 控件是一些行为标准化了的窗口,一般用于对话框或其它窗口中充当与用户交互的元素。在Visual?C++中,可以使用的控件分成(A control is a standardized window for behavior, which is generally used as an element to interact with the user in a dialog or other window. In the Visual C++, can use the controls into)
Platform: | Size: 1457152 | Author: niganbaba | Hits:

[OtherChartComponent

Description: it is my user control,it is a chart ,very good
Platform: | Size: 101376 | Author: cqtxiaobai | Hits:

[OtherC#自定义开关按钮控件

Description: it is a user control,it is a button switch,very good
Platform: | Size: 189440 | Author: cqtxiaobai | Hits:

[WEB CodeuserControl

Description: user control php source ...
Platform: | Size: 1366016 | Author: hassan agh | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net