I am trying to put data into a edit box. How do I activate the box so that I can work with it? <br><br>What happens is the user inputs a filename in one edit box, and then presses tab to get to the next edit box. I want to take the filename from the first edit box, cat a file extension on it, and then write the new name in the second edit box. <br><br>I have a default value in the edit box, so when the user tabs to that box, it is highlighted, but I want to actually delete the default, and replace it with the value from the first edit box with a new file extension.<br><br>Any suggestions?