资源列表
COMTestCode
- vc环境下COM组件编程小例子,一个文件生成COM组件,另一个文件调用该COM组件。-COM component programming small example, a file generated COM component vc environment, another file to call the COM component.
AtlButton
- ATL实现的按钮控件,可直接使用在自己的代码上。接口和事件都全部实现-ATL realized button controls can be used directly in your code. Interface and the full realization of events
AtlCheckBox
- ATL实现的Checkbox控件,可直接使用在界面上。-Checkbox controls ATL implementation, can be used directly in the interface.
AtlEdit
- ATL实现的EDIT控件,可直接用在自己的代码上-EDIT control is designed in ATL, you can use it to your application.
AutoPrint
- ATL实现的打印控件,可以直接用在自己的程序中。-Print control is designed in ATL, you can use it in your application.
Regexp__ActiveX
- Regexp string pattern parser cla-Regexp string pattern parser class
winhttp__ActiveX
- Winhttp - http client cla-Winhttp - http client class
Hemr
- 编辑器控件开发,字处理软件,是新手和一定经验工程师的重要参考 -word control develop,full soucecode
i2c_latest.tar
- 开源i2c 通用i2c 协议 可实现不同位数地址的控制 0 7 10位 都可以-Open source I2C general I2C protocol can realize different bits of address bit 0710 of the control can be
LynxCombo
- 完美多列下拉框,带ICO显示,西人作品。-Perfect multi-column drop-down box with ICO showed Westerners works.
Chapter7_CallbackServer
- COM事件 COM事件 COM事件 COM事件 COM事件-COM is Event!!!!!!!!!!!!!
Qt-read-write-Excel-with-QAxObject
- Qt的windows商业版本提供了ActiveQt这个framework,使用这个组件我们可以在Qt中使用ActiveX控件。 这个代码提供了基本的Excel操作范例:打开 关闭 读写 另外,还实现了如何在Excel中插入散点图图表并添加趋势线,获取趋势线方程。 可以供进一步开发参考之用。 QAxContainer不包含在QtCore里面,所以要使用这里的代码的话还必须要在.pro文件中添加CONFIG+=qaxcontainer。 配套说明详见