Hi,

I am trying to write an application that can retrieve information from a window in another app. So far i believe i need to get the window handle of the window i want data from, for this i am using the user32 FindWindow function. This does appear to return a handle but it differs from the one given when using spy++, can any one offer an explanation as to why?

Assuming i have the handle for the correct window how do...