![]() |
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Member Join Date: Feb 2008
Posts: 39
Reputation: 12 ![]() | I'm trying to send some commands to my IE window silently with AHK, but so far it isn't working at all. I was wondering if someone could help me correct my code. This is what I have so far. WinGet, WinID, ID, thissiteisforreal.com controlsend, Internet Explorer_Server1, {tab 22}, ahk_id %WinID% sleep 100 controlsend, Internet Explorer_Server1, f, ahk_id %WinID% sleep 100 controlsend, Internet Explorer_Server1, {tab}, ahk_id %WinID% sleep 100 controlsend, Internet Explorer_Server1, p, ahk_id %WinID%
__________________ I really recommend ThisSiteIsForReal. Its the best gpt site I've found and credits free offers instantly! If you haven't signed up yet------> http://www.thissiteisforreal.com/start.php?rid=350769 Thanks. :banana: |
| | |
| | #3 (permalink) |
| Senior Member | guessing the tabs (ctl + t) ...but isn't that only for firefox?!
__________________ ![]() Hate me all you want. Talk crap about me. But that's not going to change a single thing about me... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ Forgive your enemies, but don't forget their names. If You need the Full version/serial to any program just pm me and I will try to get it for you |
| | |
| | #5 (permalink) |
| Senior Member | oh ok
__________________ ![]() Hate me all you want. Talk crap about me. But that's not going to change a single thing about me... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ Forgive your enemies, but don't forget their names. If You need the Full version/serial to any program just pm me and I will try to get it for you |
| | |
| | #6 (permalink) |
| Member Join Date: Feb 2008
Posts: 39
Reputation: 12 ![]() | basically what i want it to do is to hit tab 22 times in the IE window so that it gets to a certain point on the page without having to click there.
__________________ I really recommend ThisSiteIsForReal. Its the best gpt site I've found and credits free offers instantly! If you haven't signed up yet------> http://www.thissiteisforreal.com/start.php?rid=350769 Thanks. :banana: |
| | |
| | #7 (permalink) |
| Senior Member | {tab 22} = pressing the tab button 22 times. I can't say for sure, but I am guessing your WinGet Command is wrong. That command is case sensitive, and if you don't have the SetTitleMatchMode set right it has to match the entire title, not just include it.
__________________ |
| | |
| | #8 (permalink) |
| Member Join Date: Feb 2008
Posts: 39
Reputation: 12 ![]() | yeah, that was it Seatbelt. I didn't know it was case sensitive. Thanks a lot.
__________________ I really recommend ThisSiteIsForReal. Its the best gpt site I've found and credits free offers instantly! If you haven't signed up yet------> http://www.thissiteisforreal.com/start.php?rid=350769 Thanks. :banana: |
| | |
| | #10 (permalink) |
| Member Join Date: Feb 2008
Posts: 39
Reputation: 12 ![]() | For the bot I'm working on, at one point the bot opens a new tab, and the title of that tab is going to be different every time. Is there a way to just automatically target the new tab, like the script would normally do if it weren't silent?
__________________ I really recommend ThisSiteIsForReal. Its the best gpt site I've found and credits free offers instantly! If you haven't signed up yet------> http://www.thissiteisforreal.com/start.php?rid=350769 Thanks. :banana: |
| | |
![]() |
| Tags |
| controlsend |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |