- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report Inappropriate Content
Other Questions
Unfortunately not.
You can still get some automation done by making a Library DLL, referencing the ProFile Plugin libraries and registering the COM ID of your compiled library to the correct registry though. (and placing the library in your ProFile install folder and using that path to register at)
Example batch commands to register it:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe /codebase "PathToMyDLL/MyAutomation.dll"
reg add "HKEY_CURRENT_USER\SOFTWARE\GreenPoint\ProFile" /v "PlugIn" /t REG_SZ /d "{COM-ID-HERE}"But unfortunately you're mostly limited to just implementing listeners to certain events, I never managed to find a way to get something added to menus using that very old SDK manual this information was from.