ListBox

H

Hector

I am trying to add an item to the list box but it displays something
different.

signal = "\n01\0OKAY\0@\r"

lbSignals.Items.Add(signal.ToString());

but it shows "[]01" - somthing like that.

I need it to display what the exact value is?

Is the "\n" thowing it off ?

Thanks
Hector
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top