|
-
May 27th, 2003, 08:40 AM
#1
Thread Starter
Lively Member
draw a line
how can i draw a line on a form....is there is any control like shape (in vb)....
anand
Anand Thakur 
-
May 27th, 2003, 08:53 AM
#2
In the Forms paint event
Dim pen As New Pen(Color.Red)
e.Graphics.DrawLine(pen, 0, 0, Me.ClientSize.Width, Me.ClientSize.Height)
-
May 27th, 2003, 06:50 PM
#3
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
|