hello
i have a problem with the thread.sleep function - when i make a commend (in windowns form app) and after it i use the sleep function the thread first pause and only then execute all the commends in the method, even the ones that come before the thread.sleep .
is that supposed to haapen or its a bug or something?
if there is a better way to pause an app please tell me.
thenx