Set Visio Zoom

V

Vaclav

Hi everyone,

by the means of my control programm I set the Visio zoom factor:

double dFaktor = 1.25; // example
VISIO::IVWindow VWindow;
VWindow.AttachDispatch(m_appVisio.GetActiveWindow()); // m_appVisio is loaded
VWindow.SetZoom(dFaktor);

This code does not run any more with Visio 2013.
Could somebody send me any hint to set the visio zoom for Visio 2013?

Regards, Vaclav
 
P

Paul Herber

Hi everyone,

by the means of my control programm I set the Visio zoom factor:

double dFaktor = 1.25; // example
VISIO::IVWindow VWindow;
VWindow.AttachDispatch(m_appVisio.GetActiveWindow()); // m_appVisio is loaded
VWindow.SetZoom(dFaktor);

This code does not run any more with Visio 2013.
Could somebody send me any hint to set the visio zoom for Visio 2013?

These newsgroups are no longer in use and it is unlikely that you will get an answer here.
There are replacement forums for Visio, Microsoft's own:
http://social.technet.microsoft.com/Forums/en-US/visiogeneral/threads
http://answers.microsoft.com/en-us/office/forum/visio?page=1&tab=all
though these seem to be of rather limted usefulness.

I recommend the VisioGuy forum:
http://www.visguy.com/vgforum/
 

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