I'm missing something here. Dialog has a combobox, routine loads box, I can iterate through the contents with GETSTRINGCOUNT and GETSTRING, but the box doesn't show any contents in the dialog. Do I have to put ENABLECONTROL somewhere? I've got it in my IDINITDIALOG routine. Where else?
Increase the height of the control. The height in the CONTORL statement specifies the drop down height of the control.
Paul.
Bingo! Thanks, Paul Who woulda thunk? ::)