C中用messagebox的问题
messagebox函数弹出的对话框可以显示文字,不可以添加图标。那么你知道C语言中的什么函数可以显示文字和图标吗?
谢谢~~向各位大虾请教~~
[解决办法]
http://msdn.microsoft.com/en-us/library/windows/desktop/ms645505%28v=vs.85%29.aspx
设置最后一参数,你懂的
[解决办法]
[解决办法]
To display an icon in the message box, specify one of the following values. Value Meaning
MB_ICONEXCLAMATION,
MB_ICONWARNING An exclamation-point icon appears in the message box.
MB_ICONINFORMATION, MB_ICONASTERISK An icon consisting of a lowercase letter i in a circle appears in the message box.
MB_ICONQUESTION A question-mark icon appears in the message box.
MB_ICONSTOP,
MB_ICONERROR,
MB_ICONHAND A stop-sign icon appears in the message box.
[解决办法]
[解决办法]
DialogBox \ DialogBoxParam
[解决办法]
如果是技术类的,绝对是google,而不是百度。。。