check:
Expand|Select|Wrap|Line Numbers
- If FileFolderExists(FGH2) Then
- TextBox6.Text = TextBox3.Text
- Else
- GoTo check
- End If
- I have a timer counting how many seconds it takes before my file is visible (created)
- Public Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
- TextBox3.Text = TextBox3.Text + 1
- End Sub
Any tips why this happens.