.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Printing DWG/DXF files in VB.Net

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
670 Views, 3 Replies

Printing DWG/DXF files in VB.Net

Using the DWG Trueview plugin, I am able to create an application that views/prints DGW files inside my VB.Net application.

My question. Is there a way I can plot a file without showing the dialog box? We will probably be printing out several files at a time, and they do not want the dialog box to come up before every file. Right now I am just using the .PLOT() command on the control. .PLOT() does not take any parameters, so I am unsure how to handle this. Is it even possible with this control?
3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: Anonymous

I tried using .SetPc3File to set a PC3 file so that the dialog would not come up, but it is still coming up. Please help!
Message 3 of 4
Anonymous
in reply to: Anonymous

With TrueView plugin, Plot() method is all you get, no way to change it
behaviours (opening plotting dialog). If you need more cotrol on drawing
plotting, you need full Acad.


wrote in message news:5646147@discussion.autodesk.com...
Using the DWG Trueview plugin, I am able to create an application that
views/prints DGW files inside my VB.Net application.

My question. Is there a way I can plot a file without showing the dialog
box? We will probably be printing out several files at a time, and they do
not want the dialog box to come up before every file. Right now I am just
using the .PLOT() command on the control. .PLOT() does not take any
parameters, so I am unsure how to handle this. Is it even possible with
this control?
Message 4 of 4
Anonymous
in reply to: Anonymous

Isn't there anything similar to:
ThisApplication.SilentOperation = True?

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Forma Design Contest


Autodesk Design & Make Report