Hirdetés
-
PROHARDVER!

Új hozzászólás Aktív témák
-
klambi
addikt
és annak mi a pontos szintatktikája, vagy hova kell tenni, ha egy gombot leteszek az ellenkező oldalra is és 1 klikkre mind a 2 induljon el?

ja megvan hóhóhóóóó
private void button1_Click(object sender, EventArgs e)
{
timer1.Start();
timer2.Start();
}
int inc = 7;
private void timer1_Tick(object sender, EventArgs e)
{
button1.Location = new Point(button1.Location.X + inc, button1.Location.Y);
if (button1.Location.X >= this.ClientRectangle.Width - button1.Width) inc *= -1;
if (button1.Location.X <= this.ClientRectangle.X) inc *= -1;
}
private void timer2_Tick(object sender, EventArgs e)
{
button2.Location = new Point(button2.Location.X - inc, button2.Location.Y);
if (button2.Location.X >= this.ClientRectangle.Width + button2.Width) inc *= +1;
if (button2.Location.X <= this.ClientRectangle.X) inc *= +1;
}
Új hozzászólás Aktív témák
● olvasd el a téma összefoglalót!
- Xiaomi 15 256GB, Kártyafüggetlen, 1 Év Garanciával
- GYÖNYÖRŰ iPhone 12 Pro 128GB Graphite-1 ÉV GARANCIA - Kártyafüggetlen, MS3669
- 16 GB RTX 4080 SUPER HP OMEN - garanciával
- HIBÁTLAN iPhone 13 256GB Pink -1 ÉV GARANCIA - Kártyafüggetlen, MS3732, 91% Akkumulátor
- Apple iPhone 12 64GB / Kártyafüggetlen / 12Hó Garancia / 100% akku
Állásajánlatok
Cég: NetGo.hu Kft.
Város: Gödöllő
Cég: Promenade Publishing House Kft.
Város: Budapest




