Adding Custom Button to Ribbon Panel Using VB API in C#
Hi Everyone,
I am working on a Creo Parametric 9.0.6.0 plugin using the VB API in C# in Visual Studio and have successfully created an application that interacts with Creo when it is running in the background. I can retrieve the active session and perform operations using the API.
Now, I want to add a custom button to the Creo Ribbon panel and link it to my C# code so that it executes a function when clicked. I came across a similar discussion in the community and wanted to confirm whether this can be achieved using the VB API in C#.
I would really appreciate any pointers, references, or guidance on implementing this. Any insights from those who have done similar work would be greatly helpful.
Thank you!

