Hi Aaron,
Scorpio has replied to you in the newsgroup below.
microsoft.public.dotnet.languages.vb
Please have a check.
Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure!
www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
From: "Aaron Ackerman" <no@spam.com>
Subject: Dynamically adding values to bound combobox??
Date: Thu, 23 Oct 2003 16:01:59 -0400
Lines: 12
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <#F**************@TK2MSFTNGP09.phx.gbl>
Newsgroups:
microsoft.public.dotnet.general,microsoft.public.d otnet.languages.vb,microso
ft.public.dotnet.languages.vb.controls,microsoft.p ublic.vb.general.discussio
nNNTP-Posting-Host: ric-64-83-27-134-serial-sta.t1.cavtel.net 64.83.27.134
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.vb:149671
microsoft.public.dotnet.languages.vb.controls:2991
microsoft.public.vb.general.discussion:466158
microsoft.public.dotnet.general:113020X-Tomcat-NG: microsoft.public.dotnet.general
I have a bound combobox the appears on a cell within the column of my bound
grid when the user clicks on a cell n(In my vb.net WinForm app).
I am trying to allow the adding of an item to that bound combo by allowing
the user to dynamically type in the new value directly in the combo box
whcih in turn updates the lookup table and then when they have finished
leaves that particular cell on the grid with the correct value.
Seems straight-forward enough but I have been having a time especially with
the return value from the lookup, etc. Any ideas (and code)?