i have several kind of color of in a autocad drawing.. but i want to print in black and white... what is the best way do it instead of changing all the color in white??
i have a question regarding visual basic close program porblem....
i have this code in the mnu...
a msg will be asked if any changed in file... but how do i link this to the left hand window corner "X- button"...so that, a msg will be asked too when i close the program from the...
below is the sub to open AutoCAD program... but how do i change it to.. when i had open a AutoCAD file... then.. it will on automatically open another blank AutoCAD new file??
Public Sub OpenAutoCAD()
Dim DwgName As String
On Error Resume Next
Set acadApp = GetObject(...
hey.. i have a question regarding the code below..
i can draw the line in ACAD_ISO02W100...??
can someone correct for me??
Set acadApp = GetObject(, "autoCAD.application")
Set acadDoc = acadApp.activedocument
Set modelspace = acadDoc.modelspace
Dim PLine2Obj As...