The MessageDlgM function.

Improve your applications visual. The MessageDlgM function make message dialog boxes 
with animated icons.

HOW TO INSTALL UNIT:

Delphi 1.0
----------

Unpack the files below to Delphis LIB directory (normaly the path is \DELPHI\LIB):

- MESMOV16.DCU
- MESMOV16.RES
- CIANIMAT.PAS

Delphi 2.0
----------

Unpack the files below to Delphis LIB directory (normaly the path is 
\Program Files\Borland\Delphi 2.0\Lib):

- MESMOV32.DCU 
- MESMOV32.RES
- CIANIMAT.PAS


HOW TO USE MESSAGEDLGM FUNCTION:

- Add Mesmov (or Mesmov32) in uses clause
- Where you use MessageDlg, change by MessageDlgM keeping the original parameters


Example:

uses ......, Mesmov;

implementation
  .
  . 
  .

Ok := MessageDlgM('Your Message. Do you want continue ?', mtConfirmation, [mbYes, mbNo], 0);
  .
  .
  .
end.


If you have suggestions, doubts or need to know the source code, send me a E-mail. 

The address is <jerryag@usa.net>.



