Reply to thread

I got it thankx!!!!


now... im lost in something so simple....



lets say a have a label and a button, and on the press of the button i need to do this:


Label.Label = "Text1"

System.Threading.Thread.Sleep(3000)     <= or whatever function from an external dll I call, it's the same outcome

Label.Label = "Text2"

System.Threading.Thread.Sleep(3000)

Label.Label = "Text3"

System.Threading.Thread.Sleep(3000)

Label.Label = "Text3"


I thought I was going to see the label changing the text every 3 seconds, but it just hangs for 9 seconds and it then changes to Text3.


I tried different refreshes but I always have the same result? Anybody in the  mood to help me out? I'd really appreciate it!


Thanks in advance


Top Bottom