guys please post me an example for threading in MFC....it should show the progress and at the same time it should display the text,,if u anyone know some examples, please post me...
+1
A:
The Code Project is usually a good site to check for code examples. This example project may help.
Matt Davis
2010-03-02 14:30:05
thank u very much....it was very helpful for me
kiddo
2010-03-03 09:16:53
+1
A:
On MSDN are these two examples about multithreading with MFC:
http://msdn.microsoft.com/en-us/library/3kk6acaf%28VS.80%29.aspx
http://msdn.microsoft.com/en-us/library/s3wsyb55%28VS.80%29.aspx
On both pages are links to download the sample source code.
Slauma
2010-03-02 14:43:13