I want to be able to from VB6 (not VBA) to accomplish to insert a block innto current open autocad drawing, based on the slide and its (in this case) 2301.dwg file. When i have pushed the slide in the form i want to instantly be in the Autocad 2002 program with the block "hanging" on the cursor, ready to insert it innto the drawing.
I have a AutoCad Slide OLE Control Module (shareWare) in my project, and have placed one slide on the form.
Private Sub Form_Load()
Slide1.FileName = "C:\2301.sld"
---------------------------
Private Sub Slide1_LButtonDblClk()
End Sub
------------------------
Is there annyone out there to help me with this ?
If anyone is able to handle me a AutoCad Slide OLE Control Modulewith the sourcecode included i would be.....
I have a AutoCad Slide OLE Control Module (shareWare) in my project, and have placed one slide on the form.
Private Sub Form_Load()
Slide1.FileName = "C:\2301.sld"
---------------------------
Private Sub Slide1_LButtonDblClk()
End Sub
------------------------
Is there annyone out there to help me with this ?
If anyone is able to handle me a AutoCad Slide OLE Control Modulewith the sourcecode included i would be.....