I have created an addin that I would like to distribute, but I am not sure how.
I tried the regsvr32 method on the dll but no success and I also tried opening the dll in SW and that didn't register it properly either.
Can anybody shed some light on this?
thanx
Hi,
I am trying to find a way (if possible) to trap an event that is triggered when the configuration specific setting for a part has changed.
I am using VB.Net but and I am totally new to SW API.
Any Help will be appreciated.
Thanx
Hi,
this is not neccessarily a programming question, but rather a "I'm completely confused" question
In a nutshell:
using VB I open up a drawing, I get the current sheet and then get it's properties.
I use the properties to determine the paper size of the drawing
'here I get the paper size...
Hi I am extremely new to sw programming and I am having some troubles. Here is my code in VB.Net
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim swApp As SldWorks.SldWorks
Dim swBomTable As...