AutoHotkey Community

It is currently May 23rd, 2012, 6:09 pm

All times are UTC [ DST ]


Search found 259 matches
Search these results:

Author Message

 Forum: Support   Topic: Detect Presence of SD card

Posted: May 5th, 2012, 6:38 pm 

Replies: 4
Views: 92


Does DriveGet with Status work?

 Forum: Support   Topic: File.RawWrite help

 Post subject: Re: File.RawWrite help
Posted: May 5th, 2012, 6:27 pm 

Replies: 10
Views: 143


did not test it but perhaps:
Code:
       rc := fileobj.RawWrite(RAW,RAWL)
       mgbox, % rc  ; should be RAWL
       fileobj.Close()

second: does StrLen stop on a zero byte as in C? in that case it's not a true raw operation (in that case use VarSetCapacity() to get the size)

 Forum: Offtopic   Topic: Now that AHK_L has been discontinued

Posted: April 27th, 2012, 8:30 pm 

Replies: 52
Views: 1875


I also wanted to it to use at work but now it does not look reliable so that's why i decided to use another language.
But i hope that the future of both/all versions become clear, this battle for it's future reminds me of it's past...

 Forum: Support   Topic: Enter button help

 Post subject: Re: Enter button help
Posted: April 11th, 2012, 8:25 pm 

Replies: 1
Views: 63


Code:
Send,{Enter}

Send
Run it like AutoHotkey.exe send.ahk ( which has the line above ) or compile it to a exe.

 Forum: Programming   Topic: What Was The First Language You Learned?

Posted: April 11th, 2012, 8:22 pm 

Replies: 52
Views: 4519


... using a hex display and keyboard :) Do I understand, you used KIM1? Me too in 1976. Compile by paper and pencil :!: Hubert I think KIM1 was 6502? The 6802 had A,B and X registers, the 6502 A,X and Y. At that time i knew all opcodes in my mind so it was easy to "be an assembler" :) Did...

 Forum: Programming   Topic: What Was The First Language You Learned?

Posted: April 10th, 2012, 7:37 pm 

Replies: 52
Views: 4519


My first language i learned? Dutch :D
And for programming Motorola 6800 assembly with myself as assembler using a hex display and keyboard :)

 Forum: Support   Topic: Is it possible to use the IfInString with an OR ?

Posted: April 9th, 2012, 3:10 pm 

Replies: 5
Views: 154


Did not test it but does any of this work?

"(file_1|file1)a"

"file(_1|1)a"

"file_1a|file1a"

Is ErrorLevel 0?

Perhaps this could works also? if A_LoopReadLine in file_1a,file1a

 Forum: Support   Topic: Help with an array of structs, need to know mem allocation

Posted: February 10th, 2012, 9:17 pm 

Replies: 3
Views: 136


SERVICE_TABLE_ENTRY ServiceTable[2] has in total 4 times 4 bytes addresses (on a 32 bit system) so 16 in total.
TABLE_0 and TABLE_1 i suppose can be 8 bytes but does not have to be next to eachother.
Perhaps one var SERVICE_TABLE_2ENTRYS of 16 bytes and then use at offset 0, 4, 8, 12?

 Forum: Support   Topic: How to determine file encoding

Posted: February 3rd, 2012, 8:21 pm 

Replies: 7
Views: 190


http://l.autohotkey.net/docs/objects/File.htm
See Encoding, Retrieves or sets the text encoding used by this file object.

 Forum: Support   Topic: How to determine file encoding

Posted: February 3rd, 2012, 8:13 pm 

Replies: 7
Views: 190


Some info about it:
http://en.wikipedia.org/wiki/Character_encoding
http://en.wikipedia.org/wiki/Byte_order_mark
http://codesnipers.com/?q=how-to-determine-text-file-encoding

 Forum: Offtopic   Topic: « What's on your mind? »

Posted: January 30th, 2012, 5:08 pm 

Replies: 1412
Views: 58645


Quote:
What is it?

http://en.wikipedia.org/wiki/Death_Star

 Forum: Offtopic   Topic: « What's on your mind? »

Posted: January 21st, 2012, 11:46 am 

Replies: 1412
Views: 58645


http://en.wikipedia.org/wiki/Comparison_of_online_backup_services
And i think comodo has 5 GB free to start with

 Forum: Utilities   Topic: another good text editor

Posted: January 9th, 2012, 1:06 pm 

Replies: 19
Views: 2545


Not included but i made one here: http://pastebin.com/Ds6zC6AN
Put the file in C:\Documents and Settings\your-username\Application Data\code-browser-3\config\AutoHotkey.cbc

 Forum: Utilities   Topic: another good text editor

Posted: January 8th, 2012, 11:24 am 

Replies: 19
Views: 2545


Code Browser can use a tree for code folding.
I think it's easier to make your code in section then to bookmark it.
It is a smalll editor but since it add folds in comment you can use it it any programming language and edit in another editor if you want to.

 Forum: Utilities   Topic: another good text editor

Posted: January 6th, 2012, 8:13 am 

Replies: 19
Views: 2545


notepad2-mod has also syntax highlighting support for AutoHotkey.
Sort by:  
Page 1 of 18 [ Search found 259 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group