Combo Box problem
-
I have a problem using a combobox. I am using SDK, not MFC, but basically the combobox updates and I can use the data in it but the drop down functionality of the combobox does not work. I press the arrow at the right of the combobox and nothing happens - I have to use the arrow keys to select the item I want within the combobox data set. Do I have to enable the drop down functionality? Any help would be great :-)
u6ik
-
I have a problem using a combobox. I am using SDK, not MFC, but basically the combobox updates and I can use the data in it but the drop down functionality of the combobox does not work. I press the arrow at the right of the combobox and nothing happens - I have to use the arrow keys to select the item I want within the combobox data set. Do I have to enable the drop down functionality? Any help would be great :-)
u6ik
in the resource editor, enlarge the dropdown list to a size bigger than 0
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
-
in the resource editor, enlarge the dropdown list to a size bigger than 0
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
-
And even this is tricky ... I do not know how many people just falled in that trap.
~RaGE();
I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus
-
I have a problem using a combobox. I am using SDK, not MFC, but basically the combobox updates and I can use the data in it but the drop down functionality of the combobox does not work. I press the arrow at the right of the combobox and nothing happens - I have to use the arrow keys to select the item I want within the combobox data set. Do I have to enable the drop down functionality? Any help would be great :-)
u6ik
If your using CreateWindow(Ex) you have to set the hight to the hight you want your dropdown window to go because a ComboBox has it's integral hight so setting the hight just afects the dropdown not the ComboBox. ex: hComboBox=CreateWindow("ComboBox",NULL,dwStyle,0,0,400,200,hWnd,(HMENU)iIdCB,hInst,0); else if it is on a dialogbox just drag the middel point as far as you want the dropdown to go i hope this helped
G_S
-
I have a problem using a combobox. I am using SDK, not MFC, but basically the combobox updates and I can use the data in it but the drop down functionality of the combobox does not work. I press the arrow at the right of the combobox and nothing happens - I have to use the arrow keys to select the item I want within the combobox data set. Do I have to enable the drop down functionality? Any help would be great :-)
u6ik
How do you use combobox did you create this control in your program
_**
**_
WhiteSky
-
How do you use combobox did you create this control in your program
_**
**_
WhiteSky
-
I have a problem using a combobox. I am using SDK, not MFC, but basically the combobox updates and I can use the data in it but the drop down functionality of the combobox does not work. I press the arrow at the right of the combobox and nothing happens - I have to use the arrow keys to select the item I want within the combobox data set. Do I have to enable the drop down functionality? Any help would be great :-)
u6ik
If it's a size problem, either increase the size of the drop-down portion in the resource editor, or see here.
"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank
"Judge not by the eye but by the heart." - Native American Proverb
-
I have a problem using a combobox. I am using SDK, not MFC, but basically the combobox updates and I can use the data in it but the drop down functionality of the combobox does not work. I press the arrow at the right of the combobox and nothing happens - I have to use the arrow keys to select the item I want within the combobox data set. Do I have to enable the drop down functionality? Any help would be great :-)
u6ik