| Author |
Message |
Topic: Mouse Clicks Not Working Right |
ImprisonedPride
Replies: 11
Views: 258
|
Forum: Ask for Help Posted: Thu Jun 26, 2008 12:27 am Subject: Mouse Clicks Not Working Right |
| For full screen games like halo, I always use WindowSpy, but it might be hard to use if you only have one monitor. (I use 4.) |
Topic: FileCopyDir does nothing... over a network |
ImprisonedPride
Replies: 3
Views: 96
|
Forum: Ask for Help Posted: Wed Jun 25, 2008 11:33 pm Subject: FileCopyDir does nothing... over a network |
Yes, the folder is shared freely to anyone on the network. I guess I didn't see the OS requirement when I read the help files...
However, I originally started coding the script from the XP computer ... |
Topic: FileCopyDir does nothing... over a network |
ImprisonedPride
Replies: 3
Views: 96
|
Forum: Ask for Help Posted: Wed Jun 25, 2008 9:12 pm Subject: FileCopyDir does nothing... over a network |
| Hey, I have two computers set up in my office. One computer has downloaded files on it, but I work with the other one. The one that gets files is windows ME while the one I am using now is XP SP2. I h ... |
Topic: kill variable and variable array |
ImprisonedPride
Replies: 5
Views: 148
|
Forum: Ask for Help Posted: Fri May 23, 2008 8:27 am Subject: kill variable and variable array |
| you could always just redeclare the array contents to be nothing. |
Topic: Position of a minimized window |
ImprisonedPride
Replies: 4
Views: 144
|
Forum: Ask for Help Posted: Fri May 23, 2008 3:45 am Subject: Position of a minimized window |
| It's really quite convenient that this thread popped up because I have similar question about minimized GUI's. When I minimize a secondary GUI (by means of the minimize button), it shrinks to about th ... |
Topic: Microsoft uses AHK... |
ImprisonedPride
Replies: 9
Views: 516
|
Forum: General Chat Posted: Wed May 21, 2008 1:10 am Subject: Microsoft uses AHK... |
| True, he might have added that to simplify the process for others. |
Topic: Microsoft uses AHK... |
ImprisonedPride
Replies: 9
Views: 516
|
Forum: General Chat Posted: Tue May 20, 2008 11:07 am Subject: Microsoft uses AHK... |
| From I was told, it was a cd copy of a legit Office 07 Enterprise disc in the same office. Looks like a lie. |
Topic: Microsoft uses AHK... |
ImprisonedPride
Replies: 9
Views: 516
|
Forum: General Chat Posted: Tue May 20, 2008 8:10 am Subject: Microsoft uses AHK... |
I recently formatted my computer and was re-installing programs when I tried to reinstall Office 2007 Enterprise off of my disc. I was pretty shocked to find an AHK file used as their launcher:
htt ... |
Topic: IniRead with dynamic loop |
ImprisonedPride
Replies: 5
Views: 146
|
Forum: Ask for Help Posted: Thu May 15, 2008 10:19 pm Subject: IniRead with dynamic loop |
I wound up going with method 2 because I'd already compiled the .ini file. It was a ton easier to implement than I thought it would be... took about 15 minutes. Thanks a lot!
Also, I think deleting ... |
Topic: IniRead with dynamic loop |
ImprisonedPride
Replies: 5
Views: 146
|
Forum: Ask for Help Posted: Thu May 15, 2008 9:37 pm Subject: IniRead with dynamic loop |
| Thanks a ton icarus, I had already started to develop a method as you described as #1. The problem with #2 is that the general list would be dynamic as well, since the user is able to add/delete thing ... |
Topic: IniRead with dynamic loop |
ImprisonedPride
Replies: 5
Views: 146
|
Forum: Ask for Help Posted: Thu May 15, 2008 8:25 pm Subject: IniRead with dynamic loop |
| Hey. I have an app where the user is allowed to add to a .ini file. The [Heading] of this section can be anything the user desires, so I need a way to be able to loop through the ini file for x number ... |
Topic: script errors |
ImprisonedPride
Replies: 2
Views: 102
|
Forum: Ask for Help Posted: Thu May 15, 2008 6:42 pm Subject: script errors |
| I must warn you before Troll flames you, that this in no way involves AHK, which is what the forum pertains to. If you are lucky, someone may have had a problem similar to yours and feel like helping ... |
Topic: How to block mouse input for a named window? |
ImprisonedPride
Replies: 7
Views: 300
|
Forum: Ask for Help Posted: Thu May 15, 2008 5:43 pm Subject: How to block mouse input for a named window? |
Correct me if I'm wrong, because I'm still learning AHK too, but wouldn't the simplest way to get rid of that be:
Gui, -SysMenu
I guess if you still wanted the min/max buttons it wouldn't wo ... |
Topic: File encryption... |
ImprisonedPride
Replies: 2
Views: 134
|
Forum: Ask for Help Posted: Wed May 14, 2008 3:59 am Subject: File encryption... |
| I have been scouring the search feature and I've yet to find a solution to this. Basically I have a program that will create a text file on the users pc with vital data (like character info) that I w ... |
Topic: newbie needs quick help |
ImprisonedPride
Replies: 6
Views: 132
|
Forum: Ask for Help Posted: Tue May 13, 2008 10:56 pm Subject: newbie needs quick help |
l::
MouseMove, 355, 1289
Return
|
| |