LOCALIZACAO DO FORM
Preciso que um formulário inicie no canto inferior direito, no mesmo local onde aparece o pop-up do avast
Ola,
veja se isto o ajuda:
té +
veja se isto o ajuda:
Public Class Form1
Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
Me.Location = New Point(My.Computer.Screen.WorkingArea.Right - Me.Width, My.Computer.Screen.WorkingArea.Bottom - Me.Height)
End Sub
End Class
té +
Tópico encerrado , respostas não são mais permitidas