Im looking for a “book” which teach you winapi in C#, something like
-
the basics of win32 programming and winapi.
-
teaching you how to use unmanaged code in C#.
-
call win32 functions from .net to other running application:
stuff like moving windows , reading text from richedit and texts, accessing listview32, click buttons, resizing windows, etc.
I`m not sure if a book like this exists but i think it would be great if we had one.
Look no further than this – it is a timeless classic:
http://www.charlespetzold.com/pw5/
It will teach you about WIN API, and using the API from the c# code – you’ll be able to find tons of resources on the net. Like:
http://pinvoke.net/