Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27087

VS 2010 [RESOLVED] Changing the Location of a Control

$
0
0
My aim in this thread is to find a way to change the location of a text box easily. I have tried:

Code:

TextBox1.Top = Me.Size.Height - 120
        TextBox1.Left = 0
        ListView1.Top = Me.Size.Height - 143
        ListView1.Left = 0

but nothing is happening. There is no error. By the way, this is in the Form resize event. Thanks in advance.

Viewing all articles
Browse latest Browse all 27087

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>