Einzelnen Beitrag anzeigen

Benutzerbild von Luckie
Luckie

Registriert seit: 29. Mai 2002
37.621 Beiträge
 
Delphi 2006 Professional
 
#4

Re: MessageDlg Bilder in noVCL-Dialog

  Alt 3. Okt 2009, 02:19
Nö, die sind alle dabei. Siehe Hilfe MSDN-Library durchsuchenMessageBox.
Code:
To display an icon in the message box, specify one of the following values.

MB_ICONEXCLAMATION
    An exclamation-point icon appears in the message box.
MB_ICONWARNING
    An exclamation-point icon appears in the message box.
MB_ICONINFORMATION
    An icon consisting of a lowercase letter i in a circle appears in the message box.
MB_ICONASTERISK
    An icon consisting of a lowercase letter i in a circle appears in the message box.
MB_ICONQUESTION
    A question-mark icon appears in the message box. The question-mark message icon is no longer recommended because it does not clearly represent a specific type of message and because the phrasing of a message as a question could apply to any message type. In addition, users can confuse the message symbol question mark with Help information. Therefore, do not use this question mark message symbol in your message boxes. The system continues to support its inclusion only for backward compatibility.
MB_ICONSTOP
    A stop-sign icon appears in the message box.
Michael
Ein Teil meines Codes würde euch verunsichern.
  Mit Zitat antworten Zitat