How to use VSTA App AddIns

Hi,

based on a VB sample app addin project, shipped with CorelCAD 2014 installation, I added trivial function to test VSTA workflow and successfully compiled the code. DLL library got installed in "My Documents\CorelCAD\AppAddins\CorelCADAddIn\CorelCADAddIn.dll" by included WSH script.

However I can't see any pointers that this addin is loaded in CorelCAD.

I noticed that macro functionality is provided by CorelCADMacros C# project, which is accessible from VSTA manager, but I can't see how to use my addin, nor such scenario is mentioned in CorelCAD help file, or indexed by Google.

Can someone provide more info?

 

Thanks in advance

Klo

Parents
No Data
Reply
  • Hi Klo,

    klo said:
    I noticed that macro functionality is provided by CorelCADMacros C# project, which is accessible from VSTA manager, but I can't see how to use my addin

     

    Feedback from the developers: The created macros can be used via the VSTA Manager (toolbar / Manage tab in the Ribbon UI workspaces) or via VSTA command.

    Loading or executing the commands separately is not possible. 

    Best regards,
    Klaus. 

Children