Hi
Is there any code or properties that need to be enable to move controls during runtime?
Thanks!
Printable View
Hi
Is there any code or properties that need to be enable to move controls during runtime?
Thanks!
No is the simple answer, but you didnt really give us a clue of what you want to do.
Change Left and Top
"Control.Left Property [Visual Basic]See Also
Control Class | Control Members | System.Windows.Forms Namespace | Point.X | Right
Visual Basic
Gets or sets the x-coordinate of a control's left edge in pixels.
[Visual Basic]
Public Property Left As Integer
Property Value
The x-coordinate of a control's left edge in pixels.
Remarks
The Left property value is equivalent to the Point.X property of the Location property value of the control.