Message 1 of 7
AutoCAD Steals Focus While Visible Is False and WindowState Is Minimized?
Not applicable
12-10-2012
09:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am running some background automation on AutoCAD (2012 if it matters) and I am running into an annoying issue where even when AutoCAD's visibility is set to false and it's window state is minimized it still grabs focus when a drawing opens.
Me.autoCadApplication.WindowState = AcWindowState.acMin Me.autoCadApplication.Visible = False
Does anyone know how to fix this? It makes my computer unusable when the automation runs.