AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Website Answer send to an Msgbox

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
lumpi
Guest





PostPosted: Tue Apr 26, 2005 2:40 pm    Post subject: Website Answer send to an Msgbox Reply with quote

I often use a Dictionary like http://dict.leo.org .
Now i want to get the answer over an message box for example on lower right side of my desktop.
i dont know how to get it.
Now i use this very simple code.
#z::Run, http://dict.leo.org/?lp=ende&lang=de&searchLoc=0&cmpType=relaxed&relink=on&sectHdr=on&spellToler=std&search=%clipboard%
WinActivate, LEO Ergebnisse*.*

When i push the #z button the content of the clipboard will be translate, but i always have to look at the webpage.

How can i solve it?
Back to top
BoBo
Guest





PostPosted: Tue Apr 26, 2005 3:42 pm    Post subject: Reply with quote

Quote:
WinActivate, LEO Ergebnisse*.*
That "DOS style title wildcarding" won't work, as by default AHK (AFAIK) looks for an exact match! Check the help for SetTitleMatchMode.
Btw: ich habe dir schon eine Antwort im [Deutschen AHK Forum] gegeben.
Back to top
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10480

PostPosted: Tue Apr 26, 2005 11:24 pm    Post subject: Reply with quote

Also, when you have a hotkey that contains more than one command, the first command must be beneath the hotkey.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group