读书人

BCB有无非模态对话框?该如何解决

发布时间: 2012-08-02 11:35:25 作者: rapoo

BCB有无非模态对话框?
ShowMessage和MessageBox貌似都是模态的

[解决办法]

C/C++ code
TForm *pMsgForm = CreateMessageDialog("要显示的消息内容",        mtInformation, TMsgDlgButtons() << mbOK);pMsgForm->Show(); 

读书人网 >C++ Builder

热点推荐