发布于 2006-02-25 14:36:38
0楼
如果用C脚本,则需要调用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
);
无论成与败,无论甜与苦,我还是我。