|
-
May 23rd, 2003, 10:11 AM
#1
Thread Starter
Lively Member
line
I love .Net, but for God's sake bring back the Line control! Using a label control for lines?! Gimme a break
-
May 24th, 2003, 05:50 AM
#2
Hyperactive Member
Learn, this is the Keyword...
-
May 24th, 2003, 06:39 AM
#3
Sleep mode
set the height of a label =1 and the width = any number .
-
May 24th, 2003, 03:43 PM
#4
Thread Starter
Lively Member
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?!
-
May 24th, 2003, 03:47 PM
#5
Sleep mode
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 !
-
May 24th, 2003, 03:50 PM
#6
Thread Starter
Lively Member
-
May 24th, 2003, 03:51 PM
#7
PowerPoster
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...
-
May 24th, 2003, 03:59 PM
#8
Thread Starter
Lively Member
LOL, I don't have time to make controls....
-
May 27th, 2003, 06:49 PM
#9
PowerPoster
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|