I dont get it now, all Infinite Loop codes I tried, are crashing my app.
question: is there a way to do this? Any other way except using a timer ?
so basically I dont want to press buttons, instead ill let it run in a loop & if i enter new value it will be calculated automatically
Code:While 1 System.Threading.Thread.Sleep(200) Dim var As Integer = TextBox1.Text * 2 TextBox2.Text = var End While
EDIT: Solution: Use timers, you cant infinite loop in V.b





Reply With Quote