I have a text box (txtbox1) where I want to enter a 2 character HEX number, ( ie. 3F)
and another text box (txtbox2) where I want the conversion to bininary to appear. To execute the conversion I have a Command Button (cmd1) set to click.
Part 2 of my goal is to invert the bininary during the conversion process as in the example below.
example... 11001011 would appear as 11010011
If anyone can help me with this I would appreciate it very much. I am a beginner with programming so please keep that in mind when writing answers.
Thank You,
George
