c# Programming Glossary: interaction.beep
Best way to limit textbox decimal input in c# http://stackoverflow.com/questions/3125463/best-way-to-limit-textbox-decimal-input-in-c-sharp with modifiers e.SuppressKeyPress true e.Handled true Interaction.Beep break case Keys 110 case Keys.OemPeriod if TextBox sender .Text.Contains.. with modifiers e.SuppressKeyPress true e.Handled true Interaction.Beep else e.SuppressKeyPress true e.Handled true Interaction.Beep.. else e.SuppressKeyPress true e.Handled true Interaction.Beep break case Keys.Subtract case Keys.OemMinus if TextBox sender..
|