Hi all,
I just created a Delphi component for writing Docklets. It's as easy as this:
- create a new DLL project
- add a datamodule
- drop the Docklet component on the datamodule
- set some properties
- add a function call to register the Docklet and set the Name, Author, Version etc.
- compile
Someone interested in this component? I'm planning to publish the code on my site if anyone is interested.
Jacco Eerland