| Author |
Message |
Topic: ControlSend Bug? |
ZeLen1y
Replies: 1
Views: 119
|
Forum: Bug Reports Posted: Sat Nov 22, 2008 12:52 am Subject: ControlSend Bug? |
Run, notepad,,, pid
WinWait, ahk_pid %pid%
WinSetTitle,,, ControlSend`, Bug?
SetEnv, Text, "Eng" "Рус"`n
ControlSend, Edit1, `t`t%A_Space%ControlSend: %Te ... |
Topic: [StdLib] WININET Functions & UrlGetContents |
ZeLen1y
Replies: 12
Views: 1565
|
Forum: Scripts & Functions Posted: Mon Oct 20, 2008 12:42 pm Subject: [StdLib] WININET Functions & UrlGetContents |
| Whether probably to receive last-modification date of html page? |
Topic: AxC² - AutoHotkey Cabinet v1.00 |
ZeLen1y
Replies: 24
Views: 2589
|
Forum: Scripts & Functions Posted: Wed Sep 03, 2008 4:39 pm Subject: AxC² - AutoHotkey Cabinet v1.00 |
| How about AxC_Delete(???) |
Topic: detecting internet status |
ZeLen1y
Replies: 9
Views: 643
|
Forum: Ask for Help Posted: Tue Jan 16, 2007 1:59 am Subject: detecting internet status |
| MsgBox, % DllCall("sensapi.dll\IsNetworkAlive", "UInt *", "NETWORK_ALIVE_LAN") |
Topic: Right mouse button added functionality- Doubleclick it! |
ZeLen1y
Replies: 25
Views: 7168
|
Forum: Scripts & Functions Posted: Tue Jan 16, 2007 1:40 am Subject: Right mouse button added functionality- Doubleclick it! |
Some my functions
VarBetween(Var, Low, High) {
If Var between %Low% and %High%
Return, True
}
DoubleClickTime() {
Return, DllCall("GetDoubleClic ... |
Topic: Drag and Drop to Change Control info |
ZeLen1y
Replies: 4
Views: 310
|
Forum: Ask for Help Posted: Mon Nov 20, 2006 3:19 am Subject: Drag and Drop to Change Control info |
Gui, Margin, 0, 0
Gui, Add, ListView, xp yp w300 h200 +BackgroundcF0F0F0 -Multi +Grid , Name
LV_ModifyCol(1, 280)
Gui, Show, Center AutoSize, Drop Files Here...
Return
GuiEscape: ... |
Topic: Hotkey |
ZeLen1y
Replies: 2
Views: 170
|
Forum: Ask for Help Posted: Fri Oct 13, 2006 2:35 am Subject: Hotkey |
How to make that at change of a variable hot key a command
"Hotkey, %Hotkey_Variable %, subAction"
worked without restarting a script? |
| |