AutoHotkey Community

It is currently May 23rd, 2012, 5:31 pm

All times are UTC [ DST ]


Search found 9 matches
Search these results:

Author Message

 Forum: Support   Topic: Hotkey

Posted: January 31st, 2010, 5:41 am 

Replies: 2
Views: 264


Why do so many people do it anyway :?: No idea, but might as well post something since its a very simple fix. I use this same code for a helper program i made for installing windows xp on a macbook, since there is no right mouse button on the trackpad. #NoTrayIcon #Persistent ^LButton:: ; Control +...

 Forum: Support   Topic: Can you do something when x=1?

Posted: October 6th, 2009, 4:32 am 

Replies: 2
Views: 291


This too.

Code:
SetTimer, GoHere, 1000 ; 1000ms = 1 second
; or SetTimer, GoHere, 1000, Run Only Once

GoHere:
MsgBox, Hello ; whatever command(s) you want.
return


If i got that right, someone might want to double check that, i dont use SetTimer much.

 Forum: Support   Topic: Can you do something when x=1?

Posted: October 6th, 2009, 4:30 am 

Replies: 2
Views: 291


Code:
While X=1
{
Do This
}

 Forum: Scripts   Topic: Sparrow: AHK WebServer w/ AHK in HTML support (sources incl)

Posted: July 21st, 2009, 7:16 am 

Replies: 102
Views: 26577


Hey, i posted this in the Ask for Help area, but i didnt get any positive replies. So i'll post here, maybe someone can help me. I'm wanting to make a page in sparrow that monitors my server from the internet. I was wondering if theres any cpu, memory, and maybe temperature monitoring dll calls or s...

 Forum: Support   Topic: Hardware Monitoring Help Plz

Posted: May 3rd, 2009, 1:26 am 

Replies: 5
Views: 513


I've got most of the remote commands working, all i need to finish is CPU usage, maybe a temperature monitor, and an input system for password protection. I cant figure out how to get Post to work.

 Forum: Support   Topic: Hardware Monitoring Help Plz

Posted: May 2nd, 2009, 11:21 pm 

Replies: 5
Views: 513


Sparrowteeth wrote:
sparrow-Forum?


BTW if im interpreting this correctly, yes it is technically a sparrow forum as sparrow is an AHK programmed web server that supports ahk programming within the webpage similar to PHP.

 Forum: Support   Topic: Hardware Monitoring Help Plz

Posted: May 1st, 2009, 11:23 am 

Replies: 5
Views: 513


Quote:
(this isn't a dll-forum)

Quote:
Is this a sparrow-Forum?


I was just asking... :\, the title is Ask for Help after all, maybe someone knew.

Thx for your reply tho.

 Forum: Support   Topic: Hardware Monitoring Help Plz

Posted: May 1st, 2009, 2:13 am 

Replies: 5
Views: 513


Hey, im wanting to make an "hkml" page in sparrow that monitors my server from a web based interface. I was wondering if theres any cpu, memory, and maybe temperature monitoring dll calls or something that will work within a sparrow embedded script. Also, how would i get an html text input...

 Forum: Support   Topic: Variables as Hotkeys?

 Post subject: Variables as Hotkeys?
Posted: August 21st, 2007, 9:41 am 

Replies: 2
Views: 265


Is there any possible way to make a variable into a hotkey. Heres an example of my script. GUI: Gui, Add, Text, x86 y40 w210 h20 , FlashFlashRevolution Hotkey Configurator Gui, Add, Text, x16 y80 w90 h20 , Left Gui, Add, Text, x16 y100 w90 h20 , Down Gui, Add, Text, x16 y120 w90 h20 , Up Gui, Add, T...
Sort by:  
Page 1 of 1 [ Search found 9 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group