|
createobject
hello all,
has anyone noticed that when you use:
set swapp = createobject("sldworks.application")
swapp.visible = true
that solidworks is loaded without any add-ins activated. does anyone know why this happens?
thanks for your reaction.
kind regards,
j.j.
i don't know, but load addin after start solidworks
dim lstatus as long
lstatus = swapp.loadaddin("c:\program files\solidworks\toolbox\swtoolbox.dll") 'toolbox
marc
if you are referring to custom addins then yes a thread was raised about this a week or so ago if you have a look and i believe it was reported to sw as a possible bug |
|