Hi Gurus,


I am sorry if this question has been already asked & answered. If so please provide me the link.


My question : How can i have a multi-column (like) drop-down combo box?

I am fine with Win Api calls.


More details if you like : The four columns are Date with Day, Time , Scan No( ie Record No) and Scan-File-id (if present).

Though Date & day and Scan Nos not of same size always, Format$() can & does give string of const.lengths. But when i add this string to combo's list, it somehow compresses it. Const.Width fonts are solutions, but anything else..?


I cant use a list box or ListView control because there is no place on the form.

It is already cluttered!. I can afford only a combo!.