Page 1 of 1

BTNGET as COMBO

PostPosted: Tue Mar 03, 2020 11:34 am
by Silvio.Falconi
I am trying to insert a button in a get that looks like the combobox button
so that it is homogeneous graphically but big problems,
so far I have reached this result, is it possible in your opinion to do better?

I can't use two comboboxes I have to use two tget controls with a button to call a function that shows a list of numbers

Image

I saw we can modiy the style of button on this page
https://docs.microsoft.com/en-us/window ... ton-styles
for a sample modifying to BS_SPLITBUTTON (reates a split button. A split button has a drop down arrow.)
but I not found the value

I think we can get to have the same style of the combobox, what do you think about?