Results 1 to 1 of 1
  1. #1
    yaeuznoi
    Guest

    Chamando o MessageBox

    Função:

    procedure MessageBoxEx(msg,title:string;hWnd:THandle);
    begin

    MessageBoxA(hWnd,pchar(msg),pchar(title),MB_ICONWA RNING);

    end;

    Chamar:

    MessageBoxEx('MENSAGEM','TITULO',APPLICATION.HANDL E);

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •