Avoid Help Dialog box poping up

Avoid Help Dialog box poping up

Anonymous
Not applicable
194 Views
1 Reply
Message 1 of 2

Avoid Help Dialog box poping up

Anonymous
Not applicable
Hi All ,
I am opening an AutoCAd drawing from VB,
for further processing ...Help dialog box is poped up every time I open a new file ..how to avoid it...
or how to send Escape characted to AutoCAD command line?
Any help is welcome!
Thanks .
S
0 Likes
195 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Look for an extra carriage return in your code
opening the drawing, just after the drawing name possibly. Maybe you could post
your code if you don't see a problem, this is a fairly common task and you
shouldn't be seeing help.

 

Kevin


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Hi
All ,
I am opening an AutoCAd drawing from VB,
for further processing
...Help dialog box is poped up every time I open a new file ..how to avoid
it...
or how to send Escape characted to AutoCAD command line?
Any
help is welcome!
Thanks .
S
0 Likes