J
Julia
Hi,
My application need to do some initialization before it can be used
I want to display a form with the status of initialization for example:
"connection to data base..."
"loading settings....."
"registering user..."
etc...
I am thinking about using Thread.QueueUserWorkItem
to run each method
and in the end of each Thread function to Queue the next method
is this a right way?
thanks.
My application need to do some initialization before it can be used
I want to display a form with the status of initialization for example:
"connection to data base..."
"loading settings....."
"registering user..."
etc...
I am thinking about using Thread.QueueUserWorkItem
to run each method
and in the end of each Thread function to Queue the next method
is this a right way?
thanks.