Hi,
I want to chage the Current Start Menu Style to "Windows Classic" thru code.
I changed the registry value:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
ValueName="ShellState"
I changed 32nd byte from 02 to 00.
But I do not get the immediate change in start menu.
I can see the radio button for start menu option changed in "Taskbar and Start Menu Properties" window.
Is there any API to achieve this
Can I manage this using any desktop related API
Please help !!!!

How to change start menu style without logging off?
Rishikesh
Benbun
Whairs01
I want the effect without logging off and login.
I also tried using the API
SHGetSetSettings and changing the value of the field fStartPanelOn in SHELLSTATE structure.

BUT had no luck...i cant see style change instantly