[問題] BCB的MessageBox使用方式?
在MessageBox顯示的部分想要使用變數,但是Compiler一直出現error
請問是我的用法有錯誤嗎??
int test=0;
String Temp = cbbRTType->Text+edtNumber->Text;
//使用者透過Combobox及Edit產生Temp
if(test ==0){
......................
.................
...........
.....
}else{
MessageBox(NULL,"查不到"+Temp.c_str()+"的Number","錯誤!!",NULL);
}
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 218.173.215.227
→
11/02 22:59, , 1F
11/02 22:59, 1F
→
11/02 23:06, , 2F
11/02 23:06, 2F
→
11/03 10:03, , 3F
11/03 10:03, 3F