Hi,

Is it possible to make vb.net 'pause' for a few seconds before carrying on through the code. For example,

on button click

label1.text = "Hello"
**Code here to pause for 2 seconds then...**
label1.text = "This is my first post"
**Code here to pause for 2 seconds then...**
label1.text = "I dont know what I'm doing"

etc etc

any help on this would be great. I am quite new to this as you can tell.

thanks a lot.