Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   Symbol mtInformation hinzufügen (https://www.delphipraxis.net/187308-symbol-mtinformation-hinzufuegen.html)

strom 18. Nov 2015 10:50

Symbol mtInformation hinzufügen
 
Delphi-Quellcode:
if Application.MessageBox('Änderungen speichern?', 'Hinweis', MB_YESNOCANCEL or MB_DEFBUTTON3) = IDYES then
Hallo,

wie wird hier noch ein Symbol hinzugefügt? "mtInformation"

Bernhard Geyer 18. Nov 2015 10:51

AW: Symbol mtInformation hinzufügen
 
Da solltest du Microsoft fragen: https://msdn.microsoft.com/en-us/lib...=vs.85%29.aspx

DeddyH 18. Nov 2015 11:04

AW: Symbol mtInformation hinzufügen
 
Delphi-Quellcode:
if Application.MessageBox('Änderungen speichern?', 'Hinweis', MB_YESNOCANCEL or MB_DEFBUTTON3 or MB_ICONINFORMATION) = IDYES then Hallo,


Alle Zeitangaben in WEZ +1. Es ist jetzt 06:33 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz