
02-08-2007, 11:31 PM
|
| |
| RE: Combobox SelectedIndex doesn't fire with smartphone 2005? Check out..
CB_GETLBTEXT
--
Thanks and Regards
Amit Ranjan
blog: http://amitranjan.wordpress.com
"sohail" wrote:
> HI,
>
> Thanks for your reply, but I want to get the current value of combobox when
> user navigates in combo.
>
> "Amit" wrote:
>
> > 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. |