Contextmenu in Windows File Explorer
-
Hi, I added a submenu to the Windows explorer for directorys. Unfortunately not all the items are visible. Is there a way to show more items than 16 incl all subitems? I was working with ExtendedSubCommandsKey. I really mean menutems and not fileitems. jan Sorry if this is not the right place to ask this. The program is writen in vb.net but the question is stricly Windows.
-
Hi, I added a submenu to the Windows explorer for directorys. Unfortunately not all the items are visible. Is there a way to show more items than 16 incl all subitems? I was working with ExtendedSubCommandsKey. I really mean menutems and not fileitems. jan Sorry if this is not the right place to ask this. The program is writen in vb.net but the question is stricly Windows.
JR212 wrote:
Is there a way to show more items than 16 incl all subitems?
Only using Shell Extensions; windows - Is there a maximum right click context menu items limit - Stack Overflow[^]
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
-
JR212 wrote:
Is there a way to show more items than 16 incl all subitems?
Only using Shell Extensions; windows - Is there a maximum right click context menu items limit - Stack Overflow[^]
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.