Hello All,
I have a combobox (several actually) with which I'm having behavioral
problems.
I want the combobox to drop down when someone tabs to the control, I've
added
'Me.cmbServiceType.DroppedDown = True' to the enter event.
This works fine.
The problem comes when a user 'clicks' on the combobox. The box drops then
goes back up. I can't seem to stop this behavior no matter what I try.
Anyone have any ideas?
Thanks,
Fritz
One Handed Man \( OHM - Terry Burns \) - 18 Oct 2004 09:04 GMT
I heard there is a ComboBox 'Behavioural' correction facility in Redmond,
its called the development team of microsoft.
This behavious is normal, because it isa response to a user selecting from
the combobox. You could try using the selectedIndexChanged event to make the
DropDown=true

Signature
OHM ( Terry Burns ) * Use the following to email me *
Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--
> Hello All,
>
[quoted text clipped - 15 lines]
>
> Fritz