| Author |
Message |
Topic: Autohotkey for Pocket PCs / WinCE / Smartphones |
selyb
Replies: 443
Views: 97228
|
Forum: Scripts & Functions Posted: Sun Oct 11, 2009 5:11 pm Subject: Autohotkey for Pocket PCs / WinCE / Smartphones |
| I only wish I could teach myself enough C++ in one night. I would be working on this as well. I really want to use AHKCE instead of trying to teach myself mortscript syntax and trying to work around m ... |
Topic: Autohotkey for Pocket PCs / WinCE / Smartphones |
selyb
Replies: 443
Views: 97228
|
Forum: Scripts & Functions Posted: Sat Oct 03, 2009 3:23 pm Subject: Autohotkey for Pocket PCs / WinCE / Smartphones |
RunWait doesn't wait  |
Topic: Autohotkey for Pocket PCs / WinCE / Smartphones |
selyb
Replies: 443
Views: 97228
|
Forum: Scripts & Functions Posted: Sat Jul 18, 2009 4:29 pm Subject: Autohotkey for Pocket PCs / WinCE / Smartphones |
could you post an example script?
I tried #InstallMouseHook
LButton::
my code here
return but this doesn't seem to capture screen taps
i tried this with the current v29
also, how can ... |
Topic: Autohotkey for Pocket PCs / WinCE / Smartphones |
selyb
Replies: 443
Views: 97228
|
Forum: Scripts & Functions Posted: Wed Dec 10, 2008 3:23 am Subject: Autohotkey for Pocket PCs / WinCE / Smartphones |
Did you ever put the right click stuff back?
On windows mobile, when you hold the stylus down, it does the same thing as right click
Also, I'm looking forward to hotstrings and I would like to kno ... |
Topic: Taking suggestions for a new keyboard |
selyb
Replies: 10
Views: 1101
|
Forum: Ask for Help Posted: Tue Oct 07, 2008 1:41 am Subject: Taking suggestions for a new keyboard |
| I have been looking into this as well. My search points to the Logitech G11 also ~~ I couldn't find anything with more function keys. I had considered it before but there is no way I will remember ... |
Topic: Taking suggestions for a new keyboard |
selyb
Replies: 10
Views: 1101
|
Forum: Ask for Help Posted: Sun Oct 05, 2008 2:21 am Subject: Taking suggestions for a new keyboard |
"]I know that logitech likes to bundle extra buttons under a virtual HID, separate from the keyboard or mouse, so that it's tricky to catch the input with micha's HID support...
The logitech driver ... |
Topic: Taking suggestions for a new keyboard |
selyb
Replies: 10
Views: 1101
|
Forum: Ask for Help Posted: Sat Oct 04, 2008 12:36 pm Subject: Taking suggestions for a new keyboard |
I wasn't looking for a gaming keyboard.
Does anyone know if any certain manufacturer usually puts simple scancodes on the keys? |
Topic: Taking suggestions for a new keyboard |
selyb
Replies: 10
Views: 1101
|
Forum: Ask for Help Posted: Thu Oct 02, 2008 11:45 pm Subject: Taking suggestions for a new keyboard |
I'm posting this here because of my reason for wanting a new keyboard.
AHK lets me customize things, and my Logitech kb works against me on that, so I want to replace it with one that doesn't mind wo ... |
Topic: Autohotkey for Pocket PCs / WinCE / Smartphones |
selyb
Replies: 443
Views: 97228
|
Forum: Scripts & Functions Posted: Thu Apr 24, 2008 1:53 am Subject: Autohotkey for Pocket PCs / WinCE / Smartphones |
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: 754
|
Forum: Ask for Help Posted: Sat Feb 16, 2008 7: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: 1058
|
Forum: Ask for Help Posted: Mon Aug 27, 2007 2: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: 150
Views: 96041
|
Forum: Scripts & Functions Posted: Sun Aug 19, 2007 6: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: 130
Views: 47371
|
Forum: Scripts & Functions Posted: Fri Jul 20, 2007 2: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: 644
|
Forum: Ask for Help Posted: Fri Jul 20, 2007 2: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: 644
|
Forum: Ask for Help Posted: Fri Jul 20, 2007 5: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 ... |
| |