Is there a good book that describes how to invoke win32 api calls in C#? Some tutorials would be nice as well. Thanks!
Printable View
Is there a good book that describes how to invoke win32 api calls in C#? Some tutorials would be nice as well. Thanks!
You don't have to, usually, but it 's documented. All the api's work the same, but you have to change the syntax for any .net version
I'm looking to do stuff like click buttons on other applications, retrieve information from a listbox on another application, etc. Is there a book that lets you invoke win32 api like from user32.dll(i forget the other dll's)?
Search google for "UIAutomation Active Accessibility" for ways to manipulate applications via Active Accessibility in .Net.