| Author |
Message |
Topic: checking if a hotkey is using a valid key name |
daorc
Replies: 3
Views: 116
|
Forum: Ask for Help Posted: Wed Jun 25, 2008 9:36 am Subject: checking if a hotkey is using a valid key name |
thanks, but I was meaning teh actual hash key, not a windows key. I have found the answer to my question, though, so for anyone wanting to do the same:
specify "useerrorlevel" in the hot ... |
Topic: checking if a hotkey is using a valid key name |
daorc
Replies: 3
Views: 116
|
Forum: Ask for Help Posted: Tue Jun 24, 2008 1:23 pm Subject: checking if a hotkey is using a valid key name |
Hello.
Does anyone know how to check if a key exists on the user’s keyboard?
I created a script in which the ‘#’ key was a hotkey (using the “hotkey,#,subroutine” command). When this was run on ... |
Topic: dynamic row number in a combobox |
daorc
Replies: 3
Views: 176
|
Forum: Ask for Help Posted: Thu Mar 20, 2008 10:53 pm Subject: dynamic row number in a combobox |
oh that's a pain. Thanks, though
Daorc |
Topic: Smart Comboboxes |
daorc
Replies: 9
Views: 2284
|
Forum: Scripts & Functions Posted: Thu Mar 20, 2008 9:49 am Subject: Smart Comboboxes |
| is anyone else having trouble with a sticky shift key after typing into this box (ie shift is down when not pressed)? or any ideas thow to avoid this? (appart from the hacky getkeystate + setkeystat ... |
Topic: Smart Comboboxes |
daorc
Replies: 9
Views: 2284
|
Forum: Scripts & Functions Posted: Thu Mar 20, 2008 9:43 am Subject: Smart Comboboxes |
Added "if pos != 0"
Gui, Add, ComboBox, vSel w120 r5 gAC, |0000|0001|0010|0011|0100|0101|0110|0111|1000|1001|1010|1011|1100|1101|1110|1111
Gui, Show, , Example
Return
AC:
Au ... |
Topic: dynamic row number in a combobox |
daorc
Replies: 3
Views: 176
|
Forum: Ask for Help Posted: Thu Mar 20, 2008 9:27 am Subject: dynamic row number in a combobox |
Hi there. I'm trying to dynamically change the number of rows in a combobox using guicontrol, but neuther of these seem to do it:
guicontrol,+r%numberofrows%,combo_control
OR
guicontrol,r%number ... |
Topic: Putting picutres on top of each other (image order) |
daorc
Replies: 0
Views: 187
|
Forum: Ask for Help Posted: Fri Dec 21, 2007 9:54 pm Subject: Putting picutres on top of each other (image order) |
| Hello. Is there a way to put an image on top of another one and being sure that the other one will never be redrawn over the top of it? To elaborate, I am using two transparent GIFs, which means tha ... |
Topic: WindowPad - multi-monitor window-moving tool |
daorc
Replies: 108
Views: 23549
|
Forum: Scripts & Functions Posted: Sat Dec 08, 2007 9:00 pm Subject: WindowPad - multi-monitor window-moving tool |
Awsome script - this is going to save so much time! Beta version gives me this error, though:
---------------------------
WindowPad.ahk
---------------------------
Error at line 116.
Line ... |
Topic: operating (e.g. stringreplace) on ClipboardAll? |
daorc
Replies: 2
Views: 218
|
Forum: Ask for Help Posted: Sat Nov 24, 2007 11:24 am Subject: operating (e.g. stringreplace) on ClipboardAll? |
| Hello. Is it possible to operate on text in a variable that is storing “ClipboardAll”? If, for example, you copy text from Microsoft Word and it contains bullet points, these are converted to quotat ... |
Topic: I don't understand VB (I know this is AHK forum!) |
daorc
Replies: 10
Views: 308
|
Forum: Ask for Help Posted: Sat Oct 27, 2007 7:09 pm Subject: I don't understand VB (I know this is AHK forum!) |
Well...
1. its more professional
2. it means that if the code is tampered with, the user will know (because the certificate becomes invalid)
The best solution to this probkem would be to make it ... |
Topic: I don't understand VB (I know this is AHK forum!) |
daorc
Replies: 10
Views: 308
|
Forum: Ask for Help Posted: Sat Oct 27, 2007 9:17 am Subject: I don't understand VB (I know this is AHK forum!) |
how did you remove the compression?
By deleting the UPX.exe from the AHK compiler folder. That made files about 400kB, so i guess it worked.
What is signing?
Digital signing allows the end user ... |
Topic: I don't understand VB (I know this is AHK forum!) |
daorc
Replies: 10
Views: 308
|
Forum: Ask for Help Posted: Fri Oct 26, 2007 10:31 pm Subject: I don't understand VB (I know this is AHK forum!) |
Afraid not - still get the "EXE corrupt" error message Thanks though. |
Topic: I don't understand VB (I know this is AHK forum!) |
daorc
Replies: 10
Views: 308
|
Forum: Ask for Help Posted: Fri Oct 26, 2007 6:19 pm Subject: I don't understand VB (I know this is AHK forum!) |
| Ok – now I really appreciate AHK! All I want to do is create a program (in VB) that shell’s an autohotkey exe (the reason being that I want to sign the exe, which can’t be done to AHK files because o ... |
Topic: debugging using A_LIneNumber |
daorc
Replies: 5
Views: 333
|
Forum: Ask for Help Posted: Tue Oct 09, 2007 5:15 pm Subject: debugging using A_LIneNumber |
Thanks, Klaus. You're right, it isn't elegant, but I'll give it a go. It would be very simple to create a script that created this debugging script so it could prove very useful. Thanks,
Daorc |
Topic: debugging using A_LIneNumber |
daorc
Replies: 5
Views: 333
|
Forum: Ask for Help Posted: Tue Oct 09, 2007 12:52 pm Subject: debugging using A_LIneNumber |
Hello all. I would like to be able to debug my script in a way that the user would not be able to see the code. One way to do this would be to assign a hotkey to do the following:
msgbox line %A_ ... |
| |