Batch mode from vb.net
Batch mode from vb.net
(OP)
How can I use CV5 batch mode using vb.net? would this be possible?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: Batch mode from vb.net
CODE --> VBA
Private Sub StartCatiaBatch_Click() Dim CATIA As Object Set CATIA = CreateObject("Catia.Application") CATIA.Application.Visible = False End SubRE: Batch mode from vb.net
More than this, it is funny that I still can see some toolbar flashing :)
RE: Batch mode from vb.net
google VB Process.Start
indocti discant et ament meminisse periti
RE: Batch mode from vb.net
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: Batch mode from vb.net
Is it not possible to use the code written in vb.net?
RE: Batch mode from vb.net
indocti discant et ament meminisse periti