Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
RBRaleigh Beringer19/10/2011
I'm just stepping back into programming on a piece by piece basis and I'm trying to impliment solidworks API event handling of the FileSavePostNotifyEventHandler event but I'm having trouble finding a clean example of how to capture this event. In short I want to create an addin that will automatically create a PDF of an slddrw whenever the file is saved. I have taken a look at the Solidworks VB add-in template but its stuffed way to full of crap I dont think I need or care about at least at this time. What Im looking for is the framwork declarations and functions that would allow me to handle file saving.