SMAlvarez
July 3rd, 2008, 10:07 PM
Is there a good book that describes how to invoke win32 api calls in C#? Some tutorials would be nice as well. Thanks!
|
Click to See Complete Forum and Search --> : Windows API book? SMAlvarez July 3rd, 2008, 10:07 PM Is there a good book that describes how to invoke win32 api calls in C#? Some tutorials would be nice as well. Thanks! dglienna July 3rd, 2008, 10:11 PM 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 SMAlvarez July 3rd, 2008, 10:22 PM 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)? dglienna July 3rd, 2008, 11:04 PM like this? http://allapi.mentalis.org/apilist/apilist.php Arjay July 3rd, 2008, 11:18 PM Search google for "UIAutomation Active Accessibility" for ways to manipulate applications via Active Accessibility in .Net. M-Dayyan July 4th, 2008, 12:27 PM See it : http://www.webtropy.com/articles/Win32-API-DllImport-art9.asp?Windows+API codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |