Im new to C#, i went from VB to C#, so this is completly new for me.

I want the timer1.interval to be the value of a textbox.

Something like this i guess

Code:
timer1.Interval = (textBox2.value);
But it dosent work..
Can anybody help me? =)