Welcome Guest Search | Active Topics | Members | Log In | Register

อยากให้ textbox รับได้แต่ค่า ตัวเลข Options · View
mocking1
Posted: Friday, July 04, 2008 1:36:19 PM
Rank: มือสมัครเล่น
Groups: Member

Joined: 6/26/2008
Posts: 16
Location: thailand

พอมีวิธีไหนบ้าง

koko_xjapan
Posted: Friday, July 04, 2008 5:25:28 PM
Rank: มือฝึกหัด
Groups: Member

Joined: 7/4/2008
Posts: 3
Location: Thailand

ผมคิดว่าน่าจะลองใส่ code ให้ textbox รับค่าเฉพาะตัวเลขดูนะครับ ..อย่างเช่น ให้รับค่าเฉพาะ  Int ..doudle น่าจะประมาณนี้นะครับ..ผมก้อม่ายเก่งหลอกนะครับ แต่มาช่วยๆๆกัน มั่วไปมั่ว มา น่าจะถูกได้นะครับ สู้ๆๆ

ngo_somc
Posted: Monday, July 07, 2008 2:49:14 PM
Rank: มือฝึกหัด
Groups: Member

Joined: 7/7/2008
Posts: 9
Location: Thai

set Properties ให้ textbox ครับ ในส่วนของ Event     keypress

 

void textbox_KeyPress(object sender, KeyPressEventArgs e)
        {
            if (!(char.IsDigit(e.KeyChar)) 
            {
                 e.Handled = true;
            }           
        }

 

natdanai4
Posted: Monday, July 07, 2008 2:57:44 PM

Rank: มือสมัครเล่น
Groups: Member

Joined: 7/7/2008
Posts: 10
Location: bangkok
ทำไมต้องใส่ voidอย่างเดียว ใส่ Private void ได้ป่าว
lungberk
Posted: Sunday, August 10, 2008 12:25:52 PM
Rank: มือฝึกหัด
Groups: Member

Joined: 8/10/2008
Posts: 2
Location: thailand

คุณ ngo somc ครับ  ทำไมมันกด ลบไม่ได้อ่ะครับ ไม่ใช่ ปุ๋ม delete นะครับ  ปุ๋มลบทำมะดาอ่ะครับ

lungberk
Posted: Sunday, August 10, 2008 12:33:15 PM
Rank: มือฝึกหัด
Groups: Member

Joined: 8/10/2008
Posts: 2
Location: thailand

void textbox_KeyPress(object sender, KeyPressEventArgs e)
        {
            if (!(char.IsDigit(e.KeyChar) || char.IsControl(e.KeyChar)))
            {
                 e.Handled = true;
            }           
        }

Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

YAFVision Theme Created by Jaben Cargman (Tiny Gecko)
Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 3/29/2008
Copyright © 2003-2008 Yet Another Forum.net. All rights reserved.

Sponsored by