putting string in a listbox?

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

    #1

    putting string in a listbox?

    hi
    if i have a code like this, g.DrawString(In put1.Text(n), big_font, Brushes.Black, x , y , can i put it in a listbox?
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Originally posted by ck123456
    hi
    if i have a code like this, g.DrawString(In put1.Text(n), big_font, Brushes.Black, x , y , can i put it in a listbox?
    Hello there, ck123456!

    What do you hope to achieve and what is the language being used?

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      Originally posted by ck123456
      if i have a code like this, g.DrawString(In put1.Text(n), big_font, Brushes.Black, x , y , can i put it in a listbox?
      It looks to me as though the string is in Input1.Text(n). Why don't you just put that in the listbox?

      Comment

      Working...