that pretty much covers it.1)
Button1_click
The Hex value in textbox1 is converted to decimal and printed on textbox8
Button3_click
Binary value in textbox3 is converted to decimal(in a very SLOW way!)
Button4_click
decimal to hex
Button2_click
decimal to binary
2)
somethings being drawn but without knowing what are the temps cant say for sure
that pretty much covers it.
That convert to binary way is really weird.
2) appears to be drawing a pie chart with the values given for the TEMPs
but is it necessary to convert to decimal like that ?yeah but slow methods BTW
but is it necessary to convert to decimal like that ?
VB has inbuilt convert function that can do it in one line.
I prefer C/C++