AutoHotkey Community

It is currently May 21st, 2012, 5:15 pm

All times are UTC [ DST ]


Search found 23 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Capture From Screen To ASCII Art

 Post subject: @SoggyDog
Posted: April 23rd, 2009, 2:57 pm 

Replies: 33
Views: 19391


it`s my modifed scipt , i think others is well too. #persistent #NoEnv menu, tray, NoStandard menu, tray, add,Add Scale,MenuHandler menu, tray, add,Dec Scale,MenuHandler menu, tray, add,Exit,MenuHandler SetBatchLines -1 CoordMode, Mouse, Screen CoordMode, Tooltip, Screen CoordMode, Pixel, Screen Dat...

 Forum: Scripts   Topic: Capture From Screen To ASCII Art

Posted: April 23rd, 2009, 2:17 pm 

Replies: 33
Views: 19391


[size=59] # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ...

 Forum: Scripts   Topic: Capture From Screen To ASCII Art

Posted: April 23rd, 2009, 1:56 pm 

Replies: 33
Views: 19391


hi,everyone above, i think most of us have mad a small mistake the format of the color through PixelGetColor getting is 0xBGR not 0xRGB so, the inerrant code is like this: StringMid, scan_rgb_b, found_color, 3, 2 StringMid, scan_rgb_g, found_color, 5, 2 StringMid, scan_rgb_r, found_color, 7, 2 Howev...

 Forum: Scripts   Topic: Capture From Screen To ASCII Art

Posted: April 22nd, 2009, 5:49 pm 

Replies: 33
Views: 19391


Hi, i have improved this code, it is faster and smaller you can replace [Data] with more Ascii to perform better replaced clip code whith these: Data:="#83+;:-,.." Length:=StrLen(Data) Loop { scan_current_x++ if scan_current_x > %scan_x_end% { scan_current_line =%scan_cur...

 Forum: Support   Topic: question of compiling AHK source file

Posted: August 5th, 2008, 7:18 am 

Replies: 4
Views: 587


Very thanks for link, it`s good message to me.

I have compiled successful.

thankfulness......

 Forum: Support   Topic: question of compiling AHK source file

Posted: August 5th, 2008, 4:25 am 

Replies: 4
Views: 587


:cry: :cry: :cry:

 Forum: Support   Topic: question of compiling AHK source file

Posted: August 4th, 2008, 5:28 pm 

Replies: 4
Views: 587


whether because some code checking out the size of EXE file?

 Forum: Support   Topic: question of compiling AHK source file

Posted: August 4th, 2008, 5:13 pm 

Replies: 4
Views: 587


hi,everyone. AHK is so excellent programe that i want to use VS 2005 to compile the source file,the aim is that modify the information and menu text to the Chinese language,let more people to know AHK. because my OS is Chinese,so there is a few problem about unicode. But i have raveled out it. In th...

 Forum: Scripts   Topic: A new volume OSD

Posted: July 29th, 2008, 11:27 pm 

Replies: 16
Views: 5895


change the ImageDir to:

ImageDir = %A_ScriptDir%/

that is working well

 Forum: Offtopic   Topic: Is Autohotkey better than BASIC?

Posted: May 11th, 2008, 5:06 am 

Replies: 9
Views: 1203


they are both a shell,a identifier.
like pen and pencil. The point is what picture you want to draw !
However I think AHK is more easy and master

 Forum: Offtopic   Topic: ahk-brand

Posted: May 11th, 2008, 4:46 am 

Replies: 128
Views: 14927


could i paste it into my web header ?

 Forum: Offtopic   Topic: My Argument With an AI Program.

Posted: May 11th, 2008, 4:39 am 

Replies: 30
Views: 2914


I can`t understood. what is meaning of bots

 Forum: Support   Topic: Winset AlwaysOnTop

Posted: May 10th, 2008, 3:27 pm 

Replies: 2
Views: 440


hi, you could creat a timer to watching whether the window exist

Code:
SetTimer,WatchWin,1000

WatchWin:
IfWinExist,Create New Download
{
   WinSet,AlwaysOnTop,On,Create New Download
}

hoping it is helpfull to you

 Forum: Scripts   Topic: AHKArray [Real Array - One Variable] [Version 6]

Posted: May 10th, 2008, 2:59 pm 

Replies: 96
Views: 31918


thanks it is so useful, expect that you could finish documentation

 Forum: Scripts   Topic: Ahk support in ctags. Teleport around in your code (done)

Posted: May 8th, 2008, 6:31 pm 

Replies: 25
Views: 6719


SomeGuy wrote:
PhiLho has posted a lua script for doing what you want.

Yea! I found it ,Thanx
http://www.autohotkey.com/forum/viewtopic.php?t=14338&postdays=0&postorder=asc&highlight=philho+lua&start=0
That is perfect!!!
Sort by:  
Page 1 of 2 [ Search found 23 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group