Click here to Skip to main content
15,914,452 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# and lists Pin
Heath Stewart22-Feb-05 6:52
protectorHeath Stewart22-Feb-05 6:52 
GeneralC# and VB6 Interop Pin
Aaron Schaefer21-Feb-05 11:37
Aaron Schaefer21-Feb-05 11:37 
GeneralRe: C# and VB6 Interop Pin
Heath Stewart21-Feb-05 12:42
protectorHeath Stewart21-Feb-05 12:42 
GeneralRe: C# and VB6 Interop Pin
Anonymous21-Feb-05 13:45
Anonymous21-Feb-05 13:45 
GeneralGetting other app.config files Pin
Esmo200021-Feb-05 10:12
Esmo200021-Feb-05 10:12 
GeneralRe: Getting other app.config files Pin
Heath Stewart21-Feb-05 12:34
protectorHeath Stewart21-Feb-05 12:34 
GeneralCombo box Pin
webhay21-Feb-05 10:07
webhay21-Feb-05 10:07 
GeneralRe: Combo box Pin
Heath Stewart21-Feb-05 12:33
protectorHeath Stewart21-Feb-05 12:33 
Use ComboBox.SelectedIndex. If you need to find the right item, enumerate through ComboBox.Items.

ComboBox.SelectedText is - if you read the documentation - only the text that is selected in an editable ComboBox, or one with ComboBox.DropDownStyle set to ComboBoxStyle.DropDown or ComboBoxStyle.Simple.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Combo box Pin
webhay21-Feb-05 12:41
webhay21-Feb-05 12:41 
GeneralRe: Combo box Pin
Heath Stewart21-Feb-05 12:59
protectorHeath Stewart21-Feb-05 12:59 
Generalmanaged DLL error with C# Pin
Doom-Child21-Feb-05 9:32
Doom-Child21-Feb-05 9:32 
GeneralRe: managed DLL error with C# Pin
Heath Stewart21-Feb-05 12:30
protectorHeath Stewart21-Feb-05 12:30 
GeneralRe: managed DLL error with C# Pin
Doom-Child21-Feb-05 12:48
Doom-Child21-Feb-05 12:48 
GeneralRe: managed DLL error with C# Pin
Heath Stewart21-Feb-05 13:03
protectorHeath Stewart21-Feb-05 13:03 
GeneralRe: managed DLL error with C# Pin
Doom-Child21-Feb-05 13:45
Doom-Child21-Feb-05 13:45 
GeneralRe: managed DLL error with C# Pin
Heath Stewart21-Feb-05 13:59
protectorHeath Stewart21-Feb-05 13:59 
GeneralRe: managed DLL error with C# Pin
Doom-Child21-Feb-05 16:13
Doom-Child21-Feb-05 16:13 
GeneralRe: managed DLL error with C# Pin
Heath Stewart22-Feb-05 6:50
protectorHeath Stewart22-Feb-05 6:50 
GeneralRe: managed DLL error with C# Pin
Doom-Child22-Feb-05 6:58
Doom-Child22-Feb-05 6:58 
GeneralRe: managed DLL error with C# Pin
Heath Stewart22-Feb-05 7:18
protectorHeath Stewart22-Feb-05 7:18 
GeneralRe: managed DLL error with C# Pin
Doom-Child22-Feb-05 8:16
Doom-Child22-Feb-05 8:16 
GeneralRe: managed DLL error with C# Pin
Doom-Child22-Feb-05 8:20
Doom-Child22-Feb-05 8:20 
GeneralRe: managed DLL error with C# Pin
Doom-Child22-Feb-05 9:26
Doom-Child22-Feb-05 9:26 
GeneralRe: managed DLL error with C# Pin
Heath Stewart22-Feb-05 13:10
protectorHeath Stewart22-Feb-05 13:10 
GeneralRe: managed DLL error with C# Pin
Heath Stewart22-Feb-05 13:06
protectorHeath Stewart22-Feb-05 13:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.