how to populate arraylist using listbox.....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Steve Gunnerson
    New Member
    • Dec 2012
    • 2

    how to populate arraylist using listbox.....

    Please Help Me...


    The Process is when I put a word in a textbox and then I add it in a list box... the words in the list box must filter... and then I put a message in a textbox... where in The Filter Words Must not be in the message

    for example:
    I filtered The word "Word" "Me" and "Yes"

    so when I put a sentence In textbox1 for example:
    Yes, I love the Word. You and Me

    The Result should Be like this and its shown in textbox2:
    ***, I love the ****. You and **


    thanks in advance...

    Sorry for the bad english....
  • zmbd
    Recognized Expert Moderator Expert
    • Mar 2012
    • 5501

    #2
    So you appear to have two questions:
    1) How to populate a list box
    2) How to use the list box contents to remove undesired words from a sentence.

    Bytes limits questions to one per thread so, please choose one and post the code you are currently using (Please format it using the <CODE/> button in the tool bar :) ) along with an explanation of what you want and what errors you are receiving or how what your results are differ.

    The more information you can provide, the easier it will be to work around the English issues :)

    Comment

    • Steve Gunnerson
      New Member
      • Dec 2012
      • 2

      #3
      the number two question is my real question... xD

      Comment

      • zmbd
        Recognized Expert Moderator Expert
        • Mar 2012
        • 5501

        #4
        Great... so that someone can help you, please post your work as requested in #2. :)

        Comment

        Working...