Topic
Possible to create Add-Ins
Home page › Community › Automation and VBA › Possible to create Add-Ins
- This topic has 1 reply and 2 voices and was last updated 15 years, 6 months ago ago by Bernhard Kantz.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
15.12.2009 at 18:11 #34783AnonymGuest
Hello,
I like to know how to create Add-Ins for FlexPro? Is there a tutorial how to create Add-Ins?15.12.2009 at 20:05 #34784Bernhard KantzParticipantUnfortunately 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 -
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.