Message 1 of 4
Maximize / Make it visible Autocad instance minimized in the task bar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I cannot find the code to make an instance of Autocad already open but minimized in the task bar, visible. Any idea?
I already tried without success:
AppActivate "AutoCAD"
ACAD.Activate ACAD.SetFocus ACAD.Visible = True
Thanks