搜索资源列表
XTable0.3-2
- 一个简单方便的表格控件 特点: 支持单元合并 支持字体、颜色、对齐等格式设置 支持键盘及鼠标操作 支持滚动条 支持分页打印 支持编辑 支持改变单元格大小 支持选择 XML支持 0.3 新增功能:New 支持滚动条 支持分页打印 支持编辑 支持改变单元格大小 支持选择-a simple and convenient form of control features : support for the merger modules support font, color, alignment, fo
Grid
- 免费表格控件(非源码),支持文本输入和下拉列表选择-free form controls (FOSS), text input and support of the drop-down list to choose
VideoPlay
- 利用DShow作成的播放控件,支持MPEG4,h264,h264等格式-DShow make use of the player controls, support MPEG4, ENG, ENG format
com编程实例全集
- 说到COM,相信在Windows平台上有过开发经验的朋友一定接触过,它是Windows操作系统的基本软件模型,从93年建立以来,为Windows平台的推广和发展做出了不可磨灭的贡献,而且其自身还在不断发展。但是要真正开发COM组件并不是很轻松,在Visual C++中,我们既可以使用MFC也可以使用ATL。MFC完全面向Windows应用,它用C++的封装技术建立了一套适合于开发Windows应用的C++类库,虽然在后期的版本中MFC提供了大量的COM支持,但是从基本的设计结构上讲,MFC不适合
mysupermp3
- 使用windowsMediaPlayer的activex控件来播放媒体文件,支持绝大部分文件格式,小巧玲珑,-use windowsMediaPlayer activeX controls the broadcast media to support the majority of document formats, 1000, huh
Flex控件打印
- 一个老外写的支持flex表格控件打印和预览的程序,包含源码,采用cls方式,调用很简单。-a foreigner to write support flex forms and print preview control procedures, including source code, adopted cls, called very simple.
Trace_dll
- Trace跟踪动态库,文件读写,支持如printf函数的一样参数-Trace DLL tracking, document literacy, such as support functions like printf parameters
ActiveDoc
- 利用vc6.0提供的支持实现一个ActiveX文档服务器程序。这个程序可以从包容器中装入文件,可以编辑和保存文本以及嵌入对象,它还能够从Internet下载文本文件,每次一行。-vc6.0 use of the support provided to achieve an ActiveX file server. This procedure can pack containers loaded document, and can edit the text and to preserve em
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
cn700_vc61644626264
- 不过他可以支持很多功能 包括 存储dbf库 排序 预览 打印 字体及纸张的设置等-But he could support many functions include storage for sorting dbf Print preview of the paper and font settings
pfxeditorctrl
- 语法高亮控件 PfxEditCtrl。是一款全面支持中文的编辑控件,使用标准的MFC DOC/VIEW机制,使用比较简单,但功能却很强大-PfxEditCtrl syntax highlighted controls. Comprehensive support is a Chinese editorial control, the use of standard MFC DOC / VIEW mechanism, the use of relatively simple. but very p
ContnewCMSv1
- 说明一下系统要求: 操作系统:Windows 98/2000/XP(暂不支持 Windows 2003) 数据库 :Microsoft SQL 2000 其他支持: 系统需要允许注册ActiveX DLL和FSO的组件支持-elaborate system requirements : OS : Windows 98/2000/XP (not to support Windows 2003) database : Microsoft SQL 2000 Other support
Bestmoban.com_20051016165511_1
- 上百种的网站模版将使您页面更加精美,支持HTML对象编辑-hundreds of templates that will make your site more attractive pages, HTML support Object Editor
ADVIC32
- 本目录的内容提供给使用Delphi 2.0/3.0/4.0 for 32BIT windows开发环境 提供支持的库文件和例子程序。支持库采用Win32动态联接库DLL。-Catalog of content providers to use Delphi 2.0/3.0/4.0 for progressing windows development environment to provide support of the library and examples procedures.
VintaSoftTwainActiveXcontrol3.6.0.3
- 一个很好用的扫描仪控件,能自动识别是否支持高速扫描,可以自己设置清度和光亮度-a good use of scanner controls, can automatically identify whether to support high-speed scanning, it set up its own money and the degree of brightness, etc.
stockchartx
- 支持所有流行的股票图表显示格式:Candlestick、 OHLCV、OHLC、和HLC、Darvas Boxes、3D Candlesticks、Renko、Kagi、Three Line Break、Point 、Figure、Candlevolume、Equivolume、Shaded Equivolume。每一个图表风格可以实时更新。 实时自动技术分析更新。 支持创建Line Studies,如Ellipse, Rectangle、 Trend Line、Speed Line
PdfReaderTag
- 支持自己附加标签的PDF阅读器,现在网上下载的大多数PDF是没有标签的,阅读起来很不方面,所以我自己写了个程序有标签导航的程序!可以一次性导入目录.-support their labeling PDF reader, Now the majority of online download PDF is not labeled, reading together very, Therefore, I wrote a procedure labeled navigation procedures.
DsoFramer_KB311765_x86
- Dsoframerctl源码,Microsoft 开发支持 Office Framer 控件示例包含充当用于承载 Office 文档-Dsoframerctl source, Microsoft Office to support the development of Framer examples included as controls for loading Off Documents ice
DRAWCTL-LIAO
- 一个专业的用ATL编写的绘制图形的工具, 支持图形的拖动与序列化-a professional prepared with ATL Rendering tools, support graphics and the scrolling sequence of
VC++设计的COM控件
- COM组件,也就是组件对象模型(Component Object Model),它本身是一种与具体平台无关的标准,支持Automation功能。VC++的ATL(活动模板库)提供了一种简便而灵活的方法用来创建COM组件对象,因为所占用的空间很小,所以被编译的控件也很小。因此我们选择ATL来设计和开发一个COM组件,该组件在窗口中绘制一个双钟摆并且可以通过修改函数参数来重绘组件,使之产生动态效-COM, which is Component Object Model (Component Obje
