Tordex Community
Developer resources - Printable Version

+- Tordex Community (http://forum.tordex.com)
+-- Forum: True Launch Bar (http://forum.tordex.com/forum-3.html)
+--- Forum: Development (http://forum.tordex.com/forum-12.html)
+--- Thread: Developer resources (/thread-1958.html)



Developer resources - Yuri Kobets - 04-12-2005

Welcome to the TLB developers forum.

Here is some resources for you:
True Launch Bar Plugins Development Kit - Pure C++ TLB PDK

TLB PDK Wrapper Library - Experimental C++ library for creating TLB plugins. All COM functionality is hidden into C++ classes.

TLB PDK Delphi edition (v0.3 beta) - All you need to create plugins using Borland Delphi.

Source codes of plugins
Command Line

Net Monitor

Useful resources
CxImage - Image draw library. Many plugins uses this library to show PNG's

How to make skins
System Monitor skins specifications
<!-- m --><a class="postlink" href="http://www.truelaunchbar.com/skinslib/spec/">http://www.truelaunchbar.com/skinslib/spec/</a><!-- m -->
Not complete yet.


- Yuri Kobets - 07-05-2006

Updated True Launch Bar Plugins Development Kit.

Includes all you need to create TLB plugins. Also plugin template included and Windows List plugin sources.