This is a floating dock example aka floating tool bar. This works by hooking WM_MOVE API. The dock will keep the same height as the form and follow it anywhere you move the form.
File List:
floating dock/
0b
floating dock/Project1.dpr
305b
floating dock/Project1.dproj
5Kb
floating dock/Project1.dproj.local
1Kb
floating dock/Project1.identcache
205b
floating dock/Project1.res
5Kb
floating dock/Unit1.dcu
4Kb
floating dock/Unit1.dfm
431b
floating dock/Unit1.pas
1Kb
floating dock/Unit2.dcu
4Kb
floating dock/Unit2.dfm
1Kb
floating dock/Unit2.pas
1Kb
floating dock/__history/
0b
floating dock/__history/Unit1.dfm.~1~
329b
floating dock/__history/Unit1.dfm.~2~
431b
floating dock/__history/Unit1.pas.~1~
487b
floating dock/__history/Unit1.pas.~2~
484b
floating dock/__history/Unit1.pas.~3~
1Kb
floating dock/__history/Unit2.dfm.~1~
380b
floating dock/__history/Unit2.pas.~1~
1Kb
Similar code
Hex To Dec To Char Converter
(Popularity: ) : Convert hexidecimal numbers to decimal to characters char2ascii
(Popularity: ) : Convert characters to ascii values also shows you how to use parameters during executing using paramStr() and paramCount() functions Create and Delete A CON Folder In Windows!
(Popularity: ) : Create and RM con folder in windows windows won't allow you to create it, but dos will with syntax. Alarm Clock
(Popularity: ) : Set A Alarm When You Have To Do Something Important ICQ Pager Bot
(Popularity: ) : Sends a pager message on icq Create Buttons With Mouse Click
(Popularity: ) : Create Componets When Your Program Is Already Running Focus Login
(Popularity: ) : Teach you how to make your logins more professional and how to set focus on them using onenter and onexit events. Save Program Options
(Popularity: ) : This program shows you how to save the state of a checkbox (checked:=true or checked:=false) to a file and how to open it again from the saved file. It also saves editbox text to a file and opens it again ... Global Varible Vs Local Varible
(Popularity: ) : How you can use a global varible instead of a local varible when they have the same name Primenumber & Factor Finder
(Popularity: ) : This software finds the factors of every number entered, and determines wether it's a prime number, or not. I've included and explained Euclid's Algorithm and a very fast Primenumber checker.