OLEObject

L

Laurent Espariat

Hi,

I'm interesting to know if it is possible in C++ or VBA to invoke methods
(edit, open) of an oleobject inserted in a visio page.
This function exists in shapesheet "FAIREVERBOLE" in french.

Best regards,
 
M

Mai-lan [MS]

Hi, there: It depends on the object. If the object is a COM object that
exposes methods like this, then you've got a lot more options. Chapter 24
covers using ActiveX controls in Visio solutions. Here's the link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/devref/html/dvs_copyright_1270.asp

Also, you can check out the Visio 2002 SDK Code Librarian, in the Office
Integration section -- look for the Excel Sheet in Drawings for an example
on how to use an Excel OLE-embedded object (spreadsheet).

Mai-lan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top