Hi,
I wam wanting to set the # of rows a drop down combo will drop. I have say 8 items in
my drop down list, but when I open the list only the first item is shown with some
very small scroll bars.
I am using a windows dialog box control, and programtically filling the dialog with
values using code like this.
for Pos := 0 to Directories.Count-1 do
SendDlgItemMessage(Wnd,1019, CB_ADDSTRING, 0,
Longint(PChar(Directories.Strings[POs])));
SetDlgItemText(Wnd,1019, pchar(PutFileDir));
Any ideas?
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
- [DUG]: Trapping and using a CTRL-ENTER Mark Howard
- [DUG]: Trapping and using a CTRL-ENTER Alistair George
- Re: [DUG]: Trapping and using a CTRL-ENTER Mark Howard
- RE: [DUG]: Trapping and using a CTRL-ENTER Alistair George
- Re: [DUG]: Trapping and using a CTRL-ENTER Greg Nixon
- Re: [DUG]: Trapping and using a CTRL-ENTER Mark Howard
- RE: [DUG]: Trapping and using a CTRL-ENTER Myles Penlington
- Re: [DUG]: Trapping and using a CTRL-ENTER Greg Nixon
- Re: [DUG]: Trapping and using a CTRL-ENTER Mark Howard
- RE: [DUG]: Setting up the # of drop down ro... Chris Crowe
- RE: [DUG]: Setting up the # of drop dow... Dennis Chuah
- RE: [DUG]: Setting up the # of dro... Chris Crowe
- RE: [DUG]: Setting up the # of... Dennis Chuah
- RE: [DUG]: Setting up the ... Chris Crowe
- [DUG]: Very Strange Quick Report Chris Crowe
- RE: [DUG]: Very Strange Quick ... Chris Crowe
- RE: [DUG]: Very Strange Qu... Patrick Dunford
- RE: [DUG]: Very Strange Qu... Chris Crowe
- Re: [DUG]: Trapping and using a CTRL-ENTER Paul Lowman
- RE: [DUG]: Trapping and using a CTRL-ENTER Alistair George
