Thema: Delphi messagebox

Einzelnen Beitrag anzeigen

Benutzerbild von chaosben
chaosben

Registriert seit: 27. Apr 2005
Ort: Görlitz
1.358 Beiträge
 
Delphi XE2 Professional
 
#4

Re: messagebox

  Alt 12. Feb 2007, 14:26
@passsy:
Musst du nicht ... solltest du aber.

Zitat von Die Delphi Hilfe ©Borland:
MessageBox Function

The MessageBox function creates, displays, and operates a message box. The message box contains an application-defined message and title, plus any combination of predefined icons and push buttons.

Syntax
int MessageBox(HWND hWnd,
LPCTSTR lpText,
LPCTSTR lpCaption,
UINT uType
);
Du meintest sicher Application.MessageBox

//edit:
Und weils so schneller geht ignorier ich den roten Kasten einfach mal. Sorry
Benjamin Schwarze
If I have seen further it is by standing on the shoulders of Giants. (Isaac Newton)
  Mit Zitat antworten Zitat