iscariot
Mechanical
- Oct 15, 2009
- 154
How can I use CV5 batch mode using vb.net? would this be possible?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Private Sub StartCatiaBatch_Click()
Dim CATIA As Object
Set CATIA = CreateObject("Catia.Application")
CATIA.Application.Visible = False
End Sub