Hello,
I use visual studio 2010 to make a Solidworks add in. The add in creates a taskpane in Solidworks. When i close SW2012 with my application running OnSLDClose is called. When I do the same in SW2010 OnSLDClose is not called. Does anyone have an idea how to solve this problem?
- SwEventPtr = (SolidWorks.Interop.sldworks.SldWorks)iSwApp;
- SwEventPtr.DestroyNotify += new DSldWorksEvents_DestroyNotifyEventHandler(OnSLDClose);
Kind regards
SolidworksApi macros