Is there any way to use the line control and make it act in runtime as it does at design time? ie. can you use the mouse to stretch and resize etc.
Printable View
Is there any way to use the line control and make it act in runtime as it does at design time? ie. can you use the mouse to stretch and resize etc.
Very easy... ;)
Just re-set it's coordinates...
Code:'In Form_MouseMove
Line1.X2 = X
Line1.Y2 = Y