| Author |
Message |
Topic: Create super hidden folder |
Landvermesser
Replies: 5
Views: 2134
|
Forum: Scripts & Functions Posted: Wed Aug 01, 2007 7:55 am Subject: Create super hidden folder |
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 espionag ... |
Topic: Create super hidden folder |
Landvermesser
Replies: 5
Views: 2134
|
Forum: Scripts & Functions Posted: Tue Jul 31, 2007 11:49 am Subject: Create super hidden folder |
| 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 t ... |
Topic: cRichEdit - Standard RichEdit control for AutoHotkey scripts |
Landvermesser
Replies: 77
Views: 9509
|
Forum: Scripts & Functions Posted: Fri Jul 27, 2007 6:44 am Subject: cRichEdit - Standard RichEdit control for AutoHotkey scripts |
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 ... |
Topic: cRichEdit - Standard RichEdit control for AutoHotkey scripts |
Landvermesser
Replies: 77
Views: 9509
|
Forum: Scripts & Functions Posted: Thu Jul 26, 2007 11:47 am Subject: cRichEdit - Standard RichEdit control for AutoHotkey scripts |
Sorry, corrupt, but the test is negative...
It work not in Unicode mode too.  |
Topic: cRichEdit - Standard RichEdit control for AutoHotkey scripts |
Landvermesser
Replies: 77
Views: 9509
|
Forum: Scripts & Functions Posted: Thu Jul 19, 2007 7:27 am Subject: cRichEdit - Standard RichEdit control for AutoHotkey scripts |
Thank you corrupt!
I'll try to test it.  |
Topic: cRichEdit - Standard RichEdit control for AutoHotkey scripts |
Landvermesser
Replies: 77
Views: 9509
|
Forum: Scripts & Functions Posted: Tue Jul 03, 2007 2:26 pm Subject: cRichEdit - Standard RichEdit control for AutoHotkey scripts |
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 r ... |
Topic: Sending of Ctrl+ in some non english keyboard layouts |
Landvermesser
Replies: 2
Views: 224
|
Forum: Ask for Help Posted: Mon Feb 19, 2007 8:31 am Subject: Sending of Ctrl+ in some non english keyboard layouts |
| Thank You, Chris. |
Topic: Sending of Ctrl+ in some non english keyboard layouts |
Landvermesser
Replies: 2
Views: 224
|
Forum: Ask for Help Posted: Fri Feb 16, 2007 8:01 pm Subject: Sending of Ctrl+ in some non english keyboard layouts |
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.4 ... |
Topic: How to add arrow to a button |
Landvermesser
Replies: 19
Views: 811
|
Forum: Ask for Help Posted: Thu Nov 30, 2006 3:30 pm Subject: How to add arrow to a button |
Very good, thanks.
How to add the Unicode character to drop-down menu? |
Topic: Picture as variable |
Landvermesser
Replies: 5
Views: 369
|
Forum: Wish List Posted: Mon Oct 09, 2006 5:53 pm Subject: Picture as variable |
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.
... |
Topic: Save Screen (HDC) as BMP or PNG w/o external tools, GDIPlus |
Landvermesser
Replies: 58
Views: 14029
|
Forum: Scripts & Functions Posted: Mon Oct 09, 2006 5:45 pm Subject: Save Screen (HDC) as BMP or PNG w/o external tools, GDIPlus |
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, ... |
Topic: Image conversions and capturing with GDI+ |
Landvermesser
Replies: 98
Views: 14546
|
Forum: Scripts & Functions Posted: Wed Oct 04, 2006 12:14 pm Subject: Image conversions and capturing with GDI+ |
| How to resample/resize PNG picture with alpha-transparency using this technology? And may be convert ICO to PNG? |
Topic: Tray clock with seconds (or some other info) |
Landvermesser
Replies: 2
Views: 1567
|
Forum: Scripts & Functions Posted: Tue Mar 14, 2006 7:42 am Subject: Tray clock with seconds (or some other info) |
| 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!-) |
Topic: Tray clock with seconds (or some other info) |
Landvermesser
Replies: 2
Views: 1567
|
Forum: Scripts & Functions Posted: Mon Mar 13, 2006 10:41 am Subject: Tray clock with seconds (or some other info) |
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 ... |
Topic: Mac OS X Sound OSD |
Landvermesser
Replies: 6
Views: 2998
|
Forum: Scripts & Functions Posted: Wed Mar 01, 2006 7:51 am Subject: Mac OS X Sound OSD |
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 e ... |
| |