How to produce a simple bumpmapping
How to Create and draw TShape at runtime
How to create your own TPen Style
How to make a window always minimized
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 capture the screen
How to adjust the Windowform to a TCanvas
How to create a Splash Screen
How to prevent Windows from minimizing a Form
How to shape a form to a bitmap