For those who write addin in VB.NET
Do you turn "Option Strict" on or off?
if it's on, then
swApp = CType(CreateObject("SldWorks.Application"),SldWorks.SldWorks)
instead of:
CreateObject("SldWorks.Application")
Thx, ChrisSolidworksApi macros
Do you turn "Option Strict" on or off?
if it's on, then
swApp = CType(CreateObject("SldWorks.Application"),SldWorks.SldWorks)
instead of:
CreateObject("SldWorks.Application")
Thx, ChrisSolidworksApi macros