Home All Groups Group Topic Archive Search About
Author
21 Feb 2006 9:27 AM
Damon
Hi,

I am using VB.Net 2003 for the first time; originally a VB6 developer.  I
have been unable to find a datacombo so managed to find code to do it with a
normal combobox instead (not sure if this is how it's done in .Net now?).
Anyway I was wondering if there was an equivalent to the MatchedWithList
property of the datacombo in VB6 in .Net?

Appreciate any help on this.

Thanks

Damon

Author
21 Feb 2006 10:03 AM
Cor Ligthert [MVP]
Damon,

The combobox combines a data dropdown and a non data drop down.

I assume that you are looking for one of those

http://msdn2.microsoft.com/en-us/library/system.windows.forms.combobox.findstringexact.aspx

http://msdn2.microsoft.com/en-us/library/system.windows.forms.combobox.findstring(VS.80).aspx

I hope this helps,

Cor
Author
21 Feb 2006 1:58 PM
Damon
Cor,

That's exactly it; thank you very much.

Damon
Show quoteHide quote
"Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message
news:u0A$S3sNGHA.3896@TK2MSFTNGP15.phx.gbl...
> Damon,
>
> The combobox combines a data dropdown and a non data drop down.
>
> I assume that you are looking for one of those
>
> http://msdn2.microsoft.com/en-us/library/system.windows.forms.combobox.findstringexact.aspx
>
> http://msdn2.microsoft.com/en-us/library/system.windows.forms.combobox.findstring(VS.80).aspx
>
> I hope this helps,
>
> Cor
>