| Author |
Message |
Topic: Autohotkey for Pocket PCs / WinCE |
selyb
Replies: 138
Views: 13591
|
Forum: Scripts & Functions Posted: Thu Apr 24, 2008 2:53 am Subject: Autohotkey for Pocket PCs / WinCE |
Micha! AWESOME WORK!!
I acquired a new PPC/phone last month and there are some tasks on the phone that just are not easy so I have been wanting something like AHK for my fone
I hope you are s ... |
Topic: new foobar 9.5 default UI: Has anybody got it working? |
selyb
Replies: 1
Views: 259
|
Forum: Ask for Help Posted: Sat Feb 16, 2008 8:33 pm Subject: new foobar 9.5 default UI: Has anybody got it working? |
IfWinExist, ahk_class {97E27FAA-C0B3-4b8e-A693-ED7881E99FC1}
{
WinGet,now,MinMax, ahk_class {97E27FAA-C0B3-4b8e-A693-ED7881E99FC1}
if (now = 0)
WinMinimize ... |
Topic: Windows x64 |
selyb
Replies: 6
Views: 572
|
Forum: Ask for Help Posted: Mon Aug 27, 2007 3:47 am Subject: Windows x64 |
from what i've read and experienced, no 32 bit apps can even 'see' 64-bit stuff
im certain that 32-bit apps can't run 64-bit apps
the 32-bit emulator redirects 'windir' to (IIRC) a WOW64 folder |
Topic: DLLCall: Support for Human Interface devices |
selyb
Replies: 96
Views: 25247
|
Forum: Scripts & Functions Posted: Sun Aug 19, 2007 7:21 am Subject: DLLCall: Support for Human Interface devices |
IF i understood correctly, several people asked about preventing some multimedia keys from reaching the active window when AHK captures them
the most efficient (probably) method i have found to do ... |
Topic: Client & Server Script for TCP/IP Network Communication |
selyb
Replies: 98
Views: 12819
|
Forum: Scripts & Functions Posted: Fri Jul 20, 2007 3:43 pm Subject: Client & Server Script for TCP/IP Network Communication |
if i use the client script to communicate with a pop3 server, do i need to remove this line?SendDataSize := VarSetCapacity(SendData)
-> SendDataSize += 1
sendret := DllCall ... |
Topic: Open and close a socket without exiting the script |
selyb
Replies: 3
Views: 277
|
Forum: Ask for Help Posted: Fri Jul 20, 2007 3:17 pm Subject: Open and close a socket without exiting the script |
that answered #'s 1 and 2, thanx much  |
Topic: Open and close a socket without exiting the script |
selyb
Replies: 3
Views: 277
|
Forum: Ask for Help Posted: Fri Jul 20, 2007 6:14 am Subject: Open and close a socket without exiting the script |
I've edited to fit my own needs the Client side of the not exit when an error occurs or when the socket is closed from the server
what i need to know is if i need to change any of the used variable ... |
| |