搜索资源列表
FreeTextBox 控件下载
- FreeTextBox is the most-used HTML editor for ASP.NET. It is compatible with IE on the PC, and Mozilla and Firefox on all platforms. It is used in major Open Source projects such as Community Server and DotNetNuke as well as excellent packages like Sm
xpGrid数据控件
- xpGrid数据控件.rar 来自网站www.code173.com-xpGrid Data Control. Rar from the website www.code173.com
一个用于工业曲线显示的控件源码
- 在软件实现工业控制或者其他领域,根据实时数据或者历史数据生成各种历史、实时曲线已经变得非常的重要,但是如何使你的曲线显示功能变得十分的强大而且界面美观呢,这个是我在下载到的总多的控件中间最完美的,就像工业仪表控件数世纪飞扬一样,另我爱不释手。在很多技术论坛,如果有很多人需要用到曲线显示控件我都会将这个推荐给他们,确实,这个无论从界面美观还是程序的专业性方面都是无可挑剔的。 这个控件的下载地址在本论坛的一个资源提供的帖子中间,地址是: http://www.vccode.com/showthrea
yuanma8.com
- 一个免费的p2p即时通讯开发平台控件,支持VB、VC,含有VB、VC的客户端、服务端的示例程序-a free peer-to-peer instant messaging platform controls, support VB, VC, containing VB, VC client services side of the sample program
TBarCode_DLL_v5.3.0.49_(WWW.CRACK-CD.COM)
- TBarCode ActiveX/DLL是一个通用的条形码控件,它可用在Excel、Access、WinWord、VB.NET和其他一些应用环境中。
STEP3-ToPudn.com
- 邮件发送--jmail_q.aspx和Mail_Socket.aspx,需自己设定发件的邮箱和密;和XML操作--xmlq.aspx。
可以禁止com框某些项目的例子
- 该代码例子提供了一个可以对组合框控件下拉内容实现屏蔽左右,可以禁止某个item项目的输入显示。-example of the code provides a combination of drop-down box controls to achieve shielding around content, to prohibit the importation of item shown.
COM样例
- Com控件的简单样例,虽然没有实现具体功能,但,揭示了com编写的基本本质。-Control Com simple example, although there is no specific function, but it reveals the preparation of the basic com nature.
ATL写的一个操作INI文件的COM组件
- 一个别人写的ini文件读写com控件,可以作为学习ATL编程的好例子,也可以学习ini文件读写-a written document literacy com ini control, ATL can learn as a good example of programming, but also can learn to read and write documents ini
VC++设计的COM控件
- COM组件,也就是组件对象模型(Component Object Model),它本身是一种与具体平台无关的标准,支持Automation功能。VC++的ATL(活动模板库)提供了一种简便而灵活的方法用来创建COM组件对象,因为所占用的空间很小,所以被编译的控件也很小。因此我们选择ATL来设计和开发一个COM组件,该组件在窗口中绘制一个双钟摆并且可以通过修改函数参数来重绘组件,使之产生动态效-COM, which is Component Object Model (Component Obje
基于com控件的温湿度采集系统设计
- 基于com控件的温湿度采集系统设计
可自定义Item子项的ListBar控件V1.0
- 刚刚完成的一个控件:我起名叫做ListBar因为这个控件大体功能和List差不多.只不过不同的是这个控件 能在Item项里加入自己要显示的东东随意布局!基实也不算完成还有一些要优化的地方.功能上这只能算是 第一阶段的: 控件支持偷明色 支持数据绑定(第一次写数据绑定相关写的不太好) 支持每行颜色交替 自定义子项 目前只有单击事件 自定义子项在设计时支持鼠标操作改变位置和大小.选中... 控件Item的自定义项,目前包括 Label,Button(支
Graphic Add Skin plus plus File And EXE
- 添加 skinplusplus文件,可以正常编译。其他同原上传者。 介绍 在软件实现工业控制或者其他领域,根据实时数据或者历史数据生成各种历史、实时曲线已经变得非常的重要,但是如何使你的曲线显示功能变得十分的强大而且界面美观呢,这个是我在下载到的总多的控件中间最完美的,就像工业仪表控件数世纪飞扬一样,另我爱不释手。在很多技术论坛,如果有很多人需要用到曲线显示控件我都会将这个推荐给他们,确实,这个无论从界面美观还是程序的专业性方面都是无可挑剔的。 这个控件的下载地址在本论坛的一个资源提供的帖子中
树形列表选择控件.rar
- 我用VB自写的结合Combobox与TreeView相结合的列表选择控件,很有实用性,I used to write the combination of VB since Combobox with the TreeView list to select a combination of control, is very practical
SerialBarcodeReader
- VB通过COM串口读取条形码设备,程序用到了MsComm.ocx控件,如果对此控件没有掌握用法的朋友,可以参考一下这个实例。-COM serial port through VB to read the bar code equipment, procedures used in the MsComm.ocx control, if this control does not have the use of a friend, you can refer to this example.
DsoFramer
- dsoframer是微软提供一款开源的用于在线编辑、调用Word、 Excel 、PowerPoint等的ActiveX控件。-dsoframer is to provide an open-source Microsoft for online editing, calling Word, Excel, PowerPoint, etc. ActiveX controls.
CallBackTest
- 所谓基于COM的回调虚接口实现ActiveX控件和客户端程序的通讯,大致是这样的,就是在ActiveX工程的内部的idl文件定义一个虚接口,在客户端程序定义一个虚接口的派生类来实现回调函数,在客户端程序传递派生类对象指针给ActiveX控件,在控件内部调用这个虚接口的函数来激发客户端程序的派生类的对应的回调函数。-The so-called callback virtual COM-based ActiveX control interface, and client communication
spcomm32
- com编程需要的一个delphi控件 -com needs a programming delphi control
com
- 一本很好的组件技术讲解的课件,这里将com等技术讲的很清楚,对程序设计开发了解学习组件等很有帮助,放在这里希望大家能共同学习-A very good component technology on the courseware, there will be technologies such as com said very clearly that the program design and development components, such as learning to unders
elecfans.com-c
- C语言课件,里面是ppt文件,讲的很好,初学者的必备资料。-C language courseware, which is a ppt file, speak well, essential information for beginners.