Results 1 to 2 of 2

Thread: Clicking and Filling

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2003
    Location
    The Future - Skynet
    Posts
    1,157

    Clicking and Filling

    In VB6, I use API to control the clicking and filling of text for another program. For example, I use the API FindWindowEx to get the handle of an object. From there, I can use SendMessage to do whatever I need.

    What is the best way to do that in .Net?
    I'll Be Back!

    T-1000

    Microsoft .Net 2005
    Microsoft Visual Basic 6
    Prefer using API

  2. #2
    Lively Member jberman's Avatar
    Join Date
    Nov 2004
    Location
    Hollywood, FL
    Posts
    103

    Re: Clicking and Filling

    I do not know all that much about .Net as I am a pretty new to it but from what I have seen it seems that this type of communication, between two seperate applications, still requires API calls. Not sure if there are any newer/better calls that you can make though.

    Josh

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