Has anyone heard of a control for autocad? This is for VB of course
SeaHag
Printable View
Has anyone heard of a control for autocad? This is for VB of course
SeaHag
I haven't seen an ActiveX Control. If you're just looking to program with AutoCAD, you can easily reference it in VB or VBA.
I just want to be able to view Autocad Dwg`s from vb..
I thought this was going to be simple
Arg...
Oh Ya.
I don't have Autocad on my machine...
Can i just rip off a DLL?
Autodesk provides VoloView Express as a free viewer for drawings. This will provide a free view control you can pick (autoDesk Volo View Control).
AvViewX1.src = "I:\AutoCAD DB\test.dwg"
Maybe a little late, but I might have a solution for you.
I've just started working with VB/VBA and mostly use it for Acad.
Try this on your form.
John
sintjoost9.
cool I will check that out.. thanks..
Seahag