putting drawstring in listbox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ck123456
    New Member
    • Aug 2007
    • 13

    #1

    putting drawstring in listbox

    hi all
    regarding my previous post of having a code like this g.DrawString(In put1.Text(n), big_font, Brushes.Black, x , y , and putting it in a listbox
    actually i am taking a data from a textbox and if the data is more than 18 letters den i will draw e string in red, if not i will draw e string in black. but sometimes my data are long so i thought of putting it in a listbox which allow me to scroll down.
Working...