Bunu;
this.SetDesktopLocation(xx,xx)
kodu ile ayarlayabiliyorum ancak sorun şu bu kod daha büyük veya küçük ekranlarda konum olarak farklı oluyor ben her çözünürlüğe uygun halde nasıl yapabilirim.
Anlatmak isteğim görsel şekli:
https://goo.gl/ckEhkc
Form App ekran konumu |
4 Mesajlar | 978 Okunma | ||
this.SetDesktopLocation(xx,xx)
Me.Location = New Point(My.Computer.Screen.Bounds.Width - Me.Width, My.Computer.Screen.Bounds.Height - Me.Height)
this.Location = new Point((My.Computer.Screen.Bounds.Width - this.Width), (My.Computer.Screen.Bounds.Height - this.Height));