View articles in ‘Forms’ Category


forms

How to use help files (*.hlp)

How to use help files (*.hlp)

forms

How to change the display time of the Hints

How to change the display time of the Hints

forms

How to move window controls at runtime

How to move window controls at runtime

forms

How to get and set mouse position

How to get and set mouse position

forms

How to open a form animated

How to open a form animated

forms

How to use system icons

How to use system icons

forms

How to make a desktop screenshot

How to make a desktop screenshot

forms

How to show a popupmenu in the task notification area

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);    

forms

How to make a form’s caption scrolling

How to make a form's caption scrolling

forms

How to prevent a Form from Moving/Resizing

How to prevent a Form from Moving/Resizing