AutoHotkey Community

It is currently May 23rd, 2012, 11:18 pm

All times are UTC [ DST ]


Search found 12 matches
Search these results:

Author Message

 Forum: Support   Topic: SetTimer Priorities

 Post subject: Settimer priorities
Posted: March 10th, 2012, 12:32 pm 

Replies: 6
Views: 191


Not sure what is going on but when I tried both files again the first file pops up all 3 MsgBoxes stright away one after the other but the second file pops up the first and then the 3rd and then if you click on the 3rd (but not the 1st) it pops up the second. I used DllCall("QueryPerformanceCou...

 Forum: Support   Topic: SetTimer Priorities

 Post subject: Hi Guest,
Posted: March 9th, 2012, 9:55 am 

Replies: 6
Views: 191


I just tried both of these scripts and they did nothing on my XPSP3 with AutoHotkey_L until I added
#Persistent
to the beginning of the files, which then both ran as expected. Perhaps the file was exiting too quickly before a particular timer could get started?

 Forum: Support   Topic: Disable dell touchpad hit using Function key

 Post subject: Disable Dell Alps touchpad
Posted: January 28th, 2012, 6:36 am 

Replies: 1
Views: 918


Just in case anyone is looking to do this I wanted to share the following commands which may be useful. DetectHiddenWindows, On PostMessage, 0x0111, 0x9C4B, 0, , ahk_class Europa ;Toggles touchpad on/off & X on tray icon PostMessage, 0x0111, 0x9C4D, 0, , ahk_class Europa ;Unselect "disable ...

 Forum: Support   Topic: Intellipoint Instant Viewer Hotkey

Posted: January 15th, 2012, 1:10 pm 

Replies: 1
Views: 195


Hi. In Intellipoint 8.2 the following code works. F8:: DetectHiddenWindows, On PostMessage, 0x052C, 0x8019F, 0x1, ,ahk_class DPGHntCmdSrvWnd PostMessage, 0x052C, 0x8019F, 0x2, ,ahk_class DPGHntCmdSrvWnd Return I also have code for the magnify window PostMessage, 0x052C, 0x8019D, 0x1, ,ahk_class DPGM...

 Forum: Scripts   Topic: COM Object Reference [AutoHotkey_L]

Posted: June 19th, 2011, 12:19 pm 

Replies: 193
Views: 66188


Think I just found the answer in the GetWebBrowser()
example of the ComObjQuery() page of the AHK_L Help file!!

 Forum: Scripts   Topic: COM Object Reference [AutoHotkey_L]

Posted: June 19th, 2011, 8:51 am 

Replies: 193
Views: 66188


Hi. I have just moved from AHK (basic) to AHK_L (with integrated COM). Many thanks for all the hard work you guys do. I have an old script which acts on MS CHM help files to change the font size in the viewer. Pressing Ctrl and using the mousewheel changes the text font size (this doesn't work on al...

 Forum: Support   Topic: Keep launguage bar open

Posted: June 19th, 2011, 4:52 am 

Replies: 15
Views: 889


Actually I think this code is better. Forget to mention XPSP3 and MSO2K3 with speech enabled. mTip := "Advanced text services have been turned " RegWrite, REG_DWORD, HKCU, Software\Microsoft\CTF\LangBar, ShowStatus, 0 ; ensure visible (when next enabled) Process, Exist, ctfmon.exe ...

 Forum: Support   Topic: Keep launguage bar open

 Post subject: Toggle language bar
Posted: June 18th, 2011, 12:48 pm 

Replies: 15
Views: 889


Thought this might help anyone else trying to enable/disable the MS language bar. I tried doing it through the control panel interface like this: SoundSet, 1, MASTER, MUTE MouseGetPos, mX, mY ; cloak(0x585) Run, control.exe input.dll SetControlDelay, 0 mTip := "Advanced text services ha...

 Forum: Scripts   Topic: Windows-7 Like Window Positioning for XP and Vista

 Post subject: functions to consider
Posted: July 25th, 2010, 1:16 pm 

Replies: 80
Views: 13521


Have just finished writing some of my own dual monitor, window management code for XP and came looking for possible AutoHotkey solutions for the Windows 7 window drag and tiling placement feature. In looking at the code here I noticed that you haven't used some inbuilt Windows functions (which I dis...

 Forum: Scripts   Topic: For those who use Notepad++ (aka npp)

 Post subject: notepad++ autocomplete
Posted: August 14th, 2008, 1:53 am 

Replies: 39
Views: 33160


Have been reading this thread and can't understand whether the method of syntax highlighting being discussed here is different to the one I posted in a new thread so I thought I would post it here. http://www.autohotkey.net/~ludamo/AHK%20Autohotkey.zip This is AHK Autohotkey.xml file to put in notep...

 Forum: Scripts   Topic: Notepad++ 5.0 autocomplete

Posted: July 13th, 2008, 4:26 am 

Replies: 39
Views: 20547


Have just uploaded AHK Autohotkey.zip (8.58 kb - which contains AHK Autohotkey.xml) to directory ludamo on AutoHotkey.net. Thanks.

 Forum: Scripts   Topic: Notepad++ 5.0 autocomplete

 Post subject: Notepad++ 5.0 autocomplete
Posted: July 12th, 2008, 1:55 am 

Replies: 39
Views: 20547


I am a new member, and couldn't find any post on this topic yet. A new version of Notepad++ (5.0) has just come out and the autocomplete file format has changed from api to xml. So I have just spent a "few" hours converting from AHK Autohotkey.api to AHK Autohotkey.xml and would like to up...
Sort by:  
Page 1 of 1 [ Search found 12 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group