The one that shows one key and is bound to another? Is there anything like that in vb 2005?
"bill" wrote in message news:ufigUVG7IHA.3672@TK2MSFTNGP04.phx.gbl... > The one that shows one key and is bound to another? Is there anything > like that in vb 2005? > The .NET combo box has the properties you need. Check out Data Bindings(+), Data Source and Display Member.
Thank you! "PvdG42" wrote in message news:OwqYrkG7IHA.3672@TK2MSFTNGP04.phx.gbl... > > "bill" wrote in message > news:ufigUVG7IHA.3672@TK2MSFTNGP04.phx.gbl... >> The one that shows one key and is bound to another? Is there anything >> like that in vb 2005? >> > The .NET combo box has the properties you need. Check out Data > Bindings(+), Data Source and Display Member.