From: xamous on
Hi all,

I use the SHCreateMenubar to create a menubar on Smartphone.
The first softkey is defined to a button(TBSTYLE_BUTTON), and the
second is defined to a drop-down menu(TBSTYLE_DROPDOWN).

Now I want to change softkey2 to a button in my program,
I can use DestroyMenu to destroy the drop-down menu, but i still can't
receive the command when user press the softkey2.

so, how can I dynamically change the drop-down menu to a button?

Thanks!