Unit RXShell

*****************************************************} { } { Delphi VCL Extensions (RX) } { } { Copyright (c) 1995, 1996 AO ROSNO } { Copyright (c) 1997 Master-Bank } { } {*******************************************************} {.$DEFINE USE_TIMER} { - Use Windows timer instead thread to the animated TrayIcon

Classes

TRxTrayIcon - TRxTrayIcon

Functions

FileExecute -
FileExecuteWait -
IconExtract -
WinAbout -

Types

TExecState
TMouseButtons

Constants

Variables


Functions


function FileExecute(const FileName, Params, StartDir: string; InitialState: TExecState): THandle;


function FileExecuteWait(const FileName, Params, StartDir: string; InitialState: TExecState): Integer;


function IconExtract(const FileName: string; Id: Integer): TIcon;


procedure WinAbout(const AppName, Stuff: string);


Types


TExecState = (esNormal, esMinimized, esMaximized, esHidden);

TMouseButtons = set of TMouseButton

Constants


Variables