PDA

View Full Version : Integrate an activeX in vb.net and open a dwg inside



ronanry
20th Apr 2011, 08:31 pm
Hi all,

here are my problem : (Using vb.net 2010, acad 2008)
I want to create an executable in vb.net in which i will see an activeX where i have open a .dwg file
All these points are done, but with the activeX i found i'm unable to zoomcenter (or zoom_extend or zoom_whatyouwant) by putting parameters.

Does anyone have already succeed in using an activeX to :
- open a DWG file (most only open dxf)
- working on "old" computer (not with double core... DwgTrueView2011 only work on double core... the one i found is DWG2007)
- zoom center (or another) in this activeX

My biggest problem is that i don't want autocad to open "outside" the application

Thx all for your help/advise