Public Class Command_prompt Private Sub Command_prompt_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Me.Location = New Point(20, 20) End Sub End Class