Skip to content

petesh/SimpleWindowsShellExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleWindowsShellExtension

This is a simple windows shell extension to determine the operation when more than 16 items are selected before and after the verb is invoked.

If you select <= 16 items, then initialize is invoked once, prior to the display of the menu item. If you select the menu item, it will perform the InvokeCommand

If you select > 16 items then initialize is invoked twice. Once prior to the display of the menu item, with 16 items. Then, if you select the menu item it will be invoked a second time with the full list of items, and the the InvokeCommand operation will be invoked.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors