• ¡Welcome to Square Theme!
  • This news are in header template.
  • Please ignore this message.
مهمان عزیز خوش‌آمدید. ورود عضــویت


امتیاز موضوع:
  • 15 رای - 2.67 میانگین
  • 1
  • 2
  • 3
  • 4
  • 5
Title: numeric textBox
حالت خطی
#4
کد:
    int t=0;  
        private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
        {
            string s = e.KeyChar.ToString();
            

            if (!(e.KeyChar >= '0' && e.KeyChar <= '9' || e.KeyChar == '.' && t<1))
            {
               
                e.Handled = true;

            }

if (e.KeyChar == '.') t++;

        }
 
پاسخ
  


پیام‌های این موضوع
numeric textBox - توسط analyze - 05-11-2012، 08:20 PM
RE: numeric textBox - توسط Ghoghnus - 05-11-2012، 10:52 PM
RE: numeric textBox - توسط analyze - 05-12-2012، 08:48 AM
RE: numeric textBox - توسط Ghoghnus - 05-12-2012، 10:42 AM
RE: numeric textBox - توسط analyze - 05-12-2012، 11:55 AM
RE: numeric textBox - توسط analyze - 05-14-2012، 11:53 AM
RE: numeric textBox - توسط Ghoghnus - 05-14-2012، 01:36 PM
RE: numeric textBox - توسط analyze - 05-14-2012، 04:14 PM
RE: numeric textBox - توسط Ghoghnus - 05-14-2012، 07:10 PM
RE: numeric textBox - توسط analyze - 05-14-2012، 10:01 PM

موضوعات مشابه ...
موضوع نویسنده پاسخ بازدید آخرین ارسال
  تغییر متن در on_textchange یک textBox Ghoghnus 0 2,867 10-31-2011، 03:29 PM
آخرین ارسال: Ghoghnus
  وارد کردن فقط عدد در تکست باکس (TextBox) Ghoghnus 0 7,657 10-31-2011، 02:25 PM
آخرین ارسال: Ghoghnus

پرش به انجمن:


Browsing: 2 مهمان