Thursday 23 May 2013

Comobo Box Hide / Not Type (Key press)

Solutions :  
private void ComoboBox1_KeyPress(object sender, KeyPressEventArgs e)
{
            e.Handled = true;
}

No comments:

Post a Comment