|
-
Apr 24th, 2010, 05:01 AM
#1
Thread Starter
New Member
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
-
Apr 24th, 2010, 07:08 AM
#2
Re: How to use mouse over function to click on a particular textbox
What?! Could you explain that a bit more.
-
Apr 24th, 2010, 08:42 AM
#3
Thread Starter
New Member
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
-
Apr 24th, 2010, 08:51 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|