AutoHotkey Community

It is currently May 26th, 2012, 6:10 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 19 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: February 8th, 2009, 6:06 am 
Offline
User avatar

Joined: March 19th, 2008, 12:43 am
Posts: 5480
Location: the tunnel(?=light)
In what program are you pasting the information into the box?

_________________
Image
Try Quick Search for Autohotkey or see the tutorial for newbies.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 8th, 2009, 6:18 am 
Offline

Joined: November 10th, 2006, 5:10 am
Posts: 110
it is called ESP.

http://espsw.blogspot.com/

it is a filename indexer / searcher.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 8th, 2009, 8:04 am 
Offline
User avatar

Joined: March 19th, 2008, 12:43 am
Posts: 5480
Location: the tunnel(?=light)
I downloaded the program, one thing I noticed right away is that the program does not place the caret in the search box automatically. If there's some delay in placing the caret there, any Send command may not send its entire contents (if any) to the search box.

The other thing I noticed is that the search box is a control (Edit1), which means you can use something more direct like ControlSend or ControlSetText to send the data to the search box.

So as opposed to:

Code:
SendInput %PersonName%


You could use:

Code:
ControlSend, Edit1, %PersonName%, ESP


or:

Code:
ControlSetText, Edit1, %PersonName%, ESP

_________________
Image
Try Quick Search for Autohotkey or see the tutorial for newbies.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Thanks dude.
PostPosted: February 8th, 2009, 8:14 pm 
Offline

Joined: November 10th, 2006, 5:10 am
Posts: 110
Image

Damn that works perfect.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 19 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]


Who is online

Users browsing this forum: batto, BrandonHotkey, hilalpro, just me, Yahoo [Bot] and 65 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group