AutoHotkey Community

It is currently May 24th, 2012, 7:55 am

All times are UTC [ DST ]


Search found 33 matches
Search these results:

Author Message

 Forum: Support   Topic: How to write REG_SZ using hex? (Not easy)

Posted: April 1st, 2012, 7:56 pm 

Replies: 1
Views: 114


Example: the word "TEST" T=54 E=45 S=53 T=54 First, understand that I can't use Regwrite,REG_SZ,HKCU,...,TEST How to write TEST at windows registry with REG_SZ type using equivalent hexadecimal chars? 1) One way is use Regwrite,REG_BINARY,...,54455354 and convert it to REG_SZ... so, how ca...

 Forum: Support   Topic: Problem automating a WindowsForms10 control

Posted: February 14th, 2012, 10:40 pm 

Replies: 2
Views: 150


up

 Forum: Support   Topic: help to RegWrite Hexadecimal code at windows registry

Posted: March 14th, 2010, 3:02 pm 

Replies: 4
Views: 465


oh my god

 Forum: Support   Topic: help to RegWrite Hexadecimal code at windows registry

Posted: March 14th, 2010, 7:11 am 

Replies: 4
Views: 465


Tested: RegWrite, [color=red]REG_BINARY[/color], HKCU, [color=#808080]Software\AutoHotkey[/color], Test, [color=red]4300490045004C0033001C00[/color] Thank's for try but i continues have the problem. This answer works fine if i have only one variable that is CIEL3. When i post this topic i resumed m...

 Forum: Support   Topic: help to RegWrite Hexadecimal code at windows registry

Posted: March 13th, 2010, 8:37 pm 

Replies: 4
Views: 465


[...] The following table gives the hexadecimal character codes used by ASCII to represent characters inside the computer: 00 = NUL 01 = SOH 02 = STX 03 = ETX 04 = EOT 05 = ENQ 06 = ACK 07 = BEL 08 = BS 09 = HT 0A = LF 0B = VT 0C = FF 0D = CR 0E = SO 0F = SI 10 = DLE 11 = DC1 12 = DC2 13 = DC3 14 = ...

 Forum: Support   Topic: [SOLVED] Round down a number with 2 digits

Posted: February 25th, 2010, 7:05 pm 

Replies: 8
Views: 305


Ok, that's solved!
Thank's all

 Forum: Support   Topic: [SOLVED] Round down a number with 2 digits

 Post subject: NO
Posted: February 25th, 2010, 5:36 pm 

Replies: 8
Views: 305


no it is not what i want becouse the script will round it to 1.79

 Forum: Support   Topic: [SOLVED] Round down a number with 2 digits

Posted: February 25th, 2010, 5:27 pm 

Replies: 8
Views: 305


There is a function round(number,digits) that round down or up.

Theres another funciotion flor(number) that round down a number.

But how to round 1.7886 to 1.78 ?

 Forum: Support   Topic: Store 2 digits for add or subtract time

Posted: February 5th, 2010, 2:39 pm 

Replies: 2
Views: 290


Its a very simple question:
D:=A_YYYY A_MM (A_DD-1)
My script get error becouse i have to need 04 instead of 4
how could i have 2 digits for this?

 Forum: Support   Topic: How to select an option from tray

 Post subject: Question not solved
Posted: February 12th, 2009, 5:21 pm 

Replies: 4
Views: 401


sorry, i can`t find

 Forum: Support   Topic: How to select an option from tray

Posted: February 11th, 2009, 5:01 pm 

Replies: 4
Views: 401


How to shortcut this:
Image


When press an hotkey (Ex: ^q)
1) Right CLick on VNC Server Icon from Tray
2) Select Disconnect Clients

 Forum: Support   Topic: Problems with controlsettext (The old value returns)

Posted: November 19th, 2008, 12:03 am 

Replies: 1
Views: 223


Here is the X-Axis Properties ahk_class #32770: http://img20.imageshack.us/img20/8608/26058131ja1.jpg No matter how hard I try, when the script click into "ok" or "apply" button the previus value return For example (change the actual loaded first date 5/10/2008 to 11/11/2008): Co...

 Forum: Support   Topic: Regex? [Excellently Solved]

Posted: October 30th, 2008, 2:58 am 

Replies: 4
Views: 527


thank's a lot

 Forum: Support   Topic: Regex? [Excellently Solved]

Posted: October 30th, 2008, 12:57 am 

Replies: 4
Views: 527


Fry, you have to use time strings
after 1559 is 1600. Not 1560

 Forum: Support   Topic: Regex? [Excellently Solved]

 Post subject: Regex? [Excellently Solved]
Posted: October 29th, 2008, 8:36 pm 

Replies: 4
Views: 527


I have one file called TEXT.txt at c:\ This file contains lines like these: USD,1,20081029,13 09 00,1.28325,1.28395,1.28305,1.28395,0,0 USD,1,20081029,13 10 00,1.28395,1.28415,1.28325,1.28325,0,0 USD,1,20081029,13 11 00,1.28325,1.28465,1.28325,1.28440,0,0 ... How to add one minute for each line.. fo...
Sort by:  
Page 1 of 3 [ Search found 33 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group