Line Control in vb.net
-
Sir, There is no line control in vb.net 1.1 and i want to draw the line at the form .So is there any way to accomplish this task? Thank You
-
Sir, There is no line control in vb.net 1.1 and i want to draw the line at the form .So is there any way to accomplish this task? Thank You
-
if you want it not for web but for desktop apps then either use a Group control or a Label control that's been collapsed. otherwise you could go the complex route and physically draw one using System.Drawing namespace. hope this helps.
-
Can u help me for drawing the horizontal or vertical lines in the window application in vb.net1.1 Thanks:)
-
Sir, There is no line control in vb.net 1.1 and i want to draw the line at the form .So is there any way to accomplish this task? Thank You
Quick Windows Forms Control... a Label with a 3D Line... http://blogs.duncanmackenzie.net/duncanma/archive/2005/04/14/1306.aspx[^] and some followup: http://vbfeeds.com/post.aspx?id=133[^]