Hi everyone,
I'm working on a VB project for catia which consists on a visualization widget that gives customer feedback about a specific part in an assembly product.
When the program starts, a userform will appear with two comboboxes. The first one contains the type of feedback : Functional, Physical, Behavioral and ergonomic. The second one contains the name of all the parts of the assembly.
The user must choose a specific part and a type of feedback, than he clicks on a command button "visualize" and a second window will appear with a text (the corresponding feedback about the choosen part).
My questions:
How to fill in automatically the combobox with the parts name?
When the user choose a part name in the combobox, a 3D browser like the one in Catia must appear to highlight the part. How to do this in the first userform?
Thank you.
I'm working on a VB project for catia which consists on a visualization widget that gives customer feedback about a specific part in an assembly product.
When the program starts, a userform will appear with two comboboxes. The first one contains the type of feedback : Functional, Physical, Behavioral and ergonomic. The second one contains the name of all the parts of the assembly.
The user must choose a specific part and a type of feedback, than he clicks on a command button "visualize" and a second window will appear with a text (the corresponding feedback about the choosen part).
My questions:
How to fill in automatically the combobox with the parts name?
When the user choose a part name in the combobox, a 3D browser like the one in Catia must appear to highlight the part. How to do this in the first userform?
Thank you.