Originally posted by Alec§taar:
Quote:
Great idea, I would like to know if this could be done myself... I don't know of a way, & I don't think it can be done, @least via tweaking settings for explorer.exe in the registry afaik!
(Would've heard about it by now I figure, as it would be a cool feature... I cannot STAND the 'abbreviated' kb readout myself either! I like EXACT measures, in ALL things, not approximations!)
* I'd wager there is shell extensions though, that might do this... would not be ALL that hard to create, rightclick tools etc. that would popup a msgbox with the filesize etc. in bytes... but, that's not as "transparent" & easy as what you ask for, & I agree with totally!
APK
Well, it turns out that my digging skills were not as good as I thought and that on the MSDN site there's actually some info about this subject (and, yes, it has to do with shell extensions handlers):
http://msdn.microsoft.com/library/defaul...s/shell_ext.asp
Now, I'm perfectly able to create and delete keys and/or modify entries in the registry, but the creation of shell handlers is still pretty far away from my skills... :x
Maybe it's not that hard, but I've never done such a thing.
To the best of my knowledge, the InfoTip handler can fetch info directly only from the following list:
[font:courier]
Property........Retrieved From
Author...........OLE document properties (PIDSI_AUTHOR)
Title............OLE document properties (PIDSI_TITLE)
Subject..........OLE document properties (PIDSI_SUBJECT)
Comment..........OLE document properties (PIDSI_COMMENT)
PageCount........OLE document properties (PIDSI_PAGECOUNT)
Name.............Standard folder view
OriginalLocation.Briefcase folder and Recycle Bin folder
DateDeleted......Recycle Bin folder
Type.............Standard folder details view
Size.............Standard folder details view
SyncCopyIn.......Same as OriginalLocation
Modified.........Standard folder details view
Created..........Standard folder details view
Accessed.........Standard folder details view
InFolder.........Document search results
Rank.............Document search results
FreeSpace........Disk drives
NumberOfVisits...Favorites folder
Attributes.......Standard folder details view
Company..........OLE document properties (PIDDSI_COMPANY)
Category.........OLE document properties (PIDDSI_CATEGORY)
Copyright........OLE document properties (PIDMSI_COPYRIGHT)
HTMLInfoTipFile..Desktop.ini file for folder[/font]
And since Size is retrieved from the Standard folder details view, looks like we're stuck with an approximate size...
But! After cheking out this page, I noticed the PIDDSI_BYTECOUNT property identifier, that returns the size in Bytes.
I believe there's hope to create a simple handler to fetch that info and add it to the InfoTip Handler and show it for every file. Problem is, all this is kinda out of my league.
Alec§taar, reading your other replies on the forum I believe that if you give just a glance at the pages I linked maybe you could come up with a working solution in no time at all...
What do you think?
[size:2]pesky multiple spaces formatting...[/color]