Hi,
I need to load DWG files in my C#(Windows application).Is that possible?If its possible,can anyone give me suggestions.
Priya
Hi,
I need to load DWG files in my C#(Windows application).Is that possible?If its possible,can anyone give me suggestions.
Priya
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Wout de ZeeuwPosted Feb 25, 2011, 6:56 PM
- Wout
Tatyana PopovaPosted Feb 16, 2011, 10:34 AM
This tool does DWG import in C# (shareware): CAD Import .NET
Mahesh ChandPosted Jun 3, 2008, 2:18 PM
You will need a third party control to view DWG files in your application. I used RasterX years and years ago. Here is one right here.
http://rbytes.net/software/free-dwg-viewer-review/
You'll have to get ActiveX version of this control, add to your application by using Add Reference to the library and then place ActiveX control on your form and use its properties and methods to display the file.