Combo heigth problem
-
First make a call GetDlgItem with the handle of the parent dialog and the ID of your combo box. This will return a handle to the combo box to you. You can then use that handle in a call to MoveWindow to resize and move the combo box.
Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life! -
First make a call GetDlgItem with the handle of the parent dialog and the ID of your combo box. This will return a handle to the combo box to you. You can then use that handle in a call to MoveWindow to resize and move the combo box.
Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life! -
The problem is when I click on the combos down arrow, it won`t display the list. The list does contains some items. But I can`t see them.
Bring up your dialog in the resource editor. Click on the dropdown and pull the sizing box downward to the size you want.
-
Bring up your dialog in the resource editor. Click on the dropdown and pull the sizing box downward to the size you want.