Results 1 to 2 of 2

Thread: [RESOLVED] ext. app control?

  1. #1

    Thread Starter
    Member frix199's Avatar
    Join Date
    Dec 2005
    Location
    Thessaloniki, Greece iamthebest: True
    Posts
    59

    Resolved [RESOLVED] ext. app control?

    hey!

    i want to make an application... it starts like:

    i have a form with a textbox and a button.
    i want when the button is clicked, the text of the textbox to be copied in another window(like msn messenger)

    is it possible?

    thanks


    Human beings are a disease, a cancer of this planet, you are a plague, and we are the cure.

  2. #2
    PowerPoster
    Join Date
    Aug 2005
    Location
    College Station, TX
    Posts
    4,521

    Re: ext. app control?

    I requires API calls, functions like FindWindow, FindWindowEX in order to get the handle to the window you wish to send to, then using the SendMessage API with the WM_SETTEXT constant in order send the message to the window handle... there are plenty of examples in the API section of this forum, and can probably get better results if you were to post there.
    Last edited by gigemboy; Jan 14th, 2006 at 03:25 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