How to use help files (*.hlp)
How to change the display time of the Hints
How to move window controls at runtime
How to get and set mouse position
How to open a form animated
How to make a desktop screenshot
unit TNA; interface uses Windows, Messages, SysUtils, Classes, Controls, Forms, ExtCtrls, ShellApi, Menus; const k_WM_TASKMSG = WM_APP + 100; //die "100" type TForm1 = class(TForm) TPopupMenu1: TPopupMenu; procedure FormCreate(Sender: TObject);
How to make a form's caption scrolling
How to prevent a Form from Moving/Resizing