AutoHotkey Community

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

All times are UTC [ DST ]


Search found 27 matches
Search these results:

Author Message

 Forum: Support   Topic: how to show windows «all programs» menu

Posted: December 2nd, 2010, 2:39 pm 

Replies: 7
Views: 269


understood/thx

 Forum: Support   Topic: how to show windows «all programs» menu

Posted: December 2nd, 2010, 5:09 am 

Replies: 7
Views: 269


Is there any way to do it without showing the main menu?

 Forum: Support   Topic: how to show windows «all programs» menu

Posted: December 2nd, 2010, 2:51 am 

Replies: 7
Views: 269


2 nothere & Loki thanks guys, but i know about click & send functions, i'm asked about postmessage or dllcall :!:

 Forum: Support   Topic: how to show windows «all programs» menu

Posted: December 2nd, 2010, 1:18 am 

Replies: 7
Views: 269


hi all! how can i trigger showing «all programs» menu?
postmessage ? dllcall ?
please don't answer: do loop links and build the menu ...

in any way thanks (=

 Forum: Scripts   Topic: AHK Syntax Highlighting for AkelPad

Posted: November 13th, 2010, 1:58 am 

Replies: 10
Views: 3710


anyone have same but for coder plugin (comes with new versions of akelpad) with code folding feature ?

 Forum: Support   Topic: any way to colorize image ?

Posted: October 28th, 2010, 12:52 am 

Replies: 19
Views: 839


can someone tell me where i can read about matrix properties from tic's function :?:

 Forum: Support   Topic: IP address logger

Posted: October 26th, 2010, 12:27 pm 

Replies: 5
Views: 505


Try this ... #Persistent ; Edit! SaveTo = ip.txt SetTimer, CheckMyIP, % 60 * 1000 CheckMyIP: URLDownloadToFile, http://www.showmyip.com/xml/?redirector=xml, % d := A_Temp "\showmyip.tmp" FileRead, xml, % d FileDelete, % d ip := StrX(xml, "<ip>",, 4, "</ip>",, 5)...

 Forum: Support   Topic: any way to colorize image ?

Posted: October 21st, 2010, 12:32 pm 

Replies: 19
Views: 839


yes it would be nice

 Forum: Support   Topic: any way to colorize image ?

Posted: October 18th, 2010, 8:57 pm 

Replies: 19
Views: 839


RaptorOne, Great script! thx man ~

 Forum: Support   Topic: any way to colorize image ?

Posted: October 18th, 2010, 2:04 pm 

Replies: 19
Views: 839


I wanted to use change color of images in my program without third party tools ...

 Forum: Support   Topic: any way to colorize image ?

Posted: October 18th, 2010, 1:02 pm 

Replies: 19
Views: 839


CodeKiller, have alternative variants ?

 Forum: Support   Topic: any way to colorize image ?

Posted: October 18th, 2010, 12:21 pm 

Replies: 19
Views: 839


Thank you all! I found a program of smaller size - NCONVERT ~1mb
http://www.xnview.com/en/download_nc.html

 Forum: Support   Topic: any way to colorize image ?

Posted: October 17th, 2010, 4:53 pm 

Replies: 19
Views: 839


thx! maybe someone have faster alternatives external apps or libs that can perform the task in the background ?

 Forum: Scripts   Topic: GDI+ standard library 1.45 by tic

Posted: October 17th, 2010, 2:37 pm 

Replies: 995
Views: 156562


hi! how with gdip change the brightness, hue and saturation of image ?

 Forum: Support   Topic: any way to colorize image ?

 Post subject: any way to colorize image ?
Posted: October 17th, 2010, 5:41 am 

Replies: 19
Views: 839


how with ahk change the brightness, hue and saturation of image ?
Sort by:  
Page 1 of 2 [ Search found 27 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group