1. Worker Threads.
Provide only background processing. Doesn’t handle messages.
Creation: By calling AfxBeginThread() and providing a global function as a parameter.
2 UI Threads.
These threads have the UI (Window) and can process the messages, i.e. user interaction (I/O) with window.
Creation: By calling AfxBeginThread() and providing a class which is derived from CWinThread and implements all message handling mechanism as a parameter.
Categories
Tags
about answer Answers Anyone asked Auctions Best career CCNA Certification COMPUTER Cycle debugging Development exam find from good help Inheritance Interview JAVA know latest life microsoft need Oracle Please Programming question Questions should Software Some someone Tell Testing there these think this want Winform Would