c++ builder 如何弹出对话框显示字符串内容 csdn

2025-03-12 17:56:27
推荐回答(2个)
回答1:

ShowMessage
MessageBox

回答2:

使用MessageBox函数:
MessageBox("hello, world!","program",MB_OK|MB_ICONINFORMATION);