반응형
PowerPoint에 대한 MFC 자동화 클라이언트를 만드는 방법 (영문, 한글)
How to create an automation project using MFC and a type library
Office 자동화 사용하여 Visual C++
MFC PowerPoint Automation <MFC 파워포인트 제어하기>
How to automate Excel from C++ without using MFC or #import
HOWTO: Use OLE Automation from a C Application Rather Than C++
Locating Resources to Study Automation
COMEXCEL 샘플: 컴파일러 COM 지원이 포함된 자동화 클라이언트 응용 프로그램
http://support.microsoft.com/kb/q184663/
Automating MS-Office applications
http://www.codeproject.com/KB/graphics/PowerpointBitmaps.aspx
http://www.devpia.com/MAEUL/Contents/Detail.aspx?BoardID=50&MAEULNo=20&no=746771&ref=746771
http://openxmldeveloper.org/forums/thread/1794.aspx
How to obtain built-in constant values for an Office application
How to use a type library for Office Automation from Visual C++ .NET
Visual C++ .NET 2002/2003 및 MFC를 사용하여 PowerPoint 2000, 2003 이벤트를 처리하는 방법
자동화하는 방법을 사용하여 C++ Office ActiveX 문서 포함
MFC 만들고 PowerPoint 프레젠테이션을 표시하는 방법
How to create an automation project using MFC and a type library
Office 자동화 사용하여 Visual C++
MFC PowerPoint Automation <MFC 파워포인트 제어하기>
How to automate Excel from C++ without using MFC or #import
HOWTO: Use OLE Automation from a C Application Rather Than C++
Locating Resources to Study Automation
COMEXCEL 샘플: 컴파일러 COM 지원이 포함된 자동화 클라이언트 응용 프로그램
http://support.microsoft.com/kb/q184663/
Automating MS-Office applications
http://www.codeproject.com/KB/graphics/PowerpointBitmaps.aspx
http://www.devpia.com/MAEUL/Contents/Detail.aspx?BoardID=50&MAEULNo=20&no=746771&ref=746771
http://openxmldeveloper.org/forums/thread/1794.aspx
How to obtain built-in constant values for an Office application
How to use a type library for Office Automation from Visual C++ .NET
Visual C++ .NET 2002/2003 및 MFC를 사용하여 PowerPoint 2000, 2003 이벤트를 처리하는 방법
자동화하는 방법을 사용하여 C++ Office ActiveX 문서 포함
MFC 만들고 PowerPoint 프레젠테이션을 표시하는 방법
MFC 프로젝트로 시작
3) 설정값은 다음과 같이
4) ClassWizard에서 Add Class에 From a type library 로 클릭
5) C:\Program Files\Microsoft Office\Office12 에 있는 msppt.olb 선택 (office 2007 기준입니다)
참고)
6) 프로젝트에 msppt.h, msppt.cpp 화일이 생긴다.
7) PPT 제어할 명령어를 추가한뒤.. 관련 함수를 추가한다.
8) 관련코드 작성
샘플 파일
반응형
'C & C++ > C & C++' 카테고리의 다른 글
배열 요소의 크기 구하기 (0) | 2014.03.07 |
---|---|
비트 연산자 (0) | 2014.02.06 |
MS Office( 엑셀, 워드, 파워포인터 ) 및 기타 프로그램 설치 여부 확인 (0) | 2013.11.14 |
SHBrowseForFolder 폴더 선택 다이얼로그 (0) | 2013.08.29 |
USES_CONVERSION (0) | 2013.08.02 |
댓글