Click here to Skip to main content
15,919,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: sending messages from a worker thread to cdocument Pin
30-Mar-01 3:18
suss30-Mar-01 3:18 
GeneralRe: sending messages from a worker thread to cdocument Pin
derhackler30-Mar-01 6:53
derhackler30-Mar-01 6:53 
GeneralShortcuts on desktop and groups... Pin
29-Mar-01 22:07
suss29-Mar-01 22:07 
GeneralRe: Shortcuts on desktop and groups... Pin
Erik Thompson30-Mar-01 9:01
sitebuilderErik Thompson30-Mar-01 9:01 
GeneralGetting a handle to a resource Pin
Jared Allen29-Mar-01 20:12
Jared Allen29-Mar-01 20:12 
Generalowner-draw combo-box Pin
Bruno Vais29-Mar-01 11:17
Bruno Vais29-Mar-01 11:17 
Questionwhat are threads and processes Pin
29-Mar-01 8:40
suss29-Mar-01 8:40 
AnswerRe: what are threads and processes Pin
Wayne Fuller29-Mar-01 8:59
Wayne Fuller29-Mar-01 8:59 
This won't be a very in depth answer, for more information check out "Advanced Windows" by Jeffrey Richter.

A process is an instance of a running program. You start a program, it will run in a seperate "process". A process must own at least one thread to execute the code in its process.

A thread runs within a process. A process can hold many threads, but it has to have at least one. A thread is what actually executes the code in a process.

I know this is very brief, but I hope it helps a little. Blush | :O

Wayne
GeneralRe: what are threads and processes Pin
29-Mar-01 9:24
suss29-Mar-01 9:24 
GeneralRe: what are threads and processes Pin
Scott!29-Mar-01 9:48
Scott!29-Mar-01 9:48 
GeneralRe: what are threads and processes Pin
Peter Sjöström29-Mar-01 21:00
Peter Sjöström29-Mar-01 21:00 
AnswerRe: what are threads and processes Pin
Erik Funkenbusch29-Mar-01 11:29
Erik Funkenbusch29-Mar-01 11:29 
GeneralRe: what are threads and processes Pin
30-Mar-01 8:18
suss30-Mar-01 8:18 
GeneralGraphic Error...help!!! Pin
Richard Cheng29-Mar-01 8:08
Richard Cheng29-Mar-01 8:08 
GeneralRe: Graphic Error...help!!! Pin
Wayne Fuller29-Mar-01 8:16
Wayne Fuller29-Mar-01 8:16 
GeneralRe:(More info) Graphic Error...help!!! Pin
Richard Cheng29-Mar-01 8:43
Richard Cheng29-Mar-01 8:43 
QuestionHow can I get the first file of FindFile? Pin
Michael Menne29-Mar-01 7:11
Michael Menne29-Mar-01 7:11 
AnswerRe: How can I get the first file of FindFile? Pin
Gero Gerber29-Mar-01 7:16
Gero Gerber29-Mar-01 7:16 
AnswerRe: How can I get the first file of FindFile? Pin
Wayne Fuller29-Mar-01 8:13
Wayne Fuller29-Mar-01 8:13 
QuestionHow to create button at Run-Time ?? Pin
Vistac29-Mar-01 6:48
Vistac29-Mar-01 6:48 
AnswerRe: How to create button at Run-Time ?? Pin
Christian Graus29-Mar-01 12:35
protectorChristian Graus29-Mar-01 12:35 
GeneralRe: How to create button at Run-Time ?? Pin
Vistac29-Mar-01 15:14
Vistac29-Mar-01 15:14 
Generalforms Pin
29-Mar-01 3:57
suss29-Mar-01 3:57 
GeneralWindows 95 and resource problem Pin
AndyC29-Mar-01 3:53
AndyC29-Mar-01 3:53 
GeneralRe: resource problem Pin
Paolo Messina29-Mar-01 7:06
professionalPaolo Messina29-Mar-01 7:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.