You can't display something in a GroupBox control. As DdoubleD already pointed out you can change the Text property. So you could change the phrase English equivalent into 'aso-dog' if you like.
Here I would use a combination of a Label and another TextBox.
I would set the following:
MyLabel.Text = "English equivalent:";
MyTextBox.Text = "'aso-dog";
but this is all up to you what you decide to do.
Last edited by ddanbe; Nov 2nd, 2009 at 10:01 am.
Reputation Points: 2035
Solved Threads: 645
Senior Poster
Offline 3,740 posts
since Oct 2008