| Author |
Message |
Topic: running two versions of autohotkey on same machine? |
pantagruel
Replies: 1
Views: 80
|
Forum: Ask for Help Posted: Tue Mar 29, 2011 11:26 am Subject: running two versions of autohotkey on same machine? |
| Probably someone has already asked this but I couldn't find it - is there any solution for running two versions of autohotkey on the same machine - for example to enable easy switching of version. Thi ... |
Topic: [tool] WinEventHook Messages |
pantagruel
Replies: 23
Views: 12279
|
Forum: Scripts & Functions Posted: Mon Jun 22, 2009 8:56 am Subject: problems with WinEvent hooking on VM, Remote Desktop? |
Hi,
I have a script that works reasonably well in my normal OS for hooking to alert boxes, but when I put it in a VM (that is running over Remote Desktop) I can't catch anything. The script is the ... |
Topic: [tool] WinEventHook Messages |
pantagruel
Replies: 23
Views: 12279
|
Forum: Scripts & Functions Posted: Fri Jun 19, 2009 1:41 pm Subject: Events caught multiple times? |
Hi,
UPDATED: Never mind, it was embarrassingly obvious once I took a break and then went back and looked at the code.
I want to catch different types of window opening events, for example system al ... |
Topic: windows managing for a messed up laptop |
pantagruel
Replies: 4
Views: 439
|
Forum: Ask for Help Posted: Sun May 24, 2009 9:46 am Subject: hadn't occurred because |
| I hadn't thought of moving the taskbar up because I can't actually grab ahold of the taskbar and move it, although now that I think of it there are probably some registry settings that can be jiggered ... |
Topic: windows managing for a messed up laptop |
pantagruel
Replies: 4
Views: 439
|
Forum: Ask for Help Posted: Sun May 24, 2009 4:48 am Subject: windows managing for a messed up laptop |
| hmm, my laptop's bottom half of the screen just conked out (dead screen, replaced by color gradient). I have a smaller monitor I can unpack and hook up to it, but given laziness I'm currently just mo ... |
Topic: WinGet ID of RUN process? |
pantagruel
Replies: 7
Views: 734
|
Forum: Ask for Help Posted: Tue Oct 28, 2008 11:44 am Subject: yes |
Yes I tried that.
I never get to the Message boxes.
This s a simple tester I made, basically by extracting bits of code and rearranging it:
ActiveWindowID :=
gbssite := "ht ... |
Topic: WinGet ID of RUN process? |
pantagruel
Replies: 7
Views: 734
|
Forum: Ask for Help Posted: Tue Oct 28, 2008 11:01 am Subject: that doesn't seem to work |
I did some more testing, basically the RUN is started by a button in an AutoHotkey Window, when I check what the current window is it turns out to be my AutoHotkey window.
How do I start an appli ... |
Topic: Automation IE7 Navigation and Scripting with Tabs |
pantagruel
Replies: 214
Views: 54516
|
Forum: Scripts & Functions Posted: Tue Oct 28, 2008 10:45 am Subject: Get LocationURL of current active window |
Hi,
Given that I have the active window ID of an IE instance, how would I use the COM to get just the LocationURL parameter of that Window? |
Topic: WinGet ID of RUN process? |
pantagruel
Replies: 7
Views: 734
|
Forum: Ask for Help Posted: Tue Oct 28, 2008 9:47 am Subject: WinGet ID of RUN process? |
Hi,
I am doing the following:
Run IEXPLORE.EXE %gbssite%
WinGet, ActiveWindowID, ID
MsgBox, %ActiveWindowID%
As far as I understand WinGet should put the ID of the previous run process int ... |
Topic: Automation IE7 Navigation and Scripting with Tabs |
pantagruel
Replies: 214
Views: 54516
|
Forum: Scripts & Functions Posted: Wed Oct 22, 2008 6:00 am Subject: hmm |
actually I guess should follow what this guy is suggesting:
http://www.buzzeroo.com/TechBench/SelectIE7Tab.htm
I'm working on something else right now anyway but maybe can come back to it next wee ... |
Topic: Automation IE7 Navigation and Scripting with Tabs |
pantagruel
Replies: 214
Views: 54516
|
Forum: Scripts & Functions Posted: Tue Oct 21, 2008 11:50 am Subject: yeah |
the current tab will affect the windowtitle. in which cace you CAN use winactivate
I figured that out, but then I have to take the aesthetically unappealing method of Ctrl Tab to the tab I want, do ... |
Topic: Automation IE7 Navigation and Scripting with Tabs |
pantagruel
Replies: 214
Views: 54516
|
Forum: Scripts & Functions Posted: Tue Oct 21, 2008 7:47 am Subject: Automation IE7 Navigation and Scripting with Tabs |
all of my scripts are designed to run while minimized i never activate
so if you had 3 applications open tab 1 and 2 and one on a minimized window the scripts to not need any of them to be active t ... |
Topic: Automation IE7 Navigation and Scripting with Tabs |
pantagruel
Replies: 214
Views: 54516
|
Forum: Scripts & Functions Posted: Mon Oct 20, 2008 1:58 pm Subject: Reason to activate a tab |
| The reason is simply that there will be an application running in one particular tab, if it is running there I should activate that tab and run some particular sequence of actions in the open Tab rath ... |
Topic: Automation IE7 Navigation and Scripting with Tabs |
pantagruel
Replies: 214
Views: 54516
|
Forum: Scripts & Functions Posted: Mon Oct 20, 2008 11:25 am Subject: how to WinActivate a tab |
IE7 supports multi-tab windows, but the conventional WebBrowser control is lacking of a function to differentiate one among them, the HWND function in IWebBrowser2 object always returns the window ... |
Topic: the ' character is getting caught somewhere |
pantagruel
Replies: 2
Views: 358
|
Forum: Ask for Help Posted: Wed Oct 15, 2008 9:20 am Subject: misunderstanding |
Hi,
Actually I found the mistake, I had used the * modifier incorrectly. And on my keyboard the ' character is on the same key as the * key. |
| |