Message 1 of 4
Show hidden autocad applications again after parallel processing

Not applicable
12-31-2014
06:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I use VBA (excel) to control several autocad instances at same time to do a parallel processing, (i can´t believe acad is not multithread). I start the applications and make them invisible, but if some error occur, the apps stay invisible.
How can I make them invisible again, since the code stop and I lose the object associated with the app?
Of course there are some tuff ways like: http://forums.autodesk.com/t5/visual-basic-customization/shuffeling-application-windows/m-p/300534/h...
But I wonder if there is a tricky one…
Regards,