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
);
你指的是返回值还是弹出窗口的文字呢?
如果是文字的话,你以什么形式输出数字不都是一样的么?
[此贴子已经被作者于2006-4-2 15:34:56编辑过]