I want to develop a window application that will have capability to read properties of another window application eg. text boxes, options, buttons, title bar and more. My application would use multithreading as separate thread is always required to activate targetted window.
So, I have found that I should start with win32 API that is common to many windows operating systems but my concern is if the win32 API is supported on Window 7 and Window 8 or 8.1 that uses winRT API. I actually want my application to run on all Windows platforms.
I have a lot of confusion between these APIs. Please help me understand how I could develop my application.