AutoHotkey Community

It is currently May 23rd, 2012, 4:22 am

All times are UTC [ DST ]


Search found 7 matches
Search these results:

Author Message

 Forum: Support   Topic: How can retrieve the directory path of the active window app

Posted: March 14th, 2010, 8:14 pm 

Replies: 3
Views: 203


Tuncay wrote:
http://www.autohotkey.com/forum/viewtopic.php?t=18550

look at - Full filename by process ID (GetModuleFileNameEx() function)



That's awesome. It's exactly what I needed. Thank you :-)

Dean

 Forum: Support   Topic: How can retrieve the directory path of the active window app

Posted: March 14th, 2010, 8:40 am 

Replies: 3
Views: 203


I'm trying to figure out the easiest way to retrieve the directory path of the active windows application. For example: #n:: WinGet, pname, ProcessName, A MsgBox, Process Name = "%pname%" Return Pressing the window key and "n" will retrieve the process name. Let's say I have MS W...

 Forum: Support   Topic: What do I need to do to use the ";" key as a short

Posted: March 6th, 2010, 4:43 am 

Replies: 2
Views: 229


thank you I was looking for that in the manual but looking for the ";" key in the docs is not possible and I couldn't seem to describe it in the search engine without bring up tons of irrelevant info.

Thank you

Dean

 Forum: Support   Topic: What do I need to do to use the ";" key as a short

Posted: March 6th, 2010, 4:31 am 

Replies: 2
Views: 229


Can some one quickly tell me what i need to do when using ";" as shortcut key so the it is not misinterpreted as a comment in the code.

Thank you for your help,

Dean

 Forum: Support   Topic: Need complete list of OnMessage events - RESOLVED

 Post subject: The list
Posted: March 1st, 2010, 7:00 pm 

Replies: 2
Views: 164


I think I found it...

http://www.autohotkey.com/docs/misc/SendMessageList.htm

 Forum: Support   Topic: Need complete list of OnMessage events - RESOLVED

Posted: March 1st, 2010, 6:14 pm 

Replies: 2
Views: 164


Does anyone know where I can find a complete list of OnMessage Events? For example: Listen to the Windows power event "WM_POWERBROADCAST" (ID: 0x218): OnMessage(0x218, "func_WM_POWERBROADCAST") I'd like to have a complete list of all the events that can be listened to using the O...

 Forum: Support   Topic: Trying to toggle autohide taskbar with keystroke in vista

 Post subject: Re: Better Script
Posted: March 1st, 2010, 12:36 am 

Replies: 31
Views: 10322


I was looking for something like this for a while, and this thread helped me finally make something that works, so I figured I would let people know how to do it. Thanks very much to EricCartman for the function calls, really all I did was fix the structure of the code. Eric's code was working perf...
Sort by:  
Page 1 of 1 [ Search found 7 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group