Jump to content


Photo

ขอถามเรื่อง C# หน่อยคับ ช่วยหน่อยคับ


  • Please log in to reply
No replies to this topic

#1 cfx_9850gb

cfx_9850gb

    ทหารศึกดาบแยก

  • Members
  • 15 posts

Posted 08 May 2008 - 05:51:56 PM

IPB Image

CODE

private void PreviewMenu_Click(object sender, System.EventArgs e)
{
for (int i = 0; i < this.Controls.Count; i++)<-------------------------วนลูปหาtextBox
    {
        TextBox theText = (TextBox)Controls[i];<----------textBox ตัวที่ i
        if(theText.Focus==true)<-------------ตรงนี้ผมจะเช็คได้อย่างไรว่าtextBoxกำลังโฟกัสอยู่ หรือถ้า textBox กำลังถูกคลิกอยู่
                    แล้วให้ค่าเป็นจิงหรือเท็จออกมาหรือมีอะไรจะแนะนำคับ
        {
            theText.Size = new Size(62 * (textshow1.Text()), 31);
                   theText = Textshow.Text;
        }
        else
        {
            MessageBox.Show("textBox ไม่มีโฟกัสอยู่ หรือถ้า textBoxไม่ถูกคลิก ","ตรวจสอบ");
        }
    }






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users