• 08-03-2021, 10:59:25
    #1
    Formu bordersiz ve tam ekran olarak açıyorum.
    Bu formun en üst ortasına nasıl buton ekleyebilirim?

    Farklı monitörlerle uyumlu olması gerekli.
    Bunu nasıl yapabilirim?
  • 08-03-2021, 19:32:56
    #2
    public static Point TopCenter(Control Control1, Control Control2)
    {
        return new Point((Control1.Width / 2) - (Control2.Width / 2), 0);
    }
    Button.Location = TopCenter(this, Button);
  • 08-03-2021, 19:35:52
    #3
    Taiizor adlı üyeden alıntı: mesajı görüntüle
    public static Point TopCenter(Control Control1, Control Control2)
    {
        return new Point((Control1.Width / 2) - (Control2.Width / 2), 0);
    }
    Button.Location = TopCenter(this, Button);
    sende olmasan ne yapacaz be kral
    teşekkürler