| Author |
Message |
Topic: Compiler Speed - Which AHK2EXE is the fastest for me? |
§~Infinity~§®
Replies: 27
Views: 1970
|
Forum: Scripts & Functions Posted: Fri Aug 03, 2007 6:02 pm Subject: Compiler Speed - Which AHK2EXE is the fastest for me? |
Here is my result:
Time for standard compiler with UPX (in ms): 3515
Time for FavorFast compiler with UPX (in ms): 1594
Time for FavorFast-Pentium4orHigher compiler with U ... |
Topic: I have problem running my app as windows service |
§~Infinity~§®
Replies: 2
Views: 387
|
Forum: General Chat Posted: Sat Jul 07, 2007 12:44 am Subject: I have problem running my app as windows service |
I have compiled my app and it's working fine.
The tray icon show up and everything is working very well.
Then I have decided to make it run as a service on my Windows Vista to take the advatage of ... |
Topic: Need help creating a trial version |
§~Infinity~§®
Replies: 22
Views: 778
|
Forum: Ask for Help Posted: Mon Jul 02, 2007 9:10 pm Subject: Need help creating a trial version |
so all theyd ned to do to get around that is delete the ini?
That's right
If the user deleted the ini file, he will get another 30 days.
But in my code I used c:\ as a destination for the INI ... |
Topic: ToolTip in Vista |
§~Infinity~§®
Replies: 10
Views: 848
|
Forum: Bug Reports Posted: Mon Jul 02, 2007 4:52 pm Subject: Re: A BETTER WORKAROUND |
HERE IS A BETTER WORKAROUND AVOIDING A POSSIBLE FLICKING:
ToolTip, Some text, 400, 300
Sleep, 6000
WinSet, Transparent, Off, Some text
ToolTip, Some new text, 400, 300
Sleep, 6000
Reminder: ... |
Topic: Need help creating a trial version |
§~Infinity~§®
Replies: 22
Views: 778
|
Forum: Ask for Help Posted: Mon Jul 02, 2007 4:35 pm Subject: Need help creating a trial version |
I'm still working on that trial thingy and this is what i've got so far:
configFile = C:\Test\rratscc.ini
configRead:
IfNotExist, %configFile%
{
MsgBox, 64, Rob's A ... |
Topic: Realtime Priority problem |
§~Infinity~§®
Replies: 1
Views: 189
|
Forum: Ask for Help Posted: Wed May 09, 2007 12:27 am Subject: Realtime Priority problem |
| I have the following code which it's supposed to make the script priority Realtime in addition to WinLirc.exe, but unfortunately it only works if I started the program when the computer is already boo ... |
Topic: More explanation on SendMessage |
§~Infinity~§®
Replies: 2
Views: 247
|
Forum: Ask for Help Posted: Mon Apr 09, 2007 12:15 am Subject: More explanation on SendMessage |
The program can be found in:
http://www.progdvb.com/
It's a program for viewing the DVB (Digital Video Broadcating).
I have tried the WinMenuSelectItem command but it didn't work as the prog ... |
Topic: More explanation on SendMessage |
§~Infinity~§®
Replies: 2
Views: 247
|
Forum: Ask for Help Posted: Sun Apr 08, 2007 1:06 am Subject: More explanation on SendMessage |
I need help in sending commands to ProgDVB using the sendmessage
I'm using ProgDVB v5.04, and I want to send some commands to it, like "Always on top" which is a Menu command.
I have u ... |
Topic: Controlling the Mouse with the SS2 RC |
§~Infinity~§®
Replies: 4
Views: 218
|
Forum: Ask for Help Posted: Sat Mar 31, 2007 7:34 pm Subject: No reply |
oh, I see that no one has answered me yet!!!.... maybe there is no solution to do it.
Anyway Thanks for helping  |
Topic: Controlling the Mouse with the SS2 RC |
§~Infinity~§®
Replies: 4
Views: 218
|
Forum: Ask for Help Posted: Sat Mar 31, 2007 12:05 am Subject: Controlling the Mouse with the SS2 RC |
| The keyhistory didn't show anything exept the F5, but I'm working now on a big program for controlling WMP, ProgDVB... and other softwares via the remote control and I have almost finished most of it. ... |
Topic: Controlling the Mouse with the SS2 RC |
§~Infinity~§®
Replies: 4
Views: 218
|
Forum: Ask for Help Posted: Thu Mar 29, 2007 11:36 pm Subject: Controlling the Mouse with the SS2 RC |
I have the SkyStar 2 remote control & I want to move the mouse with it.
I have taken a look at the script embedded with AutoHotkey (NumpadMouse.ahk) which uses the numpad to control the mouse m ... |
Topic: Var Names |
§~Infinity~§®
Replies: 4
Views: 286
|
Forum: Ask for Help Posted: Thu Mar 29, 2007 11:15 pm Subject: Thanks |
Thanks for the trick Skan, it really works.
By the way I'm working now on a program and I will post it here soon, and I think u will love it. |
| |