S
Sankar Nemani
Hi,
When I start a new message loop using
System.Windows.Forms.Application.Run, does it create a new
thread and execute the loop on that thread? If it does,
why does the main thread stops execution until the message
loop ends? Where can I get more information on how
messageloops work?
TIA
Sankar
When I start a new message loop using
System.Windows.Forms.Application.Run, does it create a new
thread and execute the loop on that thread? If it does,
why does the main thread stops execution until the message
loop ends? Where can I get more information on how
messageloops work?
TIA
Sankar