shrutinr 0 Newbie Poster

Hi....

I m doing my project in vc++ exp edition..

My problem is, i store my value in a textBox1..

Now i want to pass that value to the CAN variable type NCTYPE_UINT8 ..

NCTYPE_STRING arr[100];

arr[0]=this->textBox1->Text;

while compilation the error is raising like:

"error C2440: '=' : cannot convert from 'System::String ^' to 'NCTYPE_STRING'"

Please help me to resolve this problem..

Thanks in advance