| Author |
Message |
Topic: Read and write INI files |
engunneer
Replies: 10
Views: 296
|
Forum: Ask for Help Posted: Sun Jan 31, 2010 6:44 pm Subject: Read and write INI files |
you need to call that function from your code
myinifile := "thefileIwant.ini"
ReadIni(myinifile )
listvars
pause |
Topic: Migration: From PC HD to Server space |
engunneer
Replies: 3
Views: 86
|
Forum: Ask for Help Posted: Sat Jan 30, 2010 9:02 pm Subject: Migration: From PC HD to Server space |
| you can always map your own netwrk drive (well, usually) so you can keep things at S: while they really point to that address. |
Topic: FileAppend With Excel Doesn't Work |
engunneer
Replies: 6
Views: 100
|
Forum: Ask for Help Posted: Sat Jan 30, 2010 12:08 am Subject: FileAppend With Excel Doesn't Work |
| xlsx files are actually zip files. One of the better MS standards is the zip container file formats. Rename an xlsx file to .zip, then open it up and have a look. inside you can find all your data in ... |
Topic: Should UPX be removed from Autohotkey install? |
engunneer
Replies: 19
Views: 1054
|
Forum: General Chat Posted: Fri Jan 29, 2010 11:54 pm Subject: Should UPX be removed from Autohotkey install? |
| I have to agree with PhiLho here. the internet is such that 10MB files are not a /huge/ deal to send anymore, though on my crappy cell phone internet in Germany, it would take me a few minutes for 10M ... |
Topic: How do i add a signature |
engunneer
Replies: 8
Views: 356
|
Forum: General Chat Posted: Fri Jan 29, 2010 11:51 pm Subject: How do i add a signature |
I'm glad it is working for you.
We all love xkcd here, but could you please use a cropped or smaller version of the comic? you can host it for free on autohotkey.net.
Big sigs really break up th ... |
Topic: rename visual studio windows |
engunneer
Replies: 1
Views: 86
|
Forum: Ask for Help Posted: Fri Jan 29, 2010 11:45 pm Subject: rename visual studio windows |
| Unfortunately, Visual studio tends to use bleeding edge or completely custom UI elements. I'm not sure, but the latest versions are probably using WPF or something equally fancy to display things, so ... |
Topic: Migration: From PC HD to Server space |
engunneer
Replies: 3
Views: 86
|
Forum: Ask for Help Posted: Fri Jan 29, 2010 11:41 pm Subject: Migration: From PC HD to Server space |
| are you sure that it is // and not \\? |
Topic: Disable a key without my script running? |
engunneer
Replies: 2
Views: 97
|
Forum: Ask for Help Posted: Fri Jan 29, 2010 11:40 pm Subject: Disable a key without my script running? |
it may be possible if you have registry write access. I'm fairly sure there is a way that you can block a key with a registry entry.
then you can write a script the writes the entry to the registry ... |
Topic: Extensive remap |
engunneer
Replies: 5
Views: 104
|
Forum: Ask for Help Posted: Fri Jan 29, 2010 11:26 pm Subject: Extensive remap |
first of all, welcome to the forum.
second, please note that the standard release of AHK does not support unicode by default. There is an unicode version in the scripts section, but I have not used ... |
Topic: Google Fade in |
engunneer
Replies: 4
Views: 270
|
Forum: General Chat Posted: Tue Dec 08, 2009 9:04 pm Subject: Google Fade in |
| i like it too, but rarely see it. it would help to know what browser you use. |
Topic: AutoHotKey being used with games that have a TOS agains it |
engunneer
Replies: 8
Views: 487
|
Forum: General Chat Posted: Wed Nov 25, 2009 8:04 am Subject: AutoHotKey being used with games that have a TOS agains it |
generally, players who don't use bots are irked.
Most of us here are not players. What you do with AHK on your time is not our concern. We are not lawyers, and we have not read the TOS of the thing ... |
Topic: I will pay someone $50 to write me a simple script.... |
engunneer
Replies: 7
Views: 448
|
Forum: General Chat Posted: Tue Nov 24, 2009 11:36 am Subject: I will pay someone $50 to write me a simple script.... |
| have you tried the script recorder? you might be able to save some money. |
Topic: Suspending Keys & If Statements |
engunneer
Replies: 2
Views: 117
|
Forum: Ask for Help Posted: Sun Nov 22, 2009 3:57 pm Subject: Suspending Keys & If Statements |
the command has to follow the hotkey definition.
~^!:: ;remote control Power Key
Suspend permit
If WinActive, Windows Media Center
... |
Topic: Macro for game |
engunneer
Replies: 1
Views: 202
|
Forum: Ask for Help Posted: Fri Nov 20, 2009 4:40 pm Subject: Macro for game |
hotkeys need to have :: not just :
please use code tags in the forum, like this:
[code]
;your AHK code goes here
[/code]
Also, You probably need to put $ before +F2, so ... |
Topic: Remapping Mouse Axis to Keyboard arrow moves |
engunneer
Replies: 6
Views: 228
|
Forum: Ask for Help Posted: Fri Nov 20, 2009 4:38 pm Subject: Remapping Mouse Axis to Keyboard arrow moves |
| http://www.autohotkey.com/forum/viewtopic.php?t=32251 appears to have a solution |
| |