AutoHotkey Community

It is currently May 22nd, 2012, 2:08 pm

All times are UTC [ DST ]


Search found 51 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Create super hidden folder

Posted: August 1st, 2007, 7:55 am 

Replies: 5
Views: 3947


Really all RegWrite are not necessary. Only the first RegWrite is necessary only by first run. You can delete others and return old values.

I don't think, that to hide personal files is an espionage. I think, that it is realism.

 Forum: Scripts   Topic: Create super hidden folder

 Post subject: Create super hidden folder
Posted: July 31st, 2007, 11:49 am 

Replies: 5
Views: 3947


The script creates the "super hidden" folder and connect it as a drive. This folder is invisible for Windows Explorer and the content can not be searched, archived and so on. By locking of the folder it is as the "Item of Control Panel" represented and is inaccessible for Windows...

 Forum: Scripts   Topic: cRichEdit - Standard RichEdit control for AutoHotkey scripts

Posted: July 27th, 2007, 6:44 am 

Replies: 105
Views: 31946


Yes, your RTF-control loads and shows all files 100% correct. More as 6 Mb big and localized files too.

I can copy the controls content to clipboard, open hidden Wordpads window, paste and save all - and it works fine too.

 Forum: Scripts   Topic: cRichEdit - Standard RichEdit control for AutoHotkey scripts

Posted: July 26th, 2007, 11:47 am 

Replies: 105
Views: 31946


Sorry, corrupt, but the test is negative...
It work not in Unicode mode too. :(

 Forum: Scripts   Topic: cRichEdit - Standard RichEdit control for AutoHotkey scripts

Posted: July 19th, 2007, 7:27 am 

Replies: 105
Views: 31946


Thank you corrupt!
I'll try to test it. :)

 Forum: Scripts   Topic: cRichEdit - Standard RichEdit control for AutoHotkey scripts

Posted: July 3rd, 2007, 2:26 pm 

Replies: 105
Views: 31946


Thanks for you great work! I use RTF control in my last project "DupFinder" - http://sven.karsten.googlepages.com/ Can you please add "wrap lines" function? And a little bug report now: The function cRichEdit(REdit1, "GetRTF") not 100% correct works with big non-English...

 Forum: Support   Topic: Sending of Ctrl+ in some non english keyboard layouts

Posted: February 19th, 2007, 8:31 am 

Replies: 2
Views: 533


Thank You, Chris.

 Forum: Support   Topic: Sending of Ctrl+ in some non english keyboard layouts

Posted: February 16th, 2007, 8:01 pm 

Replies: 2
Views: 533


1. Install russian input language with russian keyboard layout (or bulgarian, or serbian, or ukrainian, or kazakh and may be some other languages) 2. Run this script with AutoHotkey's version 1.0.46.08 Hotkey, F5, SelectAll Hotkey, F6, ReselectAll Hotkey, F7, RereselectAll Hotkey, F8, Multiselect Ru...

 Forum: Support   Topic: How to add arrow to a button

Posted: November 30th, 2006, 3:30 pm 

Replies: 19
Views: 1587


Very good, thanks.
How to add the Unicode character to drop-down menu?

 Forum: Suggestions   Topic: Picture as variable

 Post subject: Picture as variable
Posted: October 9th, 2006, 5:53 pm 

Replies: 5
Views: 703


Quote:
Picture (or Pic)
An area containing an image (see last two paragraphs for supported file types). The last parameter is the filename of the image or a variable, where the bitmap content is stored.

Example: Gui, Add, Picture, w300 h-1, %PictureFromMemory%

 Forum: Scripts   Topic: Save Screen (HDC) as BMP or PNG w/o external tools, GDIPlus

Posted: October 9th, 2006, 5:45 pm 

Replies: 82
Views: 33175


Problem: the memory usage after 20 full screenshots is more as 100 Mb. Solution: Stop GDI+ after each screenshot. #v:: SaveImage_Full: counter_f := counter_f +1 FormatTime, myTime, , yyyyMMdd_hhmmss fileNameDestP = screens\S_%myTime%_%counter_f%_%A_ScreenWidth%x%A_ScreenHeight%.png If (GDIplus_S...

 Forum: Scripts   Topic: Image conversions and capturing with GDI+

Posted: October 4th, 2006, 12:14 pm 

Replies: 107
Views: 33880


How to resample/resize PNG picture with alpha-transparency using this technology? And may be convert ICO to PNG?

 Forum: Scripts   Topic: Tray clock with seconds (or some other info)

Posted: March 14th, 2006, 7:42 am 

Replies: 2
Views: 3262


It is correct, I have made precisely it in the project MacClock. Look here: http://landvermesser.tripod.com/MacClock.html (it's not a spam!-)

 Forum: Scripts   Topic: Tray clock with seconds (or some other info)

Posted: March 13th, 2006, 10:41 am 

Replies: 2
Views: 3262


This short script shows how to add some info to Windows tray clock (here -- seconds, but may be the CPU usage be usefull too) #Persistent RegRead, SavedTimeFormat, HKEY_CURRENT_USER, Control Panel\International, sTimeFormat OnExit, SubExit SetTimer, WatchTime, 1000 Return WatchTime: RegWrite, REG_SZ...

 Forum: Scripts   Topic: Mac OS X Sound OSD

Posted: March 1st, 2006, 7:51 am 

Replies: 6
Views: 4784


Mac?!What?!! wrote:
hold on...ahk works with Mac OSX? Is this true? I have a mac too, and I didnt think ahk would work with it. It doesnt right? What's OSD?

OSD = On Screen Display
This script simulates the visual effects of Mac OS X, this supports only Windows XP.
Sort by:  
Page 1 of 4 [ Search found 51 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group