Results 1 to 2 of 2

Thread: Line Control

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    5
    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.

  2. #2
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    Very easy...
    Just re-set it's coordinates...

    Code:
    'In Form_MouseMove
    
    Line1.X2 = X
    Line1.Y2 = Y

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width