My aim in this thread is to find a way to change the location of a text box easily. I have tried:
but nothing is happening. There is no error. By the way, this is in the Form resize event. Thanks in advance.
Code:
TextBox1.Top = Me.Size.Height - 120
TextBox1.Left = 0
ListView1.Top = Me.Size.Height - 143
ListView1.Left = 0