Hi,
Do you mean having an application that when is running can detect which item
is selection the user on the windows start menu?
If so, remember that the task is a windows by itself, you can easily query
it using the Win32 fucntion FindWindow (use Spy++ to get the name of the
classes) the whole start menu is a class with items, you can easily read the
values getting the handles.
If this is not what you mean, can you explain better,
Regards
Salva