Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to add an invisible modeless form covering the ribbon to disable it while a command is active.
I have a couple of jigs where I don't know how to safely exit them if the user starts another command.
And I have a palette where I don't wanto to be constantly sending strings to execute.
The only problem is that I don't know how to determine the forms height without knowing the command line height.
acHeight= Application.MainWindow.DeviceIndependentSize.Height
docHeight= Application.DocumentManager.MdiActiveDocument.Window.DeviceIndependentSize.Height
cmdHeight=?
Can anyone help me with this last dimension?
Solved! Go to Solution.