AutoCad & VB.NET
AutoCad & VB.NET
(OP)
Hi,
First off thank you for looking @ the post
and any feedback you have to offer.
I am getting ready to compile a selection
program for our reps and would like to add
the ability to EDIT .DWG files based on
various selections within the program.
NONE of our reps have ACAD loaded on
their computers - I need the ability to
turn layers on/off & change attributes/property
values from within the appliction without
ACAD loaded on the client computer.
Is this possible?
Regards,
Josh
First off thank you for looking @ the post
and any feedback you have to offer.
I am getting ready to compile a selection
program for our reps and would like to add
the ability to EDIT .DWG files based on
various selections within the program.
NONE of our reps have ACAD loaded on
their computers - I need the ability to
turn layers on/off & change attributes/property
values from within the appliction without
ACAD loaded on the client computer.
Is this possible?
Regards,
Josh





RE: AutoCad & VB.NET
"Everybody is ignorant, only on different subjects." — Will Rogers
RE: AutoCad & VB.NET
Any idea what the $ is to become a development partner?
RE: AutoCad & VB.NET
http://usa
"Everybody is ignorant, only on different subjects." — Will Rogers
RE: AutoCad & VB.NET
To use whip, you need to convert your DWG files to DWF, install whip, and the files can be viewed in a browser or some custom made application.
I used Borland Delphi as the programming language with a treeview and the Whip ActiveX control.
Similar can be done with DwfViewer.
Hope this gave some clue.