1 / 6

MESSAGE

MESSAGE. Sasa Ani Arnomo,S.Kom., M.S.I. Application.MessageBox('uji coba berhasil....!!!', 'pesan',MB_OK or MB_ICONEXCLAMATION);. MessageDlg('Professional SKU', mtInformation, [mbOK], 0);.

greta
Télécharger la présentation

MESSAGE

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MESSAGE Sasa Ani Arnomo,S.Kom., M.S.I

  2. Application.MessageBox('uji coba berhasil....!!!', 'pesan',MB_OK or MB_ICONEXCLAMATION);

  3. MessageDlg('Professional SKU', mtInformation, [mbOK], 0);

  4. MessageDlg('MessageDlg dengan citarasa bahasa Indonesia.' +#13#10 +'sangat menarik bukan?', mtConfirmation,[mbYes, mbNo], 0);

  5. MessageDlg('Pertanyaan dengan 3 pilihan ?', mtConfirmation, mbYesNoCancel, 0);

  6. if messagedlg('Anda ingin keluar ?',mtconfirmation,[mbyes,mbno],0)=mryes thenclose;

More Related