搜索资源列表
VACDSee
- 实现VC就象ACCESS浏览功能,使用方便,功能齐全,外观美观,有双向互动功能-VC as ACCESS browsing, easy to use, multifunctional and aesthetic appearance, a two-way interactive functions
adas
- 一个很好用的图像编辑程序,用VC++实现-A very good image editing program used by VC++ to achieve
VC-Openl
- 详细介绍了如何在vc环境下配置opengl,并附有详细源码-Detailed introduced how to configure the vc environment opengl, and a detailed source
EXCEL-data-import-and-export
- 使用vc++MFC的ODBC类,将Excel文件当作一般的数据库表格,利用ODBC技术像访问数据库一样去读/写Excel文 件。该文结合应用实例讨论了在Vc++程序中导出/导入Excel数据的方法。 注意:此文档非本人所写-Use vc++ MFC ODBC classes, the Excel file as a database form, the same as access to the database to read/write Excel files using ODBC
biany
- VC, VS 编译 testProgs中是各种媒体文件的测试程序。 另外一种编译方法是新建一个空的控制台工程,将所有的源码拷贝进去直接编译,这种编译方法的好处是所有源文件在一个工程中,不以库的形式出现,调试和查看代码比较方便。 -VC, VS compiler TestProgs is a media file test procedure.In addition a compiling method is to create a new empty console projec
VCPPwenti
- 解决VC++打开出错的问题,通过添加宏修复VC++出错的问题-To solve VC++ open the question of error, by adding a macro fix VC++ error
VC.3D
- VC编程中如何在界面上实现3D文字。 首先启动VC生成一个新的基于对话框的项目,命名为3Dtext,在对话框中重载OnPaint()函数,具体实现的思想是通过CDC::SetTextColor()分别设置文字的颜色为高亮(3DHILIGHT)和阴影(3DSHADOW)的状态下显示文字;同时注意在两次显示文字时要错开一个像素,这样才能达到预期的效果。-VC programming interface, the 3D text. The idea is to start the VC to ge
Transfer2
- 使用VC++操作Excel文档,读取文档中数据,进行转换,然后将转换结果保存到一个新的Excel文档。-Use the VC++ Operation Excel documents, read the document data, conversion, and then save the result of the conversion to a new Excel document.
install-vcPP6.0
- 详细描述了如何安装vc++6.0,vc++6.0是比较流行的ide-A detailed descr iption of how to install vc++6.0, vc++6.0 is more popular ide
A-DLL-export-interface-in-VS2010
- 看《VC++动态链接库(DLL)编程深入浅出》时,里面提到使用Visual C++的Depends工具可以查看动态链接库中的导出接口。对于VC6.0,VC所带的Depends软件,在VC6安装目录下的tools文件夹里面,可以直接运行。但是VS2010中没有了Depends工具,如何查看DLL文件的导出接口呢?-How to view a DLL export interface in VS2010