C语言MESS函数,关于cmessageBox函数intnSelect=::Mess 爱问知识人

前面两个冒号是作用域运算符,代表调用的是CWND类的成员函数。

该函数是已经定义好的。如有错误,欢迎指正。

建议你看看孙鑫老师的《深入详解MFC》,很适合初学者。我现在也在学~~

建议你装MSDN。

下面是MCDN对MessageBox函数的定义:

CWnd::MessageBox

int MessageBox( LPCTSTR lpszText, LPCTSTR lpszCaption = NULL, UINT nType = MB_OK );

Return Value

Specifies the outcome of the function。

It is 0 if there is not enough memory to create the message box。

Parameters

lpszText

Points to a CString object or null-terminated string containing the message to be displayed。

lpszCaption

Points to a CString object or null-terminated string to be used for the message-box caption。

If lpszCaption is NULL, the default caption “Error” is used。

nType

Specifies the contents and behavior of the message box。

Remarks

Creates and displays a window that contains an application-supplied message and caption, plus a combination of the predefined icons and pushbuttons described in the Message-Box Styles list。

Use the global function AfxMessageBox instead of this member function to implement a message box in your application。

The following shows the various system icons that can be used in a message box:

MB_ICONHAND, MB_ICONSTOP, and MB_ICONERROR

MB_ICONQUESTION

MB_ICONEXCLAMATION and MB_ICONWARNING

MB_ICONASTERISK and MB_ICONINFORMATION。

全部

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值