Re: multi-thread problem



I got these lines (below) from Joseph's site, and apparently I don't
understand how it was to be used in the controller. And my C++ is not that
versatile yet. And I'm still learning how to use pointers in most
situations.

CThreadTestDlg* pDlg = (CThreadTestDlg *)lParam;
pDlg->Thread1();

Could you correctly write this statement for how it is required in this
simple Test program.


.



Relevant Pages