Hi I am used to Drop Down boxes in Microsoft Access, which allow the user to type the whole word in, zooming in to the correct selection. In .NET C# this appears to be the wrong way round. Supposing I want to select 'LONDON' in my list. I type L, it goes to the first item in the list beginning with L. Then, when I type O, it goes off to items beginning with O instead of LO.
Is there any way to get this working correctly. Stapes
