发布于 2006-12-22 11:35:00
0楼
论坛里有现成的代码。
还是要用到MessageBox这个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
);
无论成与败,无论甜与苦,我还是我。