BTNGET as COMBO

Post Reply
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

BTNGET as COMBO

Post 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?
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Post Reply