AutoHotkey Community

It is currently May 27th, 2012, 10:00 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: September 6th, 2009, 7:27 pm 
Offline

Joined: June 3rd, 2009, 2:39 pm
Posts: 24
a beginner Script which simply opens http://dict.leo.org with the right word to search, - while the content of your clipboard is pasted as a proposal :)


Code:
InputBox, UserInput , dict.leo - Translator, , , 300, 100,,,,, %clipboard%
If Not ErrorLevel {
Run,

http://dict.leo.org/?search=%UserInput%
}
return


Planned extensions:

1. Interaction with browser:

- open a new browser window with dict.leo.org search results.
- every new search request must be send to this particular browser window and not to any other.

-> for this i bet i,can't use the fast Run command anymore and I have to work with something like "If Winactive" ...


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: sks and 22 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