This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Advanced UI Suite Project - Custom DLL Action
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Mar 06, 2013
06:38 AM
Advanced UI Suite Project - Custom DLL Action
Hello,
I am trying to create custom DLL with actions for advanced UI suite project. I was unable to find some simple example how to implement that function. My approach was:
But seems not to work by calling it in action using : {MyActions::MyAction}
Can anyone please share some sample code, how this function should be implemented?
Many thanks,
Marek
I am trying to create custom DLL with actions for advanced UI suite project. I was unable to find some simple example how to implement that function. My approach was:
void _stdcall MyAction()
{
ISuiteUIExtensionPtr ptr;
ISuiteUIExtension* suiteUIExtension = ptr.GetInterfacePtr();
suiteUIExtension->put_Property(BSTR("Test"), BSTR("hello"));
}
But seems not to work by calling it in action using : {MyActions::MyAction}
Can anyone please share some sample code, how this function should be implemented?
Many thanks,
Marek
(1) Reply
Mar 07, 2013
06:55 AM
Answer can be found here http://community.flexerasoftware.com/archive/index.php?t-200249.html