Results 1 to 2 of 2

Thread: win32 api

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2003
    Posts
    41

    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!

  2. #2
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 2006
    Location
    Australia, Melbourne
    Posts
    2,306

    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
  •  



Click Here to Expand Forum to Full Width