|
|
|
สอบถามเกี่ยวกับ Event Mouse ครับ รบกวนด้วยครับ....... |
|
|
|
|
|
|
|
Code (C#)
private void pictureBox1_MouseHover(object sender, EventArgs e)
{
pictureBox1.Height = pictureBox1.Height + 100;
pictureBox1.Width = pictureBox1.Width + 100;
}
private void pictureBox1_MouseLeave(object sender, EventArgs e)
{
pictureBox1.Height = pictureBox1.Height - 100;
pictureBox1.Width = pictureBox1.Width - 100;
}
|
|
|
|
|
Date :
2014-11-19 22:14:39 |
By :
lamaka.tor |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2014-11-19 23:32:09 |
By :
lamaka.tor |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
กระทู้ดี ขอเก็บเข้าคลังนะครับ อิอิ ต้องได้ใช้แน่ๆ
|
|
|
|
|
Date :
2014-11-20 08:33:23 |
By :
nameball |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|