CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Posts
    155

    Add Item to a list box that's in a richtextbox

    i'm trying to make it so that whatever text is in the richtextbox when the form loads it will add an item to a listbox for every new line in the richtextbox, and the text in a rich text box is supposed to be added to the list box. but the problem is when ever i do that the listbox gets: ||||||. help!

    --Ant
    --------------------------------------------------
    check out my newest freeware
    E-mail me at: [email protected]
    for the address

  2. #2
    Join Date
    May 2001
    Location
    Russia
    Posts
    200

    Re: Add Item to a list box that's in a richtextbox

    Sorry, but i don't understand you problem.
    MyList.List(Index)
    This is line return value in Index+1 line in listbox.

    Andy Tower

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured