the sleep code stops all code processing in that thread + also stops windows messages being processed.
try this:
vb Code:
Label1.text = "Zero" label1.invalidate Sleep (1000) Label1.text = "One" label1.invalidate Sleep (1000) Label1.text = "Two" label1.invalidate Sleep (1000) ... Label1.text = "Five" label1.invalidate




Reply With Quote
