Quote:
Originally posted by grandad
hi, thanks for your help
i have tried this and it seems to just make everything wait for 2 seconds and then just posts the last label1.text
for example
label1.text = "Hello"
Threading.Thread.Sleep(2000) ' 2 seconds delay
label1.text = "This is my first post"
Threading.Thread.Sleep(2000) ' 2 seconds delay
label1.text = "I dont know what I'm doing"
just waits a few seconds and then posts "I dont know what im doing" - i never get to see either "Hello" or "This is my first post"
any ideas?!
The label needs updating each time. Try