> What I would suggest (unless somebody has a better suggestion or its > still more complicated than it sounds) is either to hard code the > combo height or else to separate the combo height from the buttton > height and allow a height number to be entered as part of the *control > combobox spec.
Not sure what you mean by hard coded, but the code I posted attempts to set the combo box height to minimum of 250 and the specified button height. Teh docs I have seen say the the height specified for comb boxes is the height with drop down (the size of the undropped down edit is set automatically by the system based on the font and cannot be changed is my understanding). There are no dialog units in my case AFAIK as I am not using dialog box processing. Possibly playing around with the bar height and button height might show you some pattern.
