Languages Delphi & Kylix Delphi Coding Standards  

Floating Dock Example

download download  
important code information
author:
Jerome Scott II
minimum requirements:
Floating Dock Example description

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.dpr305b
floating dock/Project1.dproj5Kb
floating dock/Project1.dproj.local1Kb
floating dock/Project1.identcache205b
floating dock/Project1.res5Kb
floating dock/Unit1.dcu4Kb
floating dock/Unit1.dfm431b
floating dock/Unit1.pas1Kb
floating dock/Unit2.dcu4Kb
floating dock/Unit2.dfm1Kb
floating dock/Unit2.pas1Kb
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.
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 20
version
size in Kb 13
popularity   1036/7913373
user rating 5/10
ad


New Code
Popular Code