Hi, I m doing my project with vc++ Exp edition and using NIMAX software..
i need to interact with NI CAN MAX..
I m storing dat in textBox..
that data i want to pass to CAN var
NCTYPE_CAN_FRAME Transmit;
Transmit.Data[0]=textBox->Text;
this giving error as cannot convert System::String type to a NCTYPE_UINT8
please help me resolve this problem...
Thanks in advance..