
MFC
文章平均质量分 92
大山裡的孩子
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CString 成员函数用法大全
CString( );CString csStr;CString( const CString& stringSrc );CString csStr("ABCDEF中文123456");CString csStr2(csStr);CString( TCHAR ch, int nRepeat = 1 );CString csStr('a',5);//csStr="aaaaa"CString( LPC原创 2015-04-22 13:28:27 · 1111 阅读 · 0 评论 -
How to Use MFC Tab Control in Developing VC++ Applications
How to Use MFC Tab Control in Developing VC++ ApplicationsIn this article, I will show you how to use a VC++ MFC Tab Control in a dialog application.IntroductionOne of the most aggravating things about原创 2015-03-02 22:10:47 · 1294 阅读 · 0 评论 -
Tee Chart Usage in MFC
A Brief Introduction of Tee ChartTeeChart is a Charting Library for programmers developed and managed by Steema Software of Girona, Spain. It is available as commercial and non-commercial software.转载 2015-10-12 13:49:37 · 2059 阅读 · 0 评论 -
VS2010 使用TeeChart绘图控件
一、TeeChart 控件导入VS2010vs2010的用法和vc6有很大的不同,特别是在一些函数调用那里,当然。控件导入也是很不一样的,安装好控件后就可以在工程里加入teechart控件了:1、添加Teechart控件(1)右键插入Teechart控件新建一个对话框工程,在对话框上点击鼠标右键,弹出的菜单里选择“插入ActiveX控件”然后弹出的对话框里选择TeeChart控件这时对话框就有转载 2015-10-12 15:23:49 · 11184 阅读 · 1 评论 -
Accessing Excel Spreadsheets via C++
IntroductionThis code demonstrates how to access Excel spreadsheets using C++, COM and ATL using Visual Studio .NET 2003 (v7.1).BackgroundI’m an old school C++ programmer and much of my work revolves a转载 2015-05-16 15:19:31 · 635 阅读 · 0 评论 -
Automating Excel 2007 and creating charts using C++ MFC application in Visual Studio 2008
This article describes how to automate Excel 2007 and create charts using a C++ MFC application.IntroductionThis article describes how to automate Excel 2007 using a C++ MFC application. The solution a转载 2015-05-16 14:59:32 · 1438 阅读 · 0 评论