Hi Guys,
I'm making a hex calculator and I need to be able to do few things
1.) hex * 2
2.) Hex / 2
3.) Hex xor Hex
Can any1 tell me how to do this.
Also I use function Hex(textbox1.text) to convert to hex, but that actually takes away the front zero how can i make sure the ones that are missing the zero to be there.
Thank you
FTA
I'm making a hex calculator and I need to be able to do few things
1.) hex * 2
2.) Hex / 2
3.) Hex xor Hex
Can any1 tell me how to do this.
Also I use function Hex(textbox1.text) to convert to hex, but that actually takes away the front zero how can i make sure the ones that are missing the zero to be there.
Thank you
FTA