| Author |
Message |
Topic: receive the status of the button from the minimized window? |
Kiber
Replies: 15
Views: 462
|
Forum: Ask for Help Posted: Sat Mar 15, 2008 5:12 am Subject: receive the status of the button from the minimized window? |
Example code:
Process, Priority, , Realtime
#SingleInstance
#InstallKeybdHook
#UseHook ON
#MaxThreadsPerHotkey 1
#MaxThreadsBuffer On
#Persistent
WinGet, L, list, Untitled - Notepad
If L&l ... |
Topic: receive the status of the button from the minimized window? |
Kiber
Replies: 15
Views: 462
|
Forum: Ask for Help Posted: Thu Mar 13, 2008 6:48 pm Subject: receive the status of the button from the minimized window? |
 |
Topic: receive the status of the button from the minimized window? |
Kiber
Replies: 15
Views: 462
|
Forum: Ask for Help Posted: Thu Mar 13, 2008 4:35 am Subject: receive the status of the button from the minimized window? |
winth ControlSend we can send any vkey to any window, even minimized.
ControlSend, , 12345 {ENTER}, ahk_pid %PID2%
So, if we can send any vkey, then we can read key state from any window? Or dont?
... |
Topic: receive the status of the button from the minimized window? |
Kiber
Replies: 15
Views: 462
|
Forum: Ask for Help Posted: Wed Mar 12, 2008 3:41 pm Subject: receive the status of the button from the minimized window? |
| up |
Topic: receive the status of the button from the minimized window? |
Kiber
Replies: 15
Views: 462
|
Forum: Ask for Help Posted: Mon Mar 10, 2008 6:29 pm Subject: receive the status of the button from the minimized window? |
GetKeyState
Exactly, but from reduced window. |
Topic: receive the status of the button from the minimized window? |
Kiber
Replies: 15
Views: 462
|
Forum: Ask for Help Posted: Mon Mar 10, 2008 5:15 pm Subject: receive the status of the button from the minimized window? |
I am not assured that you correctly have understood me.
I will explain what to be convinced.
When I wrote "button from the reduced window", I had in view of not the visual button belonging ... |
Topic: receive the status of the button from the minimized window? |
Kiber
Replies: 15
Views: 462
|
Forum: Ask for Help Posted: Mon Mar 10, 2008 1:44 pm Subject: receive the status of the button from the minimized window? |
UP  |
Topic: receive the status of the button from the minimized window? |
Kiber
Replies: 15
Views: 462
|
Forum: Ask for Help Posted: Sat Mar 08, 2008 10:29 am Subject: receive the status of the button from the minimized window? |
Please, show one working example. |
Topic: receive the status of the button from the minimized window? |
Kiber
Replies: 15
Views: 462
|
Forum: Ask for Help Posted: Sat Mar 08, 2008 8:21 am Subject: receive the status of the button from the minimized window? |
ho to do subj?
status: pushed on/off i mean. |
Topic: GuiControl for Hotkey |
Kiber
Replies: 7
Views: 187
|
Forum: Ask for Help Posted: Thu Dec 21, 2006 9:30 am Subject: GuiControl for Hotkey |
Problem is: at office hotkey field does not filling by pressing btn  |
Topic: GuiControl for Hotkey |
Kiber
Replies: 7
Views: 187
|
Forum: Ask for Help Posted: Thu Dec 21, 2006 9:15 am Subject: GuiControl for Hotkey |
i have reinstalled AHK, but it has no effect.
Computer: Celeron 2.66Ghz, 524mb ram. |
Topic: GuiControl for Hotkey |
Kiber
Replies: 7
Views: 187
|
Forum: Ask for Help Posted: Thu Dec 21, 2006 8:43 am Subject: GuiControl for Hotkey |
| i dont' remember, but if versions is different, at office i have installed ahk later than at home. |
Topic: GuiControl for Hotkey |
Kiber
Replies: 7
Views: 187
|
Forum: Ask for Help Posted: Thu Dec 21, 2006 8:31 am Subject: GuiControl for Hotkey |
I dont know, maybe this is a known problem:
At home, this code works correctly, but in office it does not work
; show gui
Gui, Add, Hotkey, x6 y6 w100 h20 vhkHK, hkHK
Gui, Add, Button, x11 ... |
Topic: Listbox Columns >_< |
Kiber
Replies: 12
Views: 980
|
Forum: Ask for Help Posted: Tue Dec 19, 2006 7:37 pm Subject: Listbox Columns >_< |
| very usefull, thanks alot)) (rtfm power^^) |
Topic: Listbox Columns >_< |
Kiber
Replies: 12
Views: 980
|
Forum: Ask for Help Posted: Tue Dec 19, 2006 6:54 pm Subject: Listbox Columns >_< |
SysListView32 - afaik is msdn command control, but i still dont understand how i can create something like in post #3 by means of AHK.
Please, if you have some examples, show theirs here. |
| |