Results 1 to 4 of 4

Thread: How to use mouse over function to click on a particular textbox

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2010
    Posts
    15

    How to use mouse over function to click on a particular textbox

    Hi,

    I want to use mouse over function to click on a text box on any open windows application

    Please help

  2. #2
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: How to use mouse over function to click on a particular textbox

    What?! Could you explain that a bit more.

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2010
    Posts
    15

    Re: How to use mouse over function to click on a particular textbox

    ACtually i need to make software which picks up data from one column of spreadsheet and paste it in textbox on windows application

  4. #4
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: How to use mouse over function to click on a particular textbox

    You can use the SendMessage api and the "wm_settext" action. But you first need to get the hWnd of the text box that you wish to send the text to. You can do that too with the FindWindow API.

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