2. buton this.Width = this.Width + 100;
1. buton this.Height = this.Height + 100;
4. buton this.Width = this.Width + 100;
4. buton this.Location = new Point(this.Location.X - 100, this.Location.Y);
3. buton this.Height = this.Height + 100;
3. buton this.Location = new Point(this.Location.X , this.Location.Y- 100);
butonlara bunları yaz sırası ile.
Teşekkürler hocam.
Birde ek olarak bir sorum daha olacak.
Bir tane daha form yapmam lazım ve bu formda 1 tane buton olacak.
Butona her tıklandığında buton bir veya iki kare ilerleyecek. Formun sonuna geldiğinde butona tıklandığında bu sefer diğer tarafa doğru gitmeye başlayacak. Bunu nasıl yapabilirim?