Search results for query: *

  1. V

    anagram program

    Okay, that works. It helps knowing that it doesn't totally freeze now, but I still can't tell if it's done. Is there a way to pop up a message box that says "Scrambling finished!" when all of the combinations are done? Also, I get this error when I use 6 characters and end the program:
  2. V

    anagram program

    Okay, that works good, but I have some problems. I decreased the character limit to 6. Whenever you try to scramble ore than 4 characters, it goes REEEEAAALLLY slow (and possibly freezes, dunno.).... Is there any way to add a progress bar that will fill from the point that you click the...
  3. V

    anagram program

    Thanks, that works great! Now is it possible to do this same thing, but instead of just one combination popping up in a label, ALL of the possible combinations will pop up in a rich text box when entered? If possible, could you post that?
  4. V

    anagram program

    I'm using VB.NET 2003. I'm making a sort of anagrammer program, and I'm stuck. What I need help with is how to get up to 12 characters form a text box to randomize and display in 6 different labels, one randomization in each label. Like if I type "there hello" in the text box, I want in one...
Back
Top