Can someone please help me. What I am trying to do is I got a form (Form1) a button (Button1) and 2 Textboxes (TextBox1 & TextBox2). I want to make it so that when someone types text in TextBox1 its in hexadecmial. I don't want it to convert it to hexidecmail though. When I click the button, I want it so that TextBox2 adds 4 Hex to the line in TextBox1 for 4 lines and putting the original line on the top with TextBox2 then having a total of 5 lines. For example this is what I want:
TextBox1:
568BCE4C
TextBox2:
568BCE4C
568BCE50
568BCE54
568BCE58
568BCE5C
Thanks if someone can help me because I am not good at programming and can't figure it out.
TextBox1:
568BCE4C
TextBox2:
568BCE4C
568BCE50
568BCE54
568BCE58
568BCE5C
Thanks if someone can help me because I am not good at programming and can't figure it out.