ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
KHKoen Harthoorn12/02/2010

I've made a macro to insert several notes. Now I want to ask the user to identifie the position during my program via a mouse click. I've searched in the SW database and this forum, without results (for Visual Basic). The DMouseEvents from the API help gives my an syntaxt error.

Dim instance As New DMouseEvents_MouseLBtnDblClkNotifyEventHandler(AddressOf HandlerMethod)


Does anyone has an solution.