高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】createobjec
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
|