MessageBox
From: Wayne Burrows (wayne.burrows_at_xtra.co.nz)
Date: 08/26/04
- Next message: Skybuck Flying: "Writing a library for .NET ?"
- Previous message: Bruce Roberts: "Re: c/pascal compiler differences"
- Next in thread: Rob Kennedy: "Re: MessageBox"
- Reply: Rob Kennedy: "Re: MessageBox"
- Reply: AlanGLLoyd: "Re: MessageBox"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Skybuck Flying: "Writing a library for .NET ?"
- Previous message: Bruce Roberts: "Re: c/pascal compiler differences"
- Next in thread: Rob Kennedy: "Re: MessageBox"
- Reply: Rob Kennedy: "Re: MessageBox"
- Reply: AlanGLLoyd: "Re: MessageBox"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]