Click here to Skip to main content
15,915,164 members

Comments by kris444 (Top 18 by date)

kris444 27-Oct-11 6:59am View    
Deleted
newly created thread is simply calling ShowDialog on instance being created in UI thread, and this thread cant be involved Message loop...though this is called as UI thread?
kris444 27-Oct-11 6:57am View    
Deleted
Since many of the winform applications uses Thread model as STA, thread is span in single process it is actually accessing instance that has been created in UI thread. calling ShowDialog in other thread makes that thread as UI thread?
I guess when thread is capable of handling Message Loop is called as UI thread..am i make sense?
kris444 27-Oct-11 6:54am View    
Deleted
So you will end up waiting if process completes or showing up progress bar as completed before you are not finished any right?
reason is i donot have any idea how long the process takes to complete...
kris444 27-Oct-11 6:52am View    
Deleted
You are mistaken, I am interested to show dialog and i dont know how long the it takes to complete the process...I cannot use this right?
kris444 2-Oct-11 22:54pm View    
What exactly you are looking for?