AutoHotkey Community

It is currently May 23rd, 2012, 6:11 am

All times are UTC [ DST ]


Search found 6 matches
Search these results:

Author Message

 Forum: Support   Topic: listen to a port

Posted: October 10th, 2007, 3:04 pm 

Replies: 7
Views: 792


As far as I'm aware AHK has no ability to listen on TCP/IP ports, but even if I'm wrong on that, I don't see how what you're requesting could be done. By the time Computer B makes a FTP request to Computer A, if the FTP server on Computer A is not already running and listening Computer B will receiv...

 Forum: Support   Topic: How will I get my external IP ?

Posted: October 9th, 2007, 2:01 pm 

Replies: 13
Views: 1285


Sup, I noticed you said you needed the country name as well. So I threw together this page really quick:
http://ip.cdxliv.net/
it returns a plain text page formatted as
Code:
<external ip>,<2 letter country code>,<printable country name>

 Forum: Support   Topic: How will I get my external IP ?

Posted: October 9th, 2007, 12:57 pm 

Replies: 13
Views: 1285


:SI*:]ip:: ; Replaces "]ip" with user's current external ip address FileDelete, ipaddress UrlDownloadToFile, http://cdxliv.net/ipaddress.php, ipaddress FileRead, ipaddress, ipaddress SendInput %ipaddress% ` FileDelete, ipaddress return I use that to get my IP address, you mentioned someth...

 Forum: Support   Topic: Help me

Posted: October 9th, 2007, 10:40 am 

Replies: 4
Views: 558


Code:
^!z::
PixelGetColor, color, 607, 385, RGB
Ready=0xEBEBEB ; 0x<RGB Value of pixel>
if (Ready=color)
{
   Click 507,385
}


Works for me =)

 Forum: Support   Topic: help me with RegExMatch thx.

Posted: October 9th, 2007, 8:45 am 

Replies: 5
Views: 435


value = blablabal value="1o48afk64kg956k" test="asd"><a RegExMatch(value, "value=""([\w\d]*)""" , text) MsgBox, haystack = %value%`n found = %text1% There's some example code, note the found text is returned in the variable %text1% s...

 Forum: Support   Topic: Start Winamp from the keyboard with the multimedia buttons

Posted: October 6th, 2007, 3:16 pm 

Replies: 5
Views: 1751


What you want to do is possible in AHK, but... it better done in Windows itself. Windows controls what media player opens by default when you press the Media key depending on what player you have set as you default for the .cda extension I believe. So there are two ways to "fix" your probl...
Sort by:  
Page 1 of 1 [ Search found 6 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group