当前位置:编程学习 > VC++ >>

vc++ MessageBox使用方法

pre><pre class="cpp" name="code">  

CString str;             
 
 str.Format ("It is : %f",result); 
 
 ::AfxMessageBox(str); 

摘自 myj0513的专栏
 

补充:软件开发 , Vc ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,