View dwg files in a VB form
View dwg files in a VB form
(OP)
I would like to view dwg files (AutoCAD) in a VB form. Does anyone know of a plug-in or other method?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Contact USThanks. We have received your request and will respond promptly. Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
View dwg files in a VB form
|
Join your peers on the Internet's largest technical engineering professional community.
It's easy to join and it's free.
Here's Why Members Love Eng-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: View dwg files in a VB form
http://www.cadsofttools.com/?PageName=ABViewer
Good Luck
johnwm
________________________________________________________
To get the best from these forums read FAQ731-376 before posting
RE: View dwg files in a VB form
RE: View dwg files in a VB form
http://www.infograph.com/products/dwgviewer/DWGdownload2.asp
It used to contain an activeX component to display dwg's and dxf's in your VB programme (invisoX)
RE: View dwg files in a VB form
RE: View dwg files in a VB form
For what its worth you can display 3D wireframe using a Java applet from
http://www.escape.de/users/quincunx/dxfviewer/index.html
But this might not be of much use.
Can you stitch Java applets into a VB program? or maybe call up a HTML page containing the applet in IE from your VB program?