customized drawing a curve
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
hi, i have a set of controls inherited from the picturebox control. i draw a curve using graphics.drawcurve to link 2 controls.the problem that i'm facing is that the curve disappears under any other (inherited)picturebox control in its path. Is there some way to avoid this ie.drawing under the control? or can i make the control transparent.