/ Forums / Advansys Formativ / Creating Solutions with Formativ / Time Ctrl Item / Reply To: Time Ctrl Item
October 3, 2005 at 4:24 pm
#7311
Unfortunately you can’t add it to the Formativ toolbar – it doesn’t have the ability to accept new components.
The only way you could use completely new components would be to implement your dialog as a COM Automation Server using something like Visual Basic, Delphi, C++, etc, then instantiating an instance of your object from Formativ using CreateObject(). Of course, this means you have to distribute and register both the ActiveX controls you want to use, plus the Automation server you write that hosts the ActiveX controls.
I hope this helps.
Regards,
Advansys Support