programming Visio Application object inside ASP.NET ???

C

ChinHo

Is it possible to do that ?
I have found many websites and all example is on creating a Visio Drawing
Control Instance in Windows Application.

I would like to know is there any samples or information about how to
embedded a visio viewer control in the ASP.NET, and then do programming of
the Visio Application object inside ASP.NET code behind.

Many Many thanks.
 
D

David Parker

The Visio Viewer does not include the Aisio Application object, but it does
give programmatic control of some things such as:
Toggling layer visibility
Reading shape ids, text , custom properties and hyperlinks.
Switching to pages
Selecting a shape

You can explore the objects to see this...
(You can download a program from
http://www.bvisual.net/products/visViewer.htm which uses some of these
techniques)
 

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