|
-
Sep 24th, 2001, 10:44 AM
#1
Thread Starter
Hyperactive Member
Alphabetize Start Menu
How do you put it in alphabetical order using code? Everything I've read says to delete this value:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\&Programs\Menu\Order
Even though I've done that it still doesn't alphabetize it, even after restarting the computer.
-
Sep 24th, 2001, 11:30 AM
#2
Frenzied Member
Ordering registry entries?
Maybe this will throw some light on it.
In MSDN, the following functions: RegEnumKeyEx, and RegEnumValue, both state that
'they [either of the above] are not ordered, any new value will have an arbitrary index.'
This means even at an API level you cannot control the ordering of values, or keys in the registry.
I'm not sure how relevant this is to the start menu, but it may be of some help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|