vb.net - Specifying the Order of Start Menu Shortcuts -


I created shortcuts for some of my exe in the program menu. For example, I can create a shortcut for a.exe, v.exe, and g.exe. By default, it aligns in the form of A, G, V (in alphabetical order). I want to put my shortcut in another order, such as (v, a, g).

In short, I want to be able to change the sequence of shortcuts which makes it something other than alphabetical order.

I am using wshshellobject in vb I have created a DLL; Through this I am trying to amend my shortcuts in order to modify

menu, me Not sure if programmatically it is possible (which is a shame - I have removed many people by uninstallers for typing their names in Vista / 7 and seeing them without seeing them).

Microsoft's Raymond Chen posted this post on his blog some time ago:

The "All Programs" section of the classic start menu and the Windows XP Start menu allows you to add a shortcut Allows you to customize the order that appears there, you can use drag / drop to rearrange them, or force them to sort by name. But why not have any programmatic interfaces for these tasks?

Because electricity will be used for evil, apart from it it will be used for good.

More info here:


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -