3 Attachment(s)
DropDown Combo w/Search Button and Cue Text
A DropDown (only) style ComboBox with a built-in search button.
Created with VB10/FW 4.0.
Version 1.01: Nov 11, 2014
* Added property CueBannerText:
Sets a textual cue displayed in the ComboBox edit control to prompt user for information.
* Added property CueBannerAlways:
Controls visibility of cue banner text when edit control has focus.
Attachment 117535
Re: DropDown Combo w/Search Button and Cue Text
Update v1.01:
Added CueBannerText, This was a bit tricky since you can't call the SendMessage API until the control has been created.
Re: DropDown Combo w/Search Button and Cue Text
Hi Edgemeal,
You may want to look at the CB_SETCUEBANNER message as an alternative to EM_SETCUEBANNER.
Re: DropDown Combo w/Search Button and Cue Text
Quote:
Originally Posted by
TnTinMN
Hi Edgemeal,
You may want to look at the
CB_SETCUEBANNER message as an alternative to EM_SETCUEBANNER.
Didn't know about that!
Thanks :thumb:
EDIT: I probably just leave the code as is for awhile since CB_SETCUEBANNER is Vista minimum.