ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
DSDarren Smith24/11/2024

Can anybody help?

I am trying to write a simple Solidworks "AddIn" that will display a message box when the "SAVE" button is pressed.

here is my code so far.....

Imports SolidWorks.Interop.sldworks

Imports SolidWorks.Interop.swconst

Imports SolidWorks.Interop.swpublished

Public Class MySampleAddin
   Implements ISwAddin

   Private m_App As ISldWorks

Public Function ConnectToSW(ByVal ThisSW As Object, ByVal