如何更改showmessage弹出窗口的标题?(200分)

  • 主题发起人 主题发起人 passcaer
  • 开始时间 开始时间
delphi不是自带了很多帮助文档吗??
int MessageBoxEx(

HWND hWnd, // handle of owner window
LPCTSTR lpText, // address of text in message box
LPCTSTR lpCaption, // address of title of message box
UINT uType, // style of message box
WORD wLanguageId // language identifier
);


Parameters

hWnd

Identifies the owner window of the message box to be created. If this parameter is NULL, the message box has no owner window.

lpCaption

Points to a null-terminated string containing the message to be displayed.

lpszTitle

Points to a null-terminated string used for the dialog box title. If this parameter is NULL, the default title Error is used.

uType

Specifies a set of bit flags that determine the contents and behavior of the dialog box. This parameter can be a combination of flags from the following groups of flags.
Specify one of the following flags to indicate the buttons contained in the message box:
 
好吧,我会努力的,谢谢各位的辛苦工作,本来想把200全部都加给bbscom的,但是qizhao_2001大虾也做了不少工作,所以.......
 
后退
顶部