|
Posted by sohail on February 12, 2007, 2:46 am
Please log in for more thread options Thanks
Best Regards
Sohail
"Amit" wrote:
> 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.
|