Re: *Urgent* Help with VB Code

Originally Posted by
nicholasang
hi, im using vb 2010 and currently working on a program that senses and displays values in "textbox1", however the values are in hex form, but i require them to be in decimal form
? for example 006d = 109. i want the value 109 to be displayed into the textbox instead of 006d..
pplease help
You should start a new thread when you have a new question but before you even ask the question you should do a search and see if you can find an answer.
In this case the answer is simple.
1: Open your web browser to Google or other search engine
2: type into the search field hex to decimal vb.net
3: check the resulting pages
Always use [code][/code] tags when posting code.