HI again!!!!!!!!!
so i have this button where if i press it words will be typed on my richtextbox but my problem is i want the half part to be centered and the half part would be aligned to the left. how can i achieved that. i have already done tha centered part wahat i did was...
private void buttonX1_Click(object sender, EventArgs e)
{
richTextBox1.SelectionAlignment = HorizontalAlignment.Center;
richTextBox1.Text = //enter texts;
}
how can i do the left aligned text following that. THANK YOU AND MORE POWER!!!!!!!