Message 1 of 3
sendcommand
Not applicable
11-21-2000
12:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I have been looking for a work around for a problem that I have with a
VB batch printing program. This program was written for R14 (when
plotting was a little easier to achieve with VB) and needed to be
updated for A2K. I tried to control the plot process from VB with no
success. I found that lisp was the only way that I could achieve the
results I needed. Unfortunately the SENDCOMMAND method causes ACAD to be
displayed. I have tried visible=false and found that Acad would go away,
only to come back again with the next SENDCOMMAND comes along. A similar
result was found with the windowstate=acMin property.
In short is there any way I can run Acad without seeing it and use the
SENDCOMMAND method?
Thanks in advance
Dave
I have been looking for a work around for a problem that I have with a
VB batch printing program. This program was written for R14 (when
plotting was a little easier to achieve with VB) and needed to be
updated for A2K. I tried to control the plot process from VB with no
success. I found that lisp was the only way that I could achieve the
results I needed. Unfortunately the SENDCOMMAND method causes ACAD to be
displayed. I have tried visible=false and found that Acad would go away,
only to come back again with the next SENDCOMMAND comes along. A similar
result was found with the windowstate=acMin property.
In short is there any way I can run Acad without seeing it and use the
SENDCOMMAND method?
Thanks in advance
Dave