G
Guest
I am having trouble using the ComboBox in my app. I am attempting to use the
text from the ComboBox, to search the list box portion. However: In my
"TextChanged" event: I cannot get the value of the entered text. Below is
my code.
private void cbEdit_TextChanged(object sender, System.EventArgs e)
{
bool bFound = false;
string sText = cbEdit.Text;
int iPosition = cbEdit.SelectionStart;
text from the ComboBox, to search the list box portion. However: In my
"TextChanged" event: I cannot get the value of the entered text. Below is
my code.
private void cbEdit_TextChanged(object sender, System.EventArgs e)
{
bool bFound = false;
string sText = cbEdit.Text;
int iPosition = cbEdit.SelectionStart;