I followed a tutorial to create an add-in, which allowed me to create a toolbar. When I click the buttons, they open dialog boxes. I would like them to initiate macros instead. Any suggestions?
Current command:
public void ReviewItemClicked()
{
MessageBox.Show("Review");
}
Thanks!
SolidworksApi macros