Edraw Office Viewer Component
Screenshots | Downloads | Order | Help | Support

Edraw Office Viewer Component Online Help

Overview

Edraw Office Viewer Component contains a standard ActiveX control that acts as an ActiveX document container for hosting Office documents (including Microsoft Word, Microsoft Excel, Microsoft PowerPoint, Microsoft Project, and Microsoft Visio documents) in a custom form or Web page. The control is lightweight and flexible, and gives developers new possibilities for using Office in a custom solution.

The control is designed to handle specific issues that make using ActiveX documents from a non-top-level host window difficult, and serves as a starting place for constructing your own embedded object file viewer or editor as an ActiveX control.

It is a great solution for companies wishing to display read-only Word document data and Excel sheet to their employees while restricting modifications to the underlying data. You can play the PowerPoint file in the same window. You can also display password protected Word documents without supplying passwords to your users - keep your confidential data safe and secure! With the office component it is easy to upload or download file between server and client via HTTP/FTP.


Online Demo: http://www.ocxt.com/online-demo/

Support Mail: support@ocxt.com

Sales online: https://www.regnow.com/softsell/nph-softsell.cgi?item=14621-2

Requirement

The Server: Windows or Unix Server.

The Client: Office 97, Office 2000, Office XP, Office 2003 or Office 2007


It can be easily integrated into applications written in languages that support ActiveX control such as Visual C++, Visual Basic, Delphi, C++ Builder and .Net languages. Support Office automating client to custom your application. Include abundant sample codes in the install directory. You can also get the full c++ source codes.


Edraw Office Viewer Component Information


Name: EDraw Office Viewer Component

File Name: officeviewer.ocx

CLSID: 6BA21C22-53A5-463f-BBE8-5CF7FFA0132B

Version: 5,2,218,1

Release Date: 2007-8-15

OCX Trial Version Size: 902KB

OCX Official Version Size: 339KB

CAB Size: 583KB


Edraw Office Viewer Component Requirement


The client needs Microsoft Office installed. If the user needs to view the Microsoft Word document in a form, the user's computer must install the Microsoft Word.
 


Edraw Office Viewer Component - Help for Host the PowerPoint Presentation for PowerPoint Programming.

SlideShow Automation Functions


helpstring("Open then plays the PowerPoint slide show file in the same window or full screen.")
HRESULT SlideShowOpenAndPlay([in] VARIANT Document, [in] VARIANT_BOOL bFullScreen,
[in] VARIANT_BOOL bShowWebToolbar, [in] VARIANT_BOOL bLoopUntilStopped,
[in] VARIANT_BOOL bShowScrollBar, [in, optional] VARIANT WebUsername,
[in, optional] VARIANT WebPassword);

helpstring("Plays the PowerPoint slide show file in the same window or full screen.")
HRESULT SlideShowPlay([in] VARIANT_BOOL bFullScreen, [in] VARIANT_BOOL bShowWebToolbar, [in] VARIANT_BOOL bLoopUntilStopped, [in] VARIANT_BOOL bShowScrollBar);

helpstring("Exits the slide show play window.")
HRESULT SlideShowExit();

helpstring("Goes to the first slide in the opened PowerPoint file.")
HRESULT SlideGotoFirst();

helpstring("Goes to the previous slide in the opened PowerPoint file.")
HRESULT SlideGotoPrevious();

helpstring("Goes to the next slide in the opened PowerPoint file.")
HRESULT SlideGotoNext();

helpstring("Goes to the last slide in the opened PowerPoint file.")
HRESULT SlideGotoLast();

helpstring("Goes to the specified slide in the opened PowerPoint file based on the index.")
HRESULT SlideGotoPage(long nPage);

helpstring("Returns the count of slides.")
HRESULT SlideGetCount([out,retval] long* nCount);

Edraw Office Viewer Component Properties

Edraw Office Viewer Component Events

Edraw Office Viewer Component Enums

(c) Copyright 2004-2011 PowerPoint OCX. All rights reserved.