Hi,everyone.
I read forums and msdn but still don't understand this question:
In MSDN says that all thread have message loop if it owns at least one window. So Where i can find this message loop how can i run it? Or i have to create message loop my self like : while(GetMessage(...)){}?