evc下怎样输出消息框?

qqai   2007-3-25 21:02 楼主
请教:evc下怎样输出类似于WINDOWS下的AfxMessageBox()的消息提示框??

回复评论 (5)

和Win32下一样使用的啊,只不过在里面的字符要加_T,TEXT或L
比如在Win32下MessageBox("hello");
在wince下变成MessageBox(L"hell0"),MessageBox(TEXT("hello"));MessageBox(_T("hello"))
点赞  2007-3-25 21:09
MessageBox(L"hello");
AfxMessageBox(L"hello");
点赞  2007-3-27 12:55
MessageBox(T"hello");
点赞  2007-3-27 12:59
呵呵,接分
点赞  2007-3-27 23:40
test
点赞  2007-3-30 09:34
电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 京公网安备 11010802033920号
    写回复