FlexPro Forum – Discuss Your Topic!

Possible to create Add-Ins

Home > Community > Automation and VBA > Possible to create Add-Ins

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8061
    Anonymous
    Guest

    Hello,
    I like to know how to create Add-Ins for FlexPro? Is there a tutorial how to create Add-Ins?

    #8582
    Bernhard KantzBernhard Kantz
    Participant

    Unfortunately there is no tutorial. But it’s the same mechanism as a Microsoft Office AddIn.

    Example for a Registry Key:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Weisang\FlexPro\8.0\AddIns\MyAddin.Connect]
    “FriendlyName”=”MyAddin”
    “Description”=””
    “LoadBehavior”=dword:00000003

    support@weisang.com

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.