AutoHotkey Community

It is currently May 23rd, 2012, 4:18 pm

All times are UTC [ DST ]


Search found 38 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Countdown timer app

Posted: November 25th, 2011, 9:21 pm 

Replies: 10
Views: 4318


dear naveen kumar,
are you using the new AHK_L or vanila AHK - it is made for vanila AHK.
here is the precompiled version that works fine on my XPSP3 and WIN7 computers:
http://www.autohotkey.net/~bekihito/countdown/Countdown.exe
BR

 Forum: Scripts   Topic: Basic GUI creator.

Posted: May 17th, 2011, 4:14 pm 

Replies: 186
Views: 15553


nice, but I suggest a grid background for easier alignment

 Forum: Scripts   Topic: Simple Weather

Posted: March 3rd, 2011, 8:11 am 

Replies: 5
Views: 868


You may check this as well:
http://www.autohotkey.com/forum/viewtopic.php?t=58716&postdays=0&postorder=asc&start=0
BR

 Forum: Scripts   Topic: New Document Templates Editor

Posted: February 24th, 2011, 2:54 pm 

Replies: 4
Views: 303


PLease could you explain the usage and if posible could you make a true editor - adding new entry.

 Forum: Scripts   Topic: Create Directory Listing - Explorer shell menu extension

Posted: February 3rd, 2011, 12:40 pm 

Replies: 2
Views: 10157


Personaly I hate messing with the registry so I modified the input based on http://www.autohotkey.com/forum/viewtopic.php?t=65831&highlight=directory #notrayicon #singleinstance force SetWorkingDir, %A_ScriptDir% AppTitle = Directory Lister DefaultDirToList = %A_ScriptDir% FormatTime, date, , dd...

 Forum: Support   Topic: tile,center,stretch wallpaper

Posted: December 22nd, 2010, 8:44 am 

Replies: 2
Views: 390


Hi! I know that I could change the desktop wallpaper quick and clean with imagefile=test.bmp DllCall("SystemParametersInfo", uint, 0x0014, uint, 0x0000, str, imagefile, uint, 0x0003) but I don't know is it posible to also set the tile, center, stretch with this dll call. basically ...

 Forum: Scripts   Topic: SW copy protection

Posted: December 18th, 2010, 2:52 pm 

Replies: 289
Views: 53761


in the first post there is a mention of "bad" users changing the environment variables in order to avoid this fingerprint-securing method.
how exactly would that be done?
can it be done with AHK?

 Forum: Scripts   Topic: Screen Capture with Transparent Windows and Mouse Cursor

Posted: November 3rd, 2010, 7:42 am 

Replies: 180
Views: 92541


Hi David4,
try and use ahk to automate http://sourceforge.net/projects/imageprinter/
BR

 Forum: Scripts   Topic: [function] sTooltip - colored standard tooltip with timeout

Posted: November 2nd, 2010, 2:25 pm 

Replies: 12
Views: 4930


hi, I have a question about the "size" of the stooltip. I'm using your solution here http://www.autohotkey.com/forum/viewtopic.php?p=395947#395947 (in order to skip the GUI but have some sort of knowing which colour or brush size is choosen). however I need to get the text to be more then ...

 Forum: Scripts   Topic: sketching with canvas

Posted: November 2nd, 2010, 2:20 pm 

Replies: 2
Views: 786


hi I moded your mod. didn't add a gui, but added tooltips so you can see brush sizes and chosen colour. added export of the canvas as well (to clipboard or file) #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due t...

 Forum: Offtopic   Topic: Which AutoHotkey you prefer to use ?

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

Replies: 230
Views: 12374


Tip : It can even be shorter . The moral : Learn the language capabilities before looking for another one. Thank you for the short solutions of this script (if you don't mind I'll implement it in the next version of the prog, which happens rarely, after a new language is added on pointofix site), a...

 Forum: Offtopic   Topic: Which AutoHotkey you prefer to use ?

Posted: October 26th, 2010, 3:00 am 

Replies: 230
Views: 12374


Well, I'll have to agree on a few comments stating that it's neither preference or complexity that will prevail but I guess I'll go with the AHK_L in time. Being a noob, I'll try to show you my perspective: Once upon a time I found this little program called Pointofix ( http://www.pointofix.de ) and...

 Forum: Support   Topic: [SOLVED] hex to float/double/short

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

Replies: 7
Views: 616


Oh s***!
I was so into "let's convert something" that I missed this solution!
Thank you SKAN!

 Forum: Support   Topic: [SOLVED] hex to float/double/short

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

Replies: 7
Views: 616


Thank you SKAN! - for pointing me to the proper thing. Thank you Laszlo! - for creating this machine code wizardry. If anyone else stumbles on this one: It works fine for Short integer (Int), Float, Double as well just change "Float" into one you need and ofcourse feed it with proper hex v...

 Forum: Support   Topic: [SOLVED] hex to float/double/short

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

Replies: 7
Views: 616


Dear Codekiller, thank you for your quick answer but as I said: both Laszlo's, Hextofloat function and Skans try don't return the value that I need (they return 51266.0000) so I'm looking for a different algoritham for conversion. As I stated before when I open the file in HxD (a hexeditor) and use ...
Sort by:  
Page 1 of 3 [ Search found 38 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group