CADImport.NET
Posted: 03 May 2007, 18:15
Hi to all,
I'm developing a database application, written in C#, that need to display a preview of indexed DWG files on a fileserver or directly loaded from a stream read from binary SQL server's fields. I've downloaded CADImport.NET from your site and... wow! it's really a great component.
Now i've this two question:
1. If we buy licenses necessary for our development team can I deploy the CADImport.DLL (using the installer of our application release) to our end-users without royalties?
2. I need to load the DWG file and then pass it to a different picture box located on a form. I've tried this:
2.1 Placed picture box on a form.
2.2 Assigned, in the code, the picture box to the CADControlModule.CADPictureBox property.
2.3 Used CADControlModule.DrawCADImage(CADPictureBox.CreateGraphics()).
When I load the DWG file it appears in the picture box but immediatly after it disappears. I think that I'm doing something wrong...
Can you help me?
Thanks in adavance for your support and excuse me for my poor english. Thanks again for this component!!
Jorma Sturari
Milano, Italy
I'm developing a database application, written in C#, that need to display a preview of indexed DWG files on a fileserver or directly loaded from a stream read from binary SQL server's fields. I've downloaded CADImport.NET from your site and... wow! it's really a great component.
Now i've this two question:
1. If we buy licenses necessary for our development team can I deploy the CADImport.DLL (using the installer of our application release) to our end-users without royalties?
2. I need to load the DWG file and then pass it to a different picture box located on a form. I've tried this:
2.1 Placed picture box on a form.
2.2 Assigned, in the code, the picture box to the CADControlModule.CADPictureBox property.
2.3 Used CADControlModule.DrawCADImage(CADPictureBox.CreateGraphics()).
When I load the DWG file it appears in the picture box but immediatly after it disappears. I think that I'm doing something wrong...
Can you help me?
Thanks in adavance for your support and excuse me for my poor english. Thanks again for this component!!
Jorma Sturari
Milano, Italy