AutoHotkey Community

It is currently May 23rd, 2012, 10:25 pm

All times are UTC [ DST ]


Search found 12 matches
Search these results:

Author Message

 Forum: Support   Topic: as I can distinguish odd and even numbers

Posted: August 7th, 2010, 11:16 am 

Replies: 4
Views: 289


as I can distinguish odd and even numbers. because I want to do, diferent things with odd and even file readline's... loop, { filereadline, linea, %A_ScriptDir%\setjuego.txt, %A_Index% if ErrorLevel break index2=%A_Index% SetFormat, FLOAT, 0.2 index2 /= 2 if index2 is not float msgbox, %A_index...

 Forum: Support   Topic: Lock Computer and Turn off Monitor...

Posted: July 17th, 2009, 3:19 pm 

Replies: 6
Views: 1320


nice !

 Forum: Support   Topic: best way to have PC1 start a script on PC2 over LAN

Posted: June 17th, 2009, 11:46 am 

Replies: 6
Views: 809


nice

 Forum: Support   Topic: how DETECTS when a application .EXE is 100% started (for lat

Posted: June 14th, 2009, 4:15 pm 

Replies: 1
Views: 312


how DETECTS when a application (.EXE) is 100% started (for later send any KEYS...)

thanks

I have looked into forum but, I dont find anything :(

 Forum: Scripts   Topic: Client & Server Script for TCP/IP Network Communication

Posted: May 8th, 2009, 6:27 pm 

Replies: 130
Views: 49466


I am a newbie I have added a few lines; and already the server can execute HOTKEY CODES (it first convert it to .EXE and next run it) in cliente. little problem: only works the fist time, because the code go on ADDED and ADDED to variable and I dont know how clean it ; ------------------------------...

 Forum: Support   Topic: how re-start TIMER when push a JOYSTICK button ?

Posted: March 14th, 2009, 5:27 pm 

Replies: 1
Views: 337


This code suspend a PC if since 120 seconds user dont touch any key or use mouse; I would like that pc dont suspend if user is playing a game using a controlpad or joystick. how re-start TIMER when push a JOYSTICK button ? #Persistent #NoTrayIcon ; here when button1 joystick be pushed timer must be ...

 Forum: Support   Topic: How Do: when IExplorer load 100% the page... "goto, Lab

Posted: February 7th, 2009, 12:29 pm 

Replies: 0
Views: 346


Here when page is 100% it shows a msgbox... I would like it does GOTO, LABEL how can I implement it ? greetings ! ;------------------------------------------------------------------------------ ; COM.ahk Standard Library ; by Sean ; http://www.autohotkey.com/forum/topic22923.html ;------------------...

 Forum: Support   Topic: how SUSPEND system for X seconds on timeidle...

Posted: January 14th, 2009, 7:49 pm 

Replies: 2
Views: 393


I get this code: --------------------------- #Persistent SetTimer, Timer return Timer: If A_TimeIdle > 3000 { DllCall("PowrProf\SetSuspendState", "int", 0, "int", 0, "int", 1) } return but it doesnt work fine. --------------------------------...

 Forum: Support   Topic: :( for 5 seconds, mouse & keyb. no activity, show a MSGB

Posted: November 15th, 2008, 5:44 pm 

Replies: 2
Views: 397


niiiiiiiiiiiiiiiiiiiiiiice, Jaco0646

thank you very much !!!!!!!!!

bad for me that "TimeIdle" doesnt detect JOYSTICK activity ! :(

 Forum: Support   Topic: :( for 5 seconds, mouse & keyb. no activity, show a MSGB

Posted: November 15th, 2008, 1:53 pm 

Replies: 2
Views: 397


I dont know what is the problem :(, thanks !!! inicio: SetTimer, tkey, 10 keywait, a, d Goto, inicio return tkey: Goto, timer return timer: SetTimer, cinco, off SetTimer, cinco, 5000 ;inicio: MouseGetPos, xpos, ypos x = %xpos% y = %ypos% Sleep, 100 MouseGetPos, dxpos, dypos a = %dxpos% b = %dypos% i...

 Forum: Support   Topic: any command for "Monitoring Keyboard Activity" ?

Posted: November 14th, 2008, 2:10 pm 

Replies: 1
Views: 341


I need know if ANY (letters, numbers, hotkeys, etc... ) key is pressed...

any suggestion ??? thanks !!!

[ Moderator!: Dont use ALL CAPS in subject line ]

 Forum: Support   Topic: if date... run...; please little help for a newbie! :D

Posted: October 27th, 2008, 5:52 pm 

Replies: 1
Views: 324


I need that when be a DATE and TIME, run any code; I dont know how I can do it. Only I have written that lines... Thanks !

Code:
inicio:
SetEnv, Var, %time%
Var = %time%
FormatTime, YYYYMMDDHH24MISS
if Var=20081027173700
MsgBox The current time and date is %YYYYMMDDHH24MISS%.
goto, inicio
Sort by:  
Page 1 of 1 [ Search found 12 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group