Hi,
it shows the timer_tick coding?.I am underlying the error part.please find it.please do the needful.
Error 1:-Operator '&' cannot be applied to operands of type 'string' and 'string'
Error 2:- ; expected
private void timer1_Tick(object sender, EventArgs e)
{
L1.Text = L1.Text.Substring(1)
& L1.Text.Substring(0, 1);
L2.Visible =not
L2 .Visible ();
L2.ForeColor =Color.FromArgb (rnd() * 255,rnd() * 255,rnd() * 255);
}
Best,
Sudheep.