How can I output the speed of a player in a TextBox?
Thanks
I tried with:
and nothing appears into the textbox
I have tried too:
and it said "No se puede convertir implícitamente el tipo 'ushort' a 'string' (CS0029)"
Thanks
I tried with:
textBoxSpeed.Text = Convert.ToString(MCI.Info[0].Speed);
and nothing appears into the textbox
I have tried too:
textBoxSpeed.Text = MCI.Info[0].Speed;
and it said "No se puede convertir implícitamente el tipo 'ushort' a 'string' (CS0029)"