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
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