Opening Autocad As Child Form

Opening Autocad As Child Form

Anonymous
Not applicable
669 Views
3 Replies
Message 1 of 4

Opening Autocad As Child Form

Anonymous
Not applicable
Is it possible to open the drawing as child form through c# or VB.net if yes please tell me how ??? Actually I don't want to open the AutoCAD session as different application I wanted it to be open under our application How???
0 Likes
670 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
In .NET AutoCAD extensions, your application must be loaded by AutoCAD. I would suggest using AutoCAD's MDI functionality and extending AutoCAD instead - use AutoCAD's windows and build functionality with toolbars, etc.

If this cannot be done, it may be possible to create something similar to what you want with RealDWG, which will provide a programmatic API for modifying, loading, and saving DWG files. This code is only available through a license with AutoDesk, though, and I believe it is costly as well.
0 Likes
Message 3 of 4

Anonymous
Not applicable
Hi smcclure
If this is possible in VB 6 then why its not possible in .net
Actually I done it in VB but I am just started the code in C#.net
I have opened the AutoCAD in my application as a child form but now I am not getting ho to hide the caption of AutoCAD window
0 Likes
Message 4 of 4

Anonymous
Not applicable
Are you using the ActiveX API? What version of AutoCAD are you using? Can you post the relevant code you are having trouble with?
0 Likes