PC Review


Reply
Thread Tools Rate Thread

combobox dropdown behavior

 
 
Fritz Zimmerman
Guest
Posts: n/a
 
      18th Oct 2004
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


 
Reply With Quote
 
 
 
 
One Handed Man \( OHM - Terry Burns \)
Guest
Posts: n/a
 
      18th Oct 2004
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

--
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))
--


"Fritz Zimmerman" <(E-Mail Removed)> wrote in message
news:eaKdnaKF2ONC1u7cRVn-(E-Mail Removed)...
> 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
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dropdown Auto Expand Off Behavior.... =?Utf-8?B?Qm9iIEJhcm5lcw==?= Microsoft Access 0 24th Jan 2006 08:34 PM
Strange dropdown behavior John Microsoft C# .NET 2 9th Mar 2004 01:58 AM
Re: Bug: Combobox.dropdown = True during Form.Load event handler causes listbox to be disabled, even though combobox is Enabled. Herfried K. Wagner [MVP] Microsoft Dot NET Framework Forms 0 12th Feb 2004 10:00 PM
Bug: Combobox.dropdown = True during Form.New() causes listbox to be disabled, even though combobox is Enabled. =?Utf-8?B?UmF0a2lsZXk=?= Microsoft Dot NET Framework Forms 1 12th Feb 2004 09:58 PM
Bug: Combobox.dropdown = True during Form.Load event handler causes listbox to be disabled, even though combobox is Enabled. =?Utf-8?B?UmF0a2lsZXk=?= Microsoft Dot NET Framework 0 12th Feb 2004 07:16 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:43 AM.