首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > VC >

dataGridView1中直接赋值出现下面的有关问题

2014-01-19 
dataGridView1中直接赋值出现下面的问题char text_msg[8];this-dataGridView1-Rows[0]-Cells[0]-Value

dataGridView1中直接赋值出现下面的问题
char text_msg[8];
this->dataGridView1->Rows[0]->Cells[0]->Value = text_msg;

提示:error C2664: “System::Windows::Forms::DataGridViewCell::Value::set”: 不能将参数 1 从“char [8]”转换为“System::Object ^”

这个要怎么处理下呢?谢谢了
[解决办法]
 text_msg 将这个数组转为字符串再赋值

热点排行