When you use the ISwAddin object to create a SOLIDWORKS add-in, the
add-in must include some specific functionality and code. It is also important
to understand what the SOLIDWORKS software does for the add-in. Click
a link to read that section.
Register the
add-in's CLSID in
HKEY_LOCAL_MACHINE\SOFTWARE\SOLIDWORKS\AddIns
and set
the following registry keys:
Default
to 1 or 0, where 1 enables the add-in in the add-in
manager so that it loads when the user starts the SOLIDWORKS software.
Description
to a text description of the add-in that is displayed
in the add-in manager.
Title
to a text title of the description that is displayed in
the add-in manager.
RegAsm.exe
for C#
and VB.NET add-ins. See
Registering Assemblies with COM for details.
Call
ISldWorks::SetAddinCallbackInfo
and pass the instance handle of the add-in and the object that supports
the callback methods. The SOLIDWORKS software holds onto this object and
makes callbacks.
Destroys the object it created with the add-in
CLSID.
If the end-user disables an add-in in the add-in manager, the SOLIDWORKS
software does not reload the next time the SOLIDWORKS software starts.
If the end-user closes the SOLIDWORKS software with an add-in enabled,
the SOLIDWORKS software reloads the add-in the next time it starts.
SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions.
Click here for information about technical support
.
* Required
We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.
Never show this message again
Web Help Content Version: API Help (English only) 2023 SP05
To disable Web help from within SOLIDWORKS and use local help instead, click
Help > Use SOLIDWORKS Web Help
.
To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.