发布于 2006-01-04 11:46:04
0楼
直接调用Windows 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
);
参数的使用说明参见MSDN。
无论成与败,无论甜与苦,我还是我。