Messages - TWmailrec [ switch to compact view ]

Pages: prev1 [2] 3 4 5 6 7 ... 26next
6
I tried substituting Filename again - same result. Then I noticed the missing %%.
Works beautifully now.

Many thanks for suggesting 2nd attempt!

7
I did have a try at substituting actual filename using FileGetShortcut, but I got left with the same icon throughout the list.
maybe I did it wrong?
I can have another go.
I was thinking that a MOD of line:
        if not DllCall("Shell32\SHGetFileInfoA", "str", FileName, "uint", 0, "str", sfi, "uint", sfi_size, "uint", 0x101)  ; 0x101 is SHGFI_ICON+SHGFI_SMALLICON

might be required.

8
In order to unclutter pinned apps on the taskbar, I coded a simple and useful little
program with Autohotkey v. 1.0.48.05, that uses a Listview.
Can anyone suggest a coding MOD to display Listview icons that are NOT obscured by the
shortcut arrow overlay when .Lnk files are displayed.
(I have tried to remove the arrow overlay using "XdN Tweaker.exe" or
"Ultimate Windows Tweaker.exe" but these only work on Desktop icons).

I used the normal coding as given in Autohotkey Help (2003-2009 Chris Mallett).
There must surely be a way as pinned programs and links in Start Menu do not show
these arrows.
Does anyone know how this can be done??

9
I have just written 2 programs to address following problem:
FileDate_Order (& WinFileSequ) facilitates the ordering of icons in desktop folders on Windows 7/ (and Vista) when the window is set to order by Modification Time (descending).

Windows 7/ does not allow normal re-positioning of icons in a desktop Window, by simply dragging icons from one position to another, - A feature available in every previous version of Windows!.
Since it is MUCH easier to locate icons quickly within large desktop folders, if they are ordered by function and personal preference, I find this utility (containing 2 programs) is extremely useful.

The program can automatically SEQUENCE the Date/Time stamp for each file (icon) in a Window.
The program facilitates icon placement (i.e. moving icons), also offers substitution of link files for sub-directories, and can insert "Space" links for blank positions.

The program can also create "LOG" files (recording files & modification date/times) for each Window to allow fast export. Importing from LOG file will amend file-dates for all icons and reset icon order.

Last update (Drag&Drop to Viewer now implemented) completed 28/09/14
If anyone out there can suggest improvements to function of ahk program, it would be very welcome!

Available for download at: http://twm.dcmembers.com/

Modified  on 12/01/15: Both programs should cope with screen resolutions: (Aspect ratio 3 X 4)
1024 X 768, 1152 X 864, 1280 X 1024, with normal dpi (96 dots per inch) or
increased type size: 125% & 150%.

Also available on that site is CLIPSTAC program, much improved and more powerful than original modified Clipstep program. It now combines 2 Clipboard extension Apps, which work well together.
This one works well (so far). It now Auto-configures itself, and includes detailed help file ( & Rt-click hints on buttons etc). Any thoughts would be welcome.
It can also be downloaded from: http://twm.dcmembers.com



10
Finished Programs / Moving Desktop folder icons in Win7 (& 8)
« on: September 17, 2014, 07:21 PM »
I have just written 2 programs to address following problem:
FileDate_Order (& WinFileSequ) facilitates the ordering of icons in desktop folders on Windows 7/8, and Vista when the window is set to order by Modification Time (descending).

Windows 7/8 does not allow normal re-positioning of icons in a desktop Window, by simply dragging icons from one position to another, - A feature available in every previous version of Windows!.
Since it is MUCH easier to locate icons quickly within large desktop folders, if they are ordered by function and personal preference, I find this utility (containing 2 programs) is extremely useful.

The program can automatically SEQUENCE the Date/Time stamp for each file (icon) in a Window.
The program facilitates icon placement (i.e. moving icons), also offers substitution of link files for sub-directories, and can insert "Space" links for blank positions.

The program can also create "LOG" files (recording files & modification date/times) for each Window to allow fast export. Importing from LOG file will amend file-dates for all icons and reset icon order.

If anyone out there can suggest improvements to function of ahk program, it would be very welcome!

Available for download at: http://twm.dcmembers.com/

Also available on that site is CLIPSTAC program, much improved and more powerful than original modified Clipstep program. It now combines 2 Clipboard extension Apps, which work well together.
This one works well (so far). It now Autoconfigures itself, and includes detailed help file
It can also be downloaded from: http://twm.dcmembers.com



Pages: prev1 [2] 3 4 5 6 7 ... 26next
Go to full version