Can anyone tell me how to make the lpBuffer from ReadFile into a usable string. I need to open a file, read it, then search the entire buffer for certain things. I can't figure out how make what is returned into something I can use. I'm used to VB but I have to make this in C++ which I am not very accustomed to.