May 24, 2002 #1 Guest I want to load up a SolidWorks file from VB but I cannot figure out how to do it? Can somebody help? t.voralia@btopenworld.com
I want to load up a SolidWorks file from VB but I cannot figure out how to do it? Can somebody help? t.voralia@btopenworld.com
Oct 17, 2002 #2 bjar Computer Joined Oct 17, 2002 Messages 1 Location LV Dim swApp as Object Set swApp = CreateObject("SldWorks.Application" or Dim swApp as New SldWorks.Application swApp.Visible = True Dan Upvote 0 Downvote
Dim swApp as Object Set swApp = CreateObject("SldWorks.Application" or Dim swApp as New SldWorks.Application swApp.Visible = True Dan