Re: [ADVANCED-DOTNET] Changing the dropdown text in a combobox...

2008-08-23 Thread Mike Andrews
That's what I was afraid of. I was hoping that there was some other means to allow that to happen. I might try to persue a owner-drawn combo or something similar. Thanks, Mike On Sat, Aug 23, 2008 at 10:19 AM, Peter Ritchie < [EMAIL PROTECTED]> wrote: > Sounds like what you're adding to a combo

Re: [ADVANCED-DOTNET] Changing the dropdown text in a combobox...

2008-08-23 Thread Peter Ritchie
Sounds like what you're adding to a combobox is a mutable object (i.e. it state changes and as a result calling ToString() again will result in a different string). ComboBox is just a wrapper around the Windows combo box. The Windows combo box doesn't support objects, it's simply a collection of

Re: [ADVANCED-DOTNET] Changing the dropdown text in a combobox...

2008-08-22 Thread Mike Andrews
vanced .NET topics. > > [mailto:[EMAIL PROTECTED] On Behalf Of Mike Andrews > > Sent: Friday, August 22, 2008 4:47 PM > > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > > Subject: [ADVANCED-DOTNET] Changing the dropdown text in a combobox... > > > > > > In a nutshell...

Re: [ADVANCED-DOTNET] Changing the dropdown text in a combobox...

2008-08-22 Thread John Warner
4:47 PM > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: [ADVANCED-DOTNET] Changing the dropdown text in a combobox... > > > In a nutshell... > I need to change the text in a dropdown list in a ComboBox when the > ToString() method on the "object" which the ComboBox ite

[ADVANCED-DOTNET] Changing the dropdown text in a combobox...

2008-08-22 Thread Mike Andrews
In a nutshell... I need to change the text in a dropdown list in a ComboBox when the ToString() method on the "object" which the ComboBox item references changes. I can't seem to find any way to do this. Any suggestions? Thanks, Mike === This list is hosted by De