G
Guest
hi,
how to draw a line above a ListBox in a form. Currently I can draw the
line(onPain event), but the Listbox hides it and only some part of the line
gets displayed.
i have used the 'send to back' property to push the listbox to the back and
then draw the line. but it failed and most part of the line is hidden behind
the listbox.
Protected Overrides Sub OnPaint(ByVal e As PaintEventArgs)...End Sub. I
have written code in this event. then tried in activate/deactivate events.
still results are the same.
kindly post ur valuable tips,
thanks & regards,
hari
how to draw a line above a ListBox in a form. Currently I can draw the
line(onPain event), but the Listbox hides it and only some part of the line
gets displayed.
i have used the 'send to back' property to push the listbox to the back and
then draw the line. but it failed and most part of the line is hidden behind
the listbox.
Protected Overrides Sub OnPaint(ByVal e As PaintEventArgs)...End Sub. I
have written code in this event. then tried in activate/deactivate events.
still results are the same.
kindly post ur valuable tips,
thanks & regards,
hari