MessageBox

From: Wayne Burrows (wayne.burrows_at_xtra.co.nz)
Date: 08/26/04


Date: Thu, 26 Aug 2004 10:25:22 +1200

Hi

>From the delphi help I find this:

Delphi syntax:

function MessageBox(const Text, Caption: PChar; Flags: Longint = MB_OK):
Integer;

and this example:

MessageBox('This should be on top.', 'Look', [smbOK]);

but this does not work for me - I see examples with different sets of
parameters.

What is happening here?

TIA

Wayne