|
Shell utilities routines
|
|
| acUtils
|
| procedure ComposeEmail(Address, Name, Subject, Message, CC, BCC: String);
|
| function GetExecutableByExtension(Extension: String): String;
|
| function GetSystemImageList(Size: Integer): THandle;
|
| procedure MinimizeAll; // minimizes ALL windows
|
| procedure ExploreFolder(URL: String);
|
| procedure OpenURL(URL: String; InNewWindow: Boolean);
|
| function OpenWithDlg(FileName: String): Boolean;
|
| procedure RepaintScreen; // repains whole screen
|
| procedure RestoreAll; // restore ALL windows
|
| procedure RunControlPanel(CmdShow: Integer);
|
| procedure RunCPL(FileName: String; CmdShow: Integer);
|
| Various shell routines.
|