|
-
July 3rd, 2008, 10:07 PM
#1
Windows API book?
Is there a good book that describes how to invoke win32 api calls in C#? Some tutorials would be nice as well. Thanks!
-
July 3rd, 2008, 10:11 PM
#2
Re: Windows API book?
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
-
July 3rd, 2008, 10:22 PM
#3
Re: Windows API book?
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)?
-
July 3rd, 2008, 11:04 PM
#4
-
July 3rd, 2008, 11:18 PM
#5
Re: Windows API book?
Search google for "UIAutomation Active Accessibility" for ways to manipulate applications via Active Accessibility in .Net.
-
July 4th, 2008, 12:27 PM
#6
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|