Skip to content

dredix/FileSizeXP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is adapted from Michael Dunn's "The Complete Idiot's Guide to 
Writing Shell Extensions", retrieved from 
http://www.codeproject.com/Articles/722/The-Complete-Idiot-s-Guide-to-Writing-Shell-Extens

The original README is included below.

	This code accompanied the article:
	  The Complete Idiot's Guide to Writing Shell Extensions - Part VIII
	available at this URL:
	  http://www.codeproject.com/shell/ShellExtGuide8.asp
	written by:
	  Michael Dunn (acidhelm@gmail.com)
	Release date:
	  June 2, 2006
	
	If you're looking for the license terms that this code is released under,
	see the file "LICENSE.txt".
	
	This demo code runs unchanged on VC 6 and VC 7.1, just open the project
	file that corresponds to your version of VC (.dsw or .sln). Note that due
	to ATL changes in VC 7, the code may not be optimal in VC 7 and will give
	you a few warnings. I have not tested the code on VC 8.
	
	If you run into problems with building or using the code, please check the
	article's web page (listed above) to see if there are any updates to the article
	or the code. Also, check the article's discussion forum (located at the bottom
	of the article's web page) to see if your problem has already been found and
	solved. If not, post a message to the article's forum, and I'll see what I can
	do for you.
	
	Also, see the readme section at the beginning of Part I:
	  http://www.codeproject.com/shell/ShellExtGuide1.asp#readme
	
	I prefer that you post to the article's forum, instead of emailing me directly,
	so that your question can be visible to everyone. Also, if we end up solving
	your problem, the solution will also be visible and will help others.

About

A column handler extension that displays the full file size in bytes on Windows Explorer's Details View.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors