private void CbQuantitySoldSD_KeyPress(object sender, KeyPressEventArgs e)
{
e.Handled = false;
}
to make it so that when you try and type nothing happens, but when I type into the combobox it still appears in the box. Any ideas?
to make it so that when you try and type nothing happens, but when I type into the combobox it still appears in the box. Any ideas?
VulpesPosted Mar 23, 2012, 7:46 AM
VulpesPosted Mar 23, 2012, 9:15 AM
alecPosted Mar 23, 2012, 8:05 AM