dwg preview like array command

dwg preview like array command

Anonymous
Not applicable
592 Views
2 Replies
Message 1 of 3

dwg preview like array command

Anonymous
Not applicable

I would like to create userform like command array in AutoCAD.

1) There is a possibility to preview in window on a right side.

2) After clicking the preview commandButton You can preview the drawing on the model space.

Please help me how to do this.

I read about ImageView.cls  and this article 

    http://www.visiblevisual.com/index.php/AutoCad-VB/VBA/Preview-DWGfiles-using-the-DWGThumbnail.html

 

 

array1.GIF

0 Likes
593 Views
2 Replies
Replies (2)
Message 2 of 3

Hallex
Advisor
Advisor

See PM

_____________________________________
C6309D9E0751D165D0934D0621DFF27919
0 Likes
Message 3 of 3

Hallex
Advisor
Advisor

Found this is working on 2009 Win7 for me

'Right click on Toolbox -- > Additional controls --> check DWGVIEWRCtrl


Private Sub UserForm_Initialize()
Me.AcCtrl1.PutSourcePath ("C:\Test\bla.dwg")
Me.Show
End Sub

_____________________________________
C6309D9E0751D165D0934D0621DFF27919
0 Likes