Yea doing the DO While LOOP makes much more sense. The issue hasnt been resolved though.
Ive put in the button click event the following;
Code:
Dim GifThread As Thread
GifThread = New Thread(AddressOf Me.backgroundprocess)
GifThread.Start()
GifPicBox.Visible = True
If GIf = True Then
Leave a comment: