MessageBox常见用法 - 娜美fresh - 博客园
一 函数原型及参数 function MessageBox(hWnd: HWND; Text, Caption: PChar; Type: Word): Integer; hWnd:对话框父窗口句柄,对话框显示在Delphi窗体内,可使用...
MessageBox函数用法_Love代码
函数原型: int MessageBox( HWND hWnd, // handle of owner window LPCTSTR lpText, // address of text in messMessageBox函数创建显示和操作一个消息框。该...