Articles Tagged ‘WM_SYSCOMMAND’


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 close a TCommonDialog automatically

How to close a TCommonDialog automatically

sf

How to turn off the monitor

How to turn off the monitor

sf

How to open the start menu

How to open the start menu

sf

How to minimize all windows

How to minimize all windows

sf

How to start the screensaver

How to start the screensaver

sf

How to switch to Standby mode

How to switch to Standby mode