I am writing my 1st app in Visual C++ Express and I have some questions. I have a text box and a button. The user is asked to enter any word in the text box and press the button to launch a function. That function determines the consonants in the word and displays it in a listbox in the same window. My question is how to assign the input from the textbox to a char array, then remove the vowels from the string and output the result to the listbox. Can anyone tell me how to structure the code? Many thanks in advance.