| Author |
Message |
Forum: Scripts Topic: Create super hidden folder |
| Landvermesser |
|
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 |
| Landvermesser |
|
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 |
| Landvermesser |
|
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 |
| Landvermesser |
|
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 |
| Landvermesser |
|
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 |
| Landvermesser |
|
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 |
| Landvermesser |
|
Posted: February 19th, 2007, 8:31 am
|
|
Replies: 2 Views: 533
|
|
 |
Forum: Support Topic: Sending of Ctrl+ in some non english keyboard layouts |
| Landvermesser |
|
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 |
| Landvermesser |
|
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 |
| Landvermesser |
|
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 |
| Landvermesser |
|
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+ |
| Landvermesser |
|
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) |
| Landvermesser |
|
Posted: March 14th, 2006, 7:42 am
|
|
Replies: 2 Views: 3262
|
|
 |
Forum: Scripts Topic: Tray clock with seconds (or some other info) |
| Landvermesser |
|
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 |
| Landvermesser |
|
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: |