|
-
Jan 26th, 2008, 01:01 PM
#1
Thread Starter
Member
win32 api
Can you call the win32 api in C# like vb6? If so is there a tool like pat or jk's api spy, or something similar? Are there any tutorials for win32 api programming? or books?
What I would like to do is like push a button on another application or take information from a listbox on another application.
Thanks for the info!
-
Jan 26th, 2008, 08:03 PM
#2
Re: win32 api
I really like www.pinvoke.net they contain some good tutorials, plus they have an addon for Visual Studio.
Here is an example of using the FindWindow API in C#...
pinvoke.net: FindWindow (user32)
<Edit>
Also are you sure its a listbox and not a listview?
Last edited by Paul M; Jan 26th, 2008 at 08:31 PM.
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
|