| Author |
Message |
Forum: Support Topic: Direct a file to a program |
| I should register |
|
Posted: February 2nd, 2010, 2:53 pm
|
|
Replies: 4 Views: 225
|
|
 |
Forum: Support Topic: Direct a file to a program |
| I should register |
|
Posted: February 2nd, 2010, 2:20 pm
|
|
Replies: 4 Views: 225
|
| How do I approach the command from within autohotkey? |
|
 |
Forum: Support Topic: Direct a file to a program |
| I should register |
|
Posted: February 2nd, 2010, 2:02 pm
|
|
Replies: 4 Views: 225
|
Hi,
Is there a way to send a file to a running program as if it were dragged and dropped onto it's window?
The program I'm referring to is FinalBIG and not an autohotkey script. |
|
 |
Forum: Support Topic: Automating Windows Media Player w/ non-media keys commands |
| I should register |
|
Posted: April 17th, 2009, 4:00 pm
|
|
Replies: 1 Views: 497
|
| When I boot up certain games, I notice they're a lot louder or softer than windows media player. I need to Controlsend something to it whilst I'm in game. I want to adjust the sound of windows media player. The script I have: ^F8:: controlsend,ahk_parent,F8, Windows return ^F9:: controlsend,ahk_pare... |
|
 |
Forum: Support Topic: SubStr command |
| I should register |
|
Posted: February 28th, 2009, 7:09 pm
|
|
Replies: 2 Views: 275
|
|
 |
Forum: Support Topic: SubStr command |
| I should register |
|
Posted: February 28th, 2009, 6:59 pm
|
|
Replies: 2 Views: 275
|
I got:
Code: Var1=decompressed SubStr(%Var1%, 1 , 10)
The output would be "Decompress", but in which variable has it been stored?
Or is all of it wrong? |
|
 |
Forum: Support Topic: WMP play current song selection |
| I should register |
|
Posted: February 13th, 2009, 9:21 pm
|
|
Replies: 6 Views: 516
|
| Specify the "Certain Song". Is it a song that is defined in the script? Is the song already in the WMP list? What keystrokes do you wish to use for WMP? Please take a look at; ControlSend: (sending keystrokes to active programs) http://www.autohotkey.com/docs/commands/ControlSend.htm How t... |
|
 |
Forum: Support Topic: Trying to Make AHK Portable...Not Succeeding :( |
| I should register |
|
Posted: February 13th, 2009, 8:59 pm
|
|
Replies: 9 Views: 774
|
| New script: ; My Scripts (mribeiro) ;edited >:D ; -------------------------------------------------------------------------- SplitPath, A_ScriptDir,,,,, ThumbDrive ; %ThumbDrive% is the variable that contains it's drive's letter. ; Minimize !F2:: WinMinimize, A ; Maximize/Restore !F3:: WinGe... |
|
 |
Forum: Support Topic: Stubborn Program |
| I should register |
|
Posted: February 6th, 2009, 6:25 pm
|
|
Replies: 4 Views: 364
|
Please wrote: In Vista you might have to compile your script and run it as an administrator. Vista is picky about which processes can interact.
Worked... Thanks . |
|
 |
Forum: Support Topic: Stubborn Program |
| I should register |
|
Posted: February 6th, 2009, 11:52 am
|
|
Replies: 4 Views: 364
|
|
 |
Forum: Support Topic: Stubborn Program |
| I should register |
|
Posted: February 5th, 2009, 8:28 pm
|
|
Replies: 4 Views: 364
|
| I got a bit of a problem. The window of a program (PeerGuardian 2) is not responding to my macro's. It's not responding to Send {Enter} or WinMinimize, PeerGuardian 2. I'm using Vista but I don't believe it's the problem here, because the actions do work with notepad. Process, Close, pg2.exe doesn't... |
|
 |
Forum: Support Topic: Detect Windows start menu |
| I should register |
|
Posted: January 28th, 2009, 9:06 pm
|
|
Replies: 1 Views: 265
|
Is it possible for autohotkey to detect if the start menu is open?
Is there a DLL or COM command that allows this? |
|
 |
Forum: Support Topic: MouseGetPos -Minor Question- |
| I should register |
|
Posted: January 28th, 2009, 9:04 pm
|
|
Replies: 2 Views: 490
|
|
 |
Forum: Support Topic: MouseGetPos -Minor Question- |
| I should register |
|
Posted: January 28th, 2009, 9:32 am
|
|
Replies: 2 Views: 490
|
I need to know the mouse's absolute position.
Code: ^F1:: MouseGetPos, xpos, ypos Msgbox, The cursor is at X%xpos% Y%ypos%. return
I've been getting the mouse's position relative to the active screen.
A little bit of help would be appreciated. |
|
 |
Forum: Support Topic: Getting the directory from the selected file |
| I should register |
|
Posted: January 18th, 2009, 9:06 pm
|
|
Replies: 4 Views: 371
|
It worked!
Thanks.
Btw, I registerd.  |
|
 |
| Sort by: |