| Author |
Message |
Forum: Offtopic Topic: Gmail invitation |
| hh |
|
Posted: January 31st, 2005, 10:09 am
|
|
Replies: 29 Views: 4623
|
thanks!
i used the third entry. |
|
 |
Forum: Offtopic Topic: AutoHotkey - c't Magazin 3/05 page 196-200 |
| hh |
|
Posted: January 31st, 2005, 8:54 am
|
|
Replies: 47 Views: 6183
|
| bobo again!! i just got c't 3 and saw the very good article about AHK and wanted to post a message to chris (and all) to tell him about the well-deserved praise he got, but - of course - bobo was first. the only thing i might add to what bobo wrote is that imho c't is not only THE leading german mag... |
|
 |
Forum: Suggestions Topic: Should true and false become built-in variables? |
| hh |
|
Posted: January 24th, 2005, 6:25 pm
|
|
Replies: 14 Views: 1651
|
it clearly improves code readability.
i can't really see any disadvantages - not any that matter to me anyways.
so, my vote was a clear yes. |
|
 |
Forum: Suggestions Topic: Regex |
| hh |
|
Posted: December 15th, 2004, 12:30 am
|
|
Replies: 22 Views: 3018
|
| bobo's idea might work. chris: whay are you so concerned about increasing the size by 20 or 40K? these days you can hardly buy computers that have small hard drives. it seems that for the vast majority of systems hard drive space is not really a big concern. also, exe files usually compress well. ho... |
|
 |
Forum: Support Topic: ToolTipGetText, Outputvar [, X, Y, WhichToolTip] |
| hh |
|
Posted: December 14th, 2004, 9:25 am
|
|
Replies: 11 Views: 1416
|
| here's the latest i found on this matter: the api function bobo mentioned, Shell_NotifyIcon, is the ONLY function that allows programs to control their icon representation. the way programs get feedback about activity on their icons is by providing two parameters: a window handle and a message id. a... |
|
 |
Forum: Support Topic: ToolTipGetText, Outputvar [, X, Y, WhichToolTip] |
| hh |
|
Posted: December 13th, 2004, 5:47 pm
|
|
Replies: 11 Views: 1416
|
| i had the same problem when i tried to activate a tray icon program. i ended up solving it using PixelSearch. i had to locate a unique color in the icon i was looking for and locate it with PixelSearch. this then gave me the location to which i sent a right mouse-click. in the last days i did some r... |
|
 |
Forum: Support Topic: Launching IE in Windows 2000 as task w/ screen locked |
| hh |
|
Posted: December 10th, 2004, 9:52 pm
|
|
Replies: 6 Views: 734
|
absolutely, jonny!
you are so right, of course.
what else could come to mind but food when you hear "scheduled task"??
it was probably because i was stoned when i wrote this that i didn't think about it... |
|
 |
Forum: Support Topic: Activate tray icon programs |
| hh |
|
Posted: December 10th, 2004, 9:48 pm
|
|
Replies: 6 Views: 950
|
| i just spent a few hours trying to activate a tray icon with a right mouse click. no success so far. i tried a few different things. i tried it with WinGetPos, ControlGetPos i tried it with and without jonny's suggestion. i used window spy to determine the exact location of the tray icon i want to a... |
|
 |
Forum: Support Topic: Launching IE in Windows 2000 as task w/ screen locked |
| hh |
|
Posted: December 10th, 2004, 7:40 pm
|
|
Replies: 6 Views: 734
|
| Hmm, ... desktop = soup locked OS = can login = can-opener service = bunsen burner mouse/keyboard = immersion heater Yes, you can heat the soup using a bunsen burner without opening the can with the can-opener. No, you can't heat the soup using an immersion heater without opening the can with the c... |
|
 |
Forum: Scripts Topic: Pop-up reminder that works with my keyboard entry... |
| hh |
|
Posted: December 10th, 2004, 5:27 pm
|
|
Replies: 5 Views: 2216
|
check the docu for MsgBox function. it will do the trick for you.
the last parameter is the time after which the message disappears. |
|
 |
Forum: Support Topic: Activate tray icon programs |
| hh |
|
Posted: December 10th, 2004, 5:23 pm
|
|
Replies: 6 Views: 950
|
| thanks for your response, jonny. however, i am not sure if i made myself not clear or if i´m missing something. i need to locate a tray icon that belongs to a particular program and then activate certain features of the software by right-clicking on the icon and then select from the menu that pops u... |
|
 |
Forum: Support Topic: Activate tray icon programs |
| hh |
|
Posted: December 10th, 2004, 4:33 pm
|
|
Replies: 6 Views: 950
|
| by now i have some experience writing scripts with ahk but it happened a couple of times now that i needed to activate a program that is only visible as a tray icon from within a script. basically, a mouse right click on the correct icon would do the trick but i haven´t found a way yet to determine ... |
|
 |
Forum: Support Topic: Is any of this possible in AHK? |
| hh |
|
Posted: December 10th, 2004, 1:30 pm
|
|
Replies: 11 Views: 1244
|
| You could use DOS' Net send to send an alert-message. The simple way. NET SEND {name | * | /DOMAIN[:name] | /USERS} message You are spying :evil: net send is an option. however, it only works if the windows messenger service is running. this service is disabled by default in winxp. you have to manu... |
|
 |
| Sort by: |