Results 1 to 2 of 2

Thread: Line Dragging

  1. #1
    New Member
    Join Date
    May 08
    Posts
    1

    Line Dragging

    Hy!
    I would like to make a simple line dragable run-time!
    thats it
    Thanks!

  2. #2
    I don't do your homework! opus's Avatar
    Join Date
    Jun 00
    Location
    Good Old Europe
    Posts
    3,562

    Re: Line Dragging

    Depends on the VB version you use.

    VB6: You could use a Line-object (that one has events already)

    .Net: You need to detect if the line is selected (display that in some way) and when selected change the position of the line according to the mouse (or whatever). A Redrawing of the your form/picturebox or whatever will show the result.
    You're welcome to rate this post!
    If your problem is solved, please use the Mark thread as resolved button


    Wait, I'm too old to hurry!

Posting Permissions

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