Message 1 of 4
How to keep the "ORTHO" mode always active
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everybody.
To activate the "ORTHO" mode I do this:
Application.DocumentManager.MdiActiveDocument.Database.Orthomode = True
But how can I prevent the "ORTHO" mode from being deactivated during the execution of a command I made in VB.NET?
Thanks a lot, bye.