Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

convert System::String to NCTYPE_UINT8

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..

0 Kudos
Message 1 of 1
(5,515 Views)