I write programe. It work that:
1. You chose Hex file
2. Program open hex file and save as string.
3. Program search in Hex some text
4. Program save this string in text file.

I have problem with open file. I want do string function on this hex file, like left, right, mid, replace. Can I do It, If yes How??

So my problem is import HEX as String to VB .NET