Combobox dropdown style - search

User avatar
Antonio Linares
Site Admin
Posts: 42668
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 70 times
Been thanked: 96 times
Contact:

Re: Combobox dropdown style - search

Post by Antonio Linares »

Dear Otto,

A combobox with the style CBS_DROPDOWN automatically creates and manages a child TGet (standard Windows behavior).

What we do from FiveWin is to redefine that TGet so we have full control on it. If you comment out those lines in the Class TComboBox, then you don't redefine it and you have standard Windows behavior for its Get.
regards, saludos

Antonio Linares
www.fivetechsoft.com
jds
Posts: 122
Joined: Sat Dec 05, 2009 12:44 pm

Re: Combobox dropdown style - search

Post by jds »

Is ther a version of dropdown combobox by programming "from source code" ?
Post Reply