Re: CDialog/Invalidate/UpdateWindow question



Benry wrote:
Actually I just found out that when I quit out of the application, in
the debug window, more than one thread completes execute with exit code
0x0. Does this mean that I have threads and don't even know it?
hah..great.


That is entirely possible. Many libraries (probably including ODBC or your ODBC driver) create threads for their own purposes.

Here are some MFC threading tutorials...
http://www.flounder.com/mvp_tips.htm
http://www.codeproject.com/threads/threads_and_mfc.asp
http://www.codeproject.com/threads/crtmultithreading.asp

--
Scott McPhillips [VC++ MVP]

.