Results 1 to 9 of 9

Thread: line

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2002
    Posts
    96

    line

    I love .Net, but for God's sake bring back the Line control! Using a label control for lines?! Gimme a break

  2. #2
    Hyperactive Member
    Join Date
    Jan 2002
    Location
    Palermo, Italy
    Posts
    325
    Learn, this is the Keyword...

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    set the height of a label =1 and the width = any number .

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Mar 2002
    Posts
    96
    That's my point, a label used for line is stupid. I want a line like in VB 6 with x and y coordinates. You can't make a diagonal label right?!

  5. #5
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by jpfolin
    That's my point, a label used for line is stupid. I want a line like in VB 6 with x and y coordinates. You can't make a diagonal label right?!
    No , that's no longer in VS.NET !

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Mar 2002
    Posts
    96
    THAT'S MY POINT

  7. #7
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    In the paint event you can draw your lines using the graphics object passed in as an argument. I think it is something like g.DrawLine...or something like that.

    OR

    You can make your own line control? That would be sweet. Then you could let us all use it...

  8. #8

    Thread Starter
    Lively Member
    Join Date
    Mar 2002
    Posts
    96
    LOL, I don't have time to make controls....

  9. #9
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    I did, check it out, tell me what you think:
    http://www.vbforums.com/showthread.p...hreadid=246939

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