G
Guest
why does the \t (tab character) not work in a textbox or listbox, but does
work in a MessageBox?
Example: string strText = "ABCD\tEFG";
textBox1.Text = strText;
the above displays as a black grahic, any help??
work in a MessageBox?
Example: string strText = "ABCD\tEFG";
textBox1.Text = strText;
the above displays as a black grahic, any help??