03-22-2011 11:16 AM
Hi,
I have been struggling with combo box that always displays the ASCII characters in drop down list. If i select the any one of the character then it converted to hex value because I changed the property of combo box control to hex. I want show all the dropdown list with hex numbers. How can I do that. Even i checked with value and string and value[] property but still not able to do. Please some one suggest me how can I display all the combox list in hex numbers. Indeed the read visa block is reading the ascii characters.
Thank you all in advance.
Solved! Go to Solution.
03-22-2011 02:14 PM
Since, it was my second question without answer. Please, Any one can help me.
03-22-2011 02:54 PM
Never mind this post. I got the answer somewhere On Ni forum . SO, now I am converting ASCII to hex and then writing it to dropdownlist. Thank you.