Skip navigation

Account settings

Topic

Possible to create Add-Ins

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34783
    Anonym
    Guest

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

    #34784
    Bernhard 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_USERSoftwareWeisangFlexPro8.0AddInsMyAddin.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.