You really don't need FindHandle if yo know the process you are trying to read. You can use the MainWindowHandle method of the process object to get the handle. I attached my memory and API classes that I use to read and write to process memory
There are a couple functions in the memory class you will not need as they are for reading specific structures from memory but this can give you an idea about how to do it easily.
Boooya
Visual Studio 2008 Professional
Don't forget to use [CODE]your code here[/CODE] when posting code
Don't forget to rate helpful posts!
If you're question was answered please mark your thread [Resolved]