Hi,
Get the handle of the Combobox and then do a SendMessage() with CB_GETCURSEL
, this would give you the index of the curently selected item.
Hope it helps
--
Thanks and Regards
Amit Ranjan
blog:
http://amitranjan.wordpress.com
"sohail" wrote:
> Hi,
>
> Please let me know why combobox SelectedIndex doesn't fire with smartphone
> 2005?
>
> Please help me.