In response to my earlier post:

Assuming that Im using ReadProcessMemory() right, Im going to have to build a filter to get rid of all the unwanted characters that the memory address gives me. Then, since my wanted text is broken up, Im assuming that the rest of the text is stored in another memory address. So Im going to have to filter all text, and then join it together. Am I correct on assuming this is the neccessary course of action?? Thanks for all the help.