I love .Net, but for God's sake bring back the Line control! Using a label control for lines?! Gimme a break
Printable View
I love .Net, but for God's sake bring back the Line control! Using a label control for lines?! Gimme a break
set the height of a label =1 and the width = any number .
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 !Quote:
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?!
THAT'S MY POINT
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...
LOL, I don't have time to make controls....
I did, check it out, tell me what you think:
http://www.vbforums.com/showthread.p...hreadid=246939