| Author |
Message |
Topic: Tooltips underneath Systray *Fixed* |
RandomHeart
Replies: 7
Views: 1010
|
Forum: Ask for Help Posted: Tue Dec 20, 2011 8:12 pm Subject: Tooltips underneath Systray *Fixed* |
Got it. It has to be:
WinSet, AlwaysOnTop,ON,ahk_class Shell_TrayWnd |
Topic: Tooltips underneath Systray *Fixed* |
RandomHeart
Replies: 7
Views: 1010
|
Forum: Ask for Help Posted: Tue Dec 20, 2011 8:07 pm Subject: Tooltips underneath Systray *Fixed* |
| Strange, but that command does fix the tooltips on my netbook with Windows XP SP3 |
Topic: Can't use non-latin characters in window titles, etc. |
RandomHeart
Replies: 9
Views: 141
|
Forum: Ask for Help Posted: Mon Nov 07, 2011 9:31 am Subject: Can't use non-latin characters in window titles, etc. |
Ah, my savior. Worked like a charm, thanks  |
Topic: Can't use non-latin characters in window titles, etc. |
RandomHeart
Replies: 9
Views: 141
|
Forum: Ask for Help Posted: Mon Nov 07, 2011 7:43 am Subject: Can't use non-latin characters in window titles, etc. |
On Windows 7 64-bit I use Autohotkey 1.1.05.01 from here - http://www.autohotkey.net/~Lexikos/AutoHotkey_L/AutoHotkey_L_Install.exe. And on Windows XP I have an old 32-bit version 1.0.48.03.
What r ... |
Topic: Can't use non-latin characters in window titles, etc. |
RandomHeart
Replies: 9
Views: 141
|
Forum: Ask for Help Posted: Mon Nov 07, 2011 6:47 am Subject: Can't use non-latin characters in window titles, etc. |
| That script works, but it doesn't work with calculator, weird |
Topic: Can't use non-latin characters in window titles, etc. |
RandomHeart
Replies: 9
Views: 141
|
Forum: Ask for Help Posted: Mon Nov 07, 2011 6:39 am Subject: Can't use non-latin characters in window titles, etc. |
| Oh I got it. You used it to create an example window.... |
Topic: Can't use non-latin characters in window titles, etc. |
RandomHeart
Replies: 9
Views: 141
|
Forum: Ask for Help Posted: Mon Nov 07, 2011 6:36 am Subject: Can't use non-latin characters in window titles, etc. |
| You didn't understand. I am not talking about creating an ahk GUI. I am talking about other programs with non-english characters in their window titles. For example Calculator in my Windows localizati ... |
Topic: Can't use non-latin characters in window titles, etc. |
RandomHeart
Replies: 9
Views: 141
|
Forum: Ask for Help Posted: Mon Nov 07, 2011 5:07 am Subject: Can't use non-latin characters in window titles, etc. |
| I am using 64-bit version in Windows Seven. When I specify window titles or text with non-english characters the command doesn't work. On 32-bit version Windows XP it works. A bug? |
Topic: #Enter works strange for leftwin |
RandomHeart
Replies: 3
Views: 276
|
Forum: Ask for Help Posted: Sun Mar 21, 2010 7:59 am Subject: #Enter works strange for leftwin |
I found what the problem was about. It is a 3rd party program designed to switch layout of typed text
Sorry for bothering, didn't know myself  |
Topic: #Enter works strange for leftwin |
RandomHeart
Replies: 3
Views: 276
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 9:55 am Subject: #Enter works strange for leftwin |
Window: R:\center.ahk - AutoHotkey v1.0.48.03
Keybd hook: yes
Mouse hook: no
Enabled Timers: 0 of 0 ()
Interrupted threads: 0
Paused threads: 0 of 0 (0 lay ... |
Topic: #Enter works strange for leftwin |
RandomHeart
Replies: 3
Views: 276
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 5:11 am Subject: #Enter works strange for leftwin |
I am experiencing some strange thing here with ahk and kmplayer. I have written this script:
#Enter::
WinGetPos,,,,TaskBarH, ahk_class Shell_TrayWnd
WinGetPos,,, Width, Height, A
WinMove ... |
Topic: CMDret - AHK functions |
RandomHeart
Replies: 188
Views: 62806
|
Forum: Scripts & Functions Posted: Sat Dec 19, 2009 8:33 pm Subject: CMDret - AHK functions |
corrupt
for example this:
cat C:\samplefile.txt|grep test
 |
Topic: CMDret - AHK functions |
RandomHeart
Replies: 188
Views: 62806
|
Forum: Scripts & Functions Posted: Sat Dec 19, 2009 4:49 pm Subject: CMDret - AHK functions |
| Can we use piping? If yes, how? Without using cmd.exe plz |
Topic: Extracting Rars using DLLCall and unrar.dll |
RandomHeart
Replies: 3
Views: 981
|
Forum: Ask for Help Posted: Tue Dec 08, 2009 7:40 am Subject: Extracting Rars using DLLCall and unrar.dll |
| So? How do we use unrar.dll for extraction and listing of archives? |
Topic: CMDret - return output from console progs [DLL version] |
RandomHeart
Replies: 157
Views: 52067
|
Forum: Utilities & Resources Posted: Fri Nov 20, 2009 3:50 am Subject: CMDret - return output from console progs [DLL version] |
| Yes, but without using cmd |
| |