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
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?