Re: [DOTNET] Braindead Winforms ComboBox

2002-04-13 Thread Ian MacLean
Brian G. Vallelunga wrote: > >Problem #1: >When in DropDown mode (not DropDownList) even you can select and >manipulate text with the keyboard (Shift+End to select, etc) the mouse >is inoperative. You cannot select text with the mouse. Maybe this is the >behavior of the stock Win32 combo, but it

Re: [DOTNET] Braindead Winforms ComboBox

2002-04-12 Thread Brian G. Vallelunga
the values have a Display/Value member set, then use SelectedValue. Write back if you have any more issues. Brian -Original Message- From: Peter Stephens [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 11:15 PM To: [EMAIL PROTECTED] Subject: [DOTNET] Braindead Winforms ComboBox

[DOTNET] Braindead Winforms ComboBox

2002-04-12 Thread Peter Stephens
Is it my imagination or is the ComboBox seriously broken? Maybe it is just my "luck" that I am trying to use it in a way no one else is using it... Problem #1: When in DropDown mode (not DropDownList) even you can select and manipulate text with the keyboard (Shift+End to select, etc) the mouse i