通知
すべてクリア
Topic starter
2002年10月1日 9:17 AM
メッセージボックスのタイトルを変更することは出来ないのでしょうか?
お願いします。
2002年10月1日 10:43 AM
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
);
Topic starter
2002年10月1日 11:18 AM
解決しました!