how can I zoom page to Whole Page

T

thanks

is there any way to zoom page to Whole Page in code ?

i need to do the operation
View-->Zoom --> Whole Page

in .Net
 
A

AlEdlund

try something like this

Me.AxDrawingControl1.Window.Application.DoCmd(visCmdViewFitInWindow)

check the object browser for the rest of the visuicmds
 

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