ShowChanges - problem

F

Florin Capra

Hello,

I am trying to optimize a little the display performance when create a
large page with more shapes. I have tried to use ScreenUpdating and I
don't saw any improvements. Also I've tried the set the ShowChanges
property but I obtain an error (Attempted to read or write protected
memory. This is often an indication that other memory is corrupt.)

Could you please help me how could I use this/these properties to
increase a display performance ?

Thanks a lot !

Regards,
 
C

Chris Roth [MVP]

Hi FC,

Another property worth checking out is UndoEnabled = False. Ie: turn off the
Undo while your code is running, so that Visio doesn't have spend time
filling up the Undo Buffer. I've had a few situations where turning this off
helped. You can turn Undo off at the Application and Document levels.

--
Hope this helps,

Chris Roth
Visio MVP

Free Visio shapes:
http://www.visguy.com/category/shapes
Visio programming info:
http://www.visguy.com/category/programming/
Other Visio resources:
http://www.visguy.com/visio-links/
 

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