CATIA VB - Running VB Forms in CATIA
CATIA VB - Running VB Forms in CATIA
(OP)
Hi All,
I created a CATIA VB using Forms. The Form calls up different modules. THey are all in a CATVBA file. I would like to create an icon (Tools>Customize) to run this VB Form.
The way ive been doing it is to open Visual Basic Editor and then run the Form. I wanted to automate this so that it runs inside CATIA.
Any help would be appreciated.
Thanks!
I created a CATIA VB using Forms. The Form calls up different modules. THey are all in a CATVBA file. I would like to create an icon (Tools>Customize) to run this VB Form.
The way ive been doing it is to open Visual Basic Editor and then run the Form. I wanted to automate this so that it runs inside CATIA.
Any help would be appreciated.
Thanks!





RE: CATIA VB - Running VB Forms in CATIA
You have to create a CATScript to run/csll yoour catvbs. For that CATScript you can assign an icon. Search in my CATIA Portable Script Center how it can be done (or Google).
Regards
Fernando
https://picasaweb.google.com/102257836106335725208
https://picasaweb.google.com/103462806772634246699...
RE: CATIA VB - Running VB Forms in CATIA
I appreciate your help.