AutoHotkey Community

It is currently May 23rd, 2012, 5:44 pm

All times are UTC [ DST ]


Search found 9 matches
Search these results:

Author Message

 Forum: Support   Topic: Full path to file that is open in notepad or wordpad?

Posted: November 3rd, 2010, 2:50 am 

Replies: 11
Views: 946


Maybe you can fiddle around with OpenFiles command. I can't check it now since I am at work right now.

 Forum: Support   Topic: Application specific Stickies / Reminders

Posted: November 2nd, 2010, 6:31 am 

Replies: 7
Views: 238


just noticed your location is England.. You sure are up really late..

Thanks for the script. I will play around with it.

 Forum: Support   Topic: Application specific Stickies / Reminders

Posted: November 2nd, 2010, 5:07 am 

Replies: 7
Views: 238


yeah it will defo be a challenge first thing is to make a small database of applications i can only make a block diagram atm as i want to be brief Thanks for so quick response. winget, title, all current windows store each title in ini file ^ repeat every minute for a few days (or manually open all...

 Forum: Support   Topic: Application specific Stickies / Reminders

Posted: November 2nd, 2010, 4:35 am 

Replies: 7
Views: 238


Hi, Is there any software that can do below or can I develop one in AHK to get following functionality? I work with lot of applications and working on lot of tasks simultaneously. Typical multiple tasking scenario. I want a functionality which allows me to attach sticky note reminder to particular a...

 Forum: Support   Topic: How to perform 2 mouse clicks every hour OR on Pop-up?

Posted: November 1st, 2010, 5:14 am 

Replies: 2
Views: 145


Following code taken from another thread on this forum. You can use it to detect popup. #Persistent SetBatchLines, -1 Process, Priority,, High Gui +LastFound hWnd := WinExist() DllCall( "RegisterShellHookWindow", UInt,hWnd ) MsgNum := DllCall( "RegisterWindowMessag...

 Forum: Tutorials   Topic: [How to] Hook on to Shell to receive its messages?

Posted: October 28th, 2010, 9:04 am 

Replies: 59
Views: 220


SKAN wrote:
It is preferable that you use #include at the end of the script.


Yup, tried this. Now my iSwitcher script is causing issue. The pretty UI of this script doesn't show up.

Edit: I guess I have no choice but to run iSwitcher in seperate script.

 Forum: Tutorials   Topic: [How to] Hook on to Shell to receive its messages?

Posted: October 28th, 2010, 8:53 am 

Replies: 59
Views: 220


Unfortunately not working for me still. I am trying to include some other scripts i found here. #include %A_ScriptDir%\My Scripts\notifylockunlock.ahk #include %A_ScriptDir%\My Scripts\iSwitcher.ahk notify_lock_unlock() ; Calls function "on_lock()" when computer is locked a...

 Forum: Tutorials   Topic: [How to] Hook on to Shell to receive its messages?

Posted: October 28th, 2010, 8:23 am 

Replies: 59
Views: 220


I tried adding this code as it is at end of the file , it doesn't work however. Return ; // End of Auto-Execute Section // Please refer AHK Documentation for ' auto-execute section '. Revert back if you have a problem in understanding the concept. :) Silly me. :oops: Thanks for the pointer.

 Forum: Tutorials   Topic: [How to] Hook on to Shell to receive its messages?

Posted: October 28th, 2010, 4:41 am 

Replies: 59
Views: 220


Gui +LastFound hWnd := WinExist() DllCall( "RegisterShellHookWindow", UInt,hWnd ) MsgNum := DllCall( "RegisterWindowMessage", Str,"SHELLHOOK" ) OnMessage( MsgNum, "ShellMessage" ) Return ; // End of Auto-Execute Section // Shel...
Sort by:  
Page 1 of 1 [ Search found 9 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group