| Author |
Message |
Topic: Possible to click "detect monitors" in Windows Dis |
wrybread
Replies: 3
Views: 84
|
Forum: Ask for Help Posted: Wed Sep 21, 2011 8:52 pm Subject: Possible to click "detect monitors" in Windows Dis |
I figured it out. Spectacularly easy, I heart AHK:
- use Winspector Spy to find the window name
- click the button (in my case, "Screen Resolution")
- note the button name (in my ca ... |
Topic: Possible to click "detect monitors" in Windows Dis |
wrybread
Replies: 3
Views: 84
|
Forum: Ask for Help Posted: Wed Sep 21, 2011 7:35 pm Subject: Possible to click "detect monitors" in Windows Dis |
Hmm. I'm running your utility, but its not generating any log file.
Should it generate it whenever I click something? |
Topic: Possible to click "detect monitors" in Windows Dis |
wrybread
Replies: 3
Views: 84
|
Forum: Ask for Help Posted: Wed Sep 21, 2011 6:30 pm Subject: Possible to click "detect monitors" in Windows Dis |
| I have an issue where one of my secondary monitors keeps getting disconnected because of a new "feature" in Windows 7 that disables monitors that are no longer attached. Its a somewhat commo ... |
Topic: Possible to change a pulldown menu in an application? |
wrybread
Replies: 1
Views: 76
|
Forum: Ask for Help Posted: Wed Aug 03, 2011 12:01 pm Subject: Possible to change a pulldown menu in an application? |
I'm trying to automate the selection of an item from a pulldown menu in an application.
Is this possible using auto hot key?
Thanks for any help. |
Topic: Possible to make a window not draggable? |
wrybread
Replies: 5
Views: 283
|
Forum: Ask for Help Posted: Sun Feb 14, 2010 9:26 am Subject: Possible to make a window not draggable? |
| Is this a property I can set once, or would I need to leave the AHK script running for it to work? |
Topic: Possible to make a window not draggable? |
wrybread
Replies: 5
Views: 283
|
Forum: Ask for Help Posted: Sun Feb 14, 2010 8:51 am Subject: Possible to make a window not draggable? |
| I'm wondering if there's some way to make a given window not draggable? In other words, I'd like to take away the ability of the mouse to click and drag the window. The window I'm trying to control is ... |
Topic: How to have a msgbox countdown? |
wrybread
Replies: 2
Views: 270
|
Forum: Ask for Help Posted: Thu Jul 02, 2009 8:03 am Subject: How to have a msgbox countdown? |
| Thanks, works perfectly. |
Topic: How to have a msgbox countdown? |
wrybread
Replies: 2
Views: 270
|
Forum: Ask for Help Posted: Thu Jul 02, 2009 7:18 am Subject: How to have a msgbox countdown? |
I'm trying to have a msgbox on the screen for 30 seconds, and then do some action. I'd like for the text on the msgbox to countdown, is this possible?
So it would say:
"Will launch in 30 seco ... |
Topic: How to remove icon from taskbar? |
wrybread
Replies: 3
Views: 692
|
Forum: Ask for Help Posted: Sat Jun 20, 2009 12:47 am Subject: How to remove icon from taskbar? |
I'm wondering if its possible to remove a running program from the Windows taskbar?
I'm not sure if "taskbar" is exactly the right word, but I don't mean what is typically called the Syst ... |
Topic: How to detect the height of the titlebar? |
wrybread
Replies: 2
Views: 483
|
Forum: Ask for Help Posted: Tue Apr 07, 2009 8:49 pm Subject: How to detect the height of the titlebar? |
I'm wondering if there's some way to detect the height of the titlebar in a given window? I'm trying to hide part of a window but the dimensions change from Windows theme to Windows theme.
Thanks f ... |
Topic: How to set the size of a window? |
wrybread
Replies: 1
Views: 308
|
Forum: Ask for Help Posted: Fri Mar 27, 2009 8:19 am Subject: How to set the size of a window? |
Figured it out. For anyone else coming down this road:
WinMove, [window title], , , , 800, 600 |
Topic: How to set the size of a window? |
wrybread
Replies: 1
Views: 308
|
Forum: Ask for Help Posted: Fri Mar 27, 2009 8:14 am Subject: How to set the size of a window? |
I have a program that runs in a non maximized window, and I'd like to resize it a bit on launch. Is such a thing possible with AHK?
Thanks for the help. |
Topic: Possible to enlarge a part of a window? |
wrybread
Replies: 1
Views: 323
|
Forum: Ask for Help Posted: Fri Feb 13, 2009 2:04 am Subject: Possible to enlarge a part of a window? |
I'm trying to zoom in on a part of a window. In other words make it larger. For example now its 320x240 pixels, I'd like to double that.
Is that possible using autohotkey? I'm not seeing anything i ... |
Topic: Possible to get "time since unix era" in seconds? |
wrybread
Replies: 1
Views: 949
|
Forum: Ask for Help Posted: Wed Apr 30, 2008 7:03 am Subject: Possible to get "time since unix era" in seconds? |
In many languages there's a raw "seconds since Unix era" feature that returns the number of seconds since, I think, 1970. Useful for comparing dates.
Is such a thing possible with AHK?
... |
Topic: Remote control Firefox? |
wrybread
Replies: 5
Views: 7184
|
Forum: Ask for Help Posted: Tue Jan 22, 2008 9:07 am Subject: Remote control Firefox? |
I need to tell a running instance of Firefox to load a webpage.
The problem is this instance is running in a fullscreen kiosk style window, meaning the address bar isn't visible.
Also, the redir ... |
| |