apuntes de programación en Windows

Customize Context Menus (de http://www.annoyances.org/exec/show/article02-026)

A Context Menu is what you see when you use the right mouse button to click on a file, folder, application titlebar, or nearly any other object on the screen. Most of the time, this menu includes a list of actions appropriate to the object on which you've clicked. For file icons, the context menu depends upon the type of file. Usually, you'll see Copy, Paste, Delete, Rename, Open, and Properties (among others). You may have noticed that programs like MicroHelp PowerDesk and Norton Navigator are able to add their own items, extending the power of the context menu paradigm. Here's how to add you're own options to these menus:


For file icons (Windows 95/98):


For file icons (Windows Me/2000/XP):


For folder icons:


For desktop items:


Examples:


Written by: Annoyances.org
Last updated: Friday, August 10, 2001

Force Explorer to Display Correct Filename Capitalization (de http://www.annoyances.org/exec/show/article02-101 )

By default, Explorer displays uppercase (all caps) 8.3 DOS-style filenames (such as "README.TXT") in a "prettier" format (such as "Readme.txt). If the filename has more than eight letters (not including the extension), or if the filename contains at least one space, the capitalization is not modified. (Note: Windows doesn't actually change the capitalization of any files, only the way they're displayed in Explorer.) Here's how to turn off this feature:

Windows 98:

Windows 95, Me, 2000, and XP:


Written by: Annoyances.org
Last updated: Wednesday, August 15, 2001

--