Ok, I am so lame! Some time ago I was into programming and I could do the things I am now once again asking how to do. "I forgot everything."

Now that i installed vb again, for some reason i dont have any help guides. Anyhow here is my question.


"Keep it simple"
Code:
Open PathToDesktop & "\dsfg.txt" For Output As #1
Assuming the above to be any type of file i would like to pull data from and dump it into a Text box for viewing.

Code:
Text1.txt = dsfg.txt
, "i know i am awfull."


My goal, Open a hex file, Have its address on the Left in Blue, Hex char's in the center and , ACII on the right. How i will meet my goal i do not know. Right now i just want to get started, Dumping the data from the given text or HEX file into an text1.txt window.

Much appreciated.