Category Archives: ANT

Glyphs on buttons

In a previous post I wrote about the idea of storing the glyph in the TCollectionItem and then show this on the button, but after some more thought I came to the conclusion that this would mean that I would have to change the entire way the TToolbar works. The TToolbar stores the images in a […]

Read more

Records in Delphi

In Delphi, you still have the old pascal method of creating records to hold data and then create pointers to get to this data. The problem with this approach is that it is not really object oriented. You have to cleanup the records behind the pointers. There is no way Delphi can do this for […]

Read more

ANT 2.0 (2)

I just got the demo for the mouse hook I downloaded from about.com to work. This might be a good thing to use to implement the autohide functionality of the new ANT application. Nice to play with Delphi and Windows messaging again… đŸ˜‰ And I found another link with explanation on how to hook the […]

Read more

ANT 2.0

First there was YALM (Yet Another Launcher Manager). Then I rewrote that application into ANT (ANother Toolbar). Now I came up with the idea to build ANT 2.0 and then blog some about it. I don’t know when I have the time to do this (it will be a really slow project), but I will […]

Read more