File's comments Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
potkon

File's comments

28 Jan 2014, 06:06

If I right click on a file, select 'Properties' item, 'Summary' tab, I can set/get file's comments.
How can I do that via AHK script? (without using MouseClick, ControlClick or Send commands)
Maybe COM?
User avatar
Menixator
Posts: 69
Joined: 30 Sep 2013, 04:10

Re: File's comments

28 Jan 2014, 13:56

ermm. you can open the properties window with run.

Code: Select all

Run, properties "D:\RSS.ahk"
Sleep, 1000
Then you can try to send a couple of Control+Tabs to navigate to the right tab.And again, Tab to navigate to the right field.
timeFlies
Posts: 146
Joined: 22 Oct 2013, 20:54
Location: Somewhere in the northern hemisphere.

Re: File's comments

28 Jan 2014, 15:22

Erm... the OP said without using Send, etc. commands...

@OP: I'm not sure if this is possible. Certain attributes can be changed, but I'm not sure about comments.
potkon

Re: File's comments

31 Jan 2014, 03:37

Yeah, it's easy to get/set some attributes like +/- Hidden, Modification time, etc., but I can't figure out how to work with file's comments (without MouseClick, ControlClick, Send, Run)
Was searchind MSDN but found nothing... :(
User avatar
fischgeek
Posts: 435
Joined: 29 Jan 2014, 21:39

Re: File's comments

31 Jan 2014, 11:05

What kind of file types have this "summary" section? I don't see a summary in my files' properties/Details.
User avatar
fischgeek
Posts: 435
Joined: 29 Jan 2014, 21:39

Re: File's comments

03 Feb 2014, 10:23

What version of Windows are you running? I don't have a summary tab for any file type. Just details (which I'm assuming is the same thing, but all mine look like this:
Spoiler
potkon

Re: File's comments  Topic is solved

03 Feb 2014, 11:20

Windows XP, Professional, Version 2002, Service Pack 3

And you? Win 8?
User avatar
fischgeek
Posts: 435
Joined: 29 Jan 2014, 21:39

Re: File's comments

03 Feb 2014, 12:41

potkon wrote:Windows XP
:cry:

Time to upgrade, mate. Yes, I'm running 8.1. I think even Windows 7 (Vista even) doesn't have the summary tab.
potkon

Re: File's comments

03 Feb 2014, 13:24

[quote="fischgeek"]Time to upgrade, mate.[/quote] :)
timeFlies
Posts: 146
Joined: 22 Oct 2013, 20:54
Location: Somewhere in the northern hemisphere.

Re: File's comments

03 Feb 2014, 18:46

@fischgeek: Offtopic, but what do you use to get the shadows and the rounded corners on Windows 8.1? Lack of shadows is one of the things I hate most about Windows 8 and I've searched everywhere for something that could bring them back.
User avatar
fischgeek
Posts: 435
Joined: 29 Jan 2014, 21:39

Re: File's comments

03 Feb 2014, 21:12

@chaz: What do you mean? Are you referring to my screenshot? The software tool I use for screenshots just does that for me. My windows don't actually look like that in 8.1. They have square corners until the software applies the shadow. I personally don't like the rounded corners and shadowing. I turn them off. At any rate, I know you can toggle these options in the Performance options in Windows.
Spoiler
timeFlies
Posts: 146
Joined: 22 Oct 2013, 20:54
Location: Somewhere in the northern hemisphere.

Re: File's comments

04 Feb 2014, 01:00

Ahh... I see. I don't care about the rounded corners, I just want my shadows back. And yes, the shadow option can be toggled on, but because the shadow is only a single pixel wide and really light, it's completely invisible so might as well not be there. I'm looking for something that allows me to distinguish one window from another, because backlit screens tend to negatively affect my eyes a lot after an hour or two. I don't want full-on high contrast mode though.
potkon

Re: File's comments

06 Feb 2014, 14:09

Thanks for the link Lexikos! :)
Well, it's too complex for me to translate that code to AHK, but at least now I know it can be done! :)
Guest10
Posts: 578
Joined: 01 Oct 2013, 02:50

Re: File's comments

06 Feb 2014, 14:22

does "Access the Summary Information Property Set of a file using Visual C++ - CodeProject" mean it can be done? :geek:
potkon wrote:Thanks for the link Lexikos! :)
Well, it's too complex for me to translate that code to AHK, but at least now I know it can be done! :)

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: aitaixy, Anput, dangoscrub, doodles333, joedf, Nerafius and 107 guests