12-10-2003, 05:00 PM -
Dracula Thank you very much. This is exactly what I need!
1) Register plugin as COM object. To do this you need write in registry some values. Look on
for Mail Monitor as example.
2) You must use StdComponentCategoriesMgr to register plugin in the COM cathegory. Here is C++ code:
[code]
CATID CATID_TLBBUTTONS = { /* 49e86696-eaa6-45a2-9480-c78c013b9713 */
Quote:Btw, I really wish there was some working Delphi Plugin SDK (or a description how to register plugins for TLB, so they will be recognized... I'd write this plugin or any other myself immediately!As I already told I do not know Delphi - this is problem. But I can say how to register TLB plugins. This is simple on C++ :
1) Register plugin as COM object. To do this you need write in registry some values. Look on
Code:
HKEY_CLASSES_ROOT\CLSID\{FF9535D2-8A59-4372-8B54-A5C3C1AB9BA5}
2) You must use StdComponentCategoriesMgr to register plugin in the COM cathegory. Here is C++ code:
[code]
CATID CATID_TLBBUTTONS = { /* 49e86696-eaa6-45a2-9480-c78c013b9713 */
The TORDEX Team
http://www.tordex.com
http://www.tordex.com