发布于 2007-03-22 17:04:14
0楼
Win32 API函数:
int MessageBox(
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
);
无论成与败,无论甜与苦,我还是我。