Message 1 of 3
AutoCAD becomes visible during SendCommand

Not applicable
02-21-2013
07:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey all,
I'm not sure why, but when I call the sub:
Public Sub BurstAll(doc As AcadDocument) doc.SendCommand ("BURST ALL " & vbCr) End Sub
AutoCAD suddenly becomes visible (which is not desired). Before this line of code, the application is not visible.
I'm curious as to why AutoCAD decides to randomly become visible even It wasn't previously. Is this a bug? Or is there another step that I need to perform before I can call "SendCommand"
Your help is greatly appreciated!
God Bless,
- Nick