Click here to Skip to main content
15,891,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionstatic library instance member scope Pin
zildjohn0121-Sep-05 15:58
zildjohn0121-Sep-05 15:58 
AnswerRe: static library instance member scope Pin
Christian Graus21-Sep-05 16:19
protectorChristian Graus21-Sep-05 16:19 
AnswerRe: static library instance member scope Pin
zildjohn0122-Sep-05 9:43
zildjohn0122-Sep-05 9:43 
GeneralRe: static library instance member scope Pin
Christian Graus22-Sep-05 12:23
protectorChristian Graus22-Sep-05 12:23 
QuestionThreading Pin
benjnp21-Sep-05 15:44
benjnp21-Sep-05 15:44 
AnswerRe: Threading Pin
Nishad S21-Sep-05 18:53
Nishad S21-Sep-05 18:53 
AnswerRe: Threading Pin
Roger Allen22-Sep-05 2:21
Roger Allen22-Sep-05 2:21 
AnswerRe: Threading Pin
Taka Muraoka22-Sep-05 2:30
Taka Muraoka22-Sep-05 2:30 
MFC has two kinds of threads, UI and non-UI (i.e. worker) threads.

Non-UI threads are not allowed to do UI-related things (although you can occasionally get away with it). You need to post a message from your worker thread to a UI thread and process it there.




The two most common elements in the universe are Hydrogen and stupidity. - Harlan Ellison

Awasu 2.1.2 [^]: A free RSS reader with support for Code Project.

AnswerRe: Threading Pin
namaskaaram22-Sep-05 4:03
namaskaaram22-Sep-05 4:03 
QuestionForcing windows to display on top. Pin
gremlinimp21-Sep-05 15:17
gremlinimp21-Sep-05 15:17 
AnswerRe: Forcing windows to display on top. Pin
Chris Douglass21-Sep-05 15:38
Chris Douglass21-Sep-05 15:38 
GeneralRe: Forcing windows to display on top. Pin
gremlinimp21-Sep-05 17:05
gremlinimp21-Sep-05 17:05 
QuestionDetecting Explorer.exe in XP 64-bit Pin
joelvolvo21-Sep-05 15:15
joelvolvo21-Sep-05 15:15 
AnswerRe: Detecting Explorer.exe in XP 64-bit Pin
Alexander M.,22-Sep-05 3:22
Alexander M.,22-Sep-05 3:22 
Questionbeggining to create first program Pin
lordgreg21-Sep-05 12:44
lordgreg21-Sep-05 12:44 
AnswerRe: beggining to create first program Pin
Christian Graus21-Sep-05 13:35
protectorChristian Graus21-Sep-05 13:35 
GeneralRe: beggining to create first program Pin
lordgreg21-Sep-05 20:24
lordgreg21-Sep-05 20:24 
QuestionRegister device ? Pin
Christian Graus21-Sep-05 11:02
protectorChristian Graus21-Sep-05 11:02 
AnswerRe: Register device ? Pin
Graham Bradshaw21-Sep-05 11:35
Graham Bradshaw21-Sep-05 11:35 
GeneralRe: Register device ? Pin
Christian Graus21-Sep-05 12:08
protectorChristian Graus21-Sep-05 12:08 
Question[Message Deleted] Pin
valerie9921-Sep-05 10:13
valerie9921-Sep-05 10:13 
AnswerRe: the memory leak Pin
Christian Graus21-Sep-05 10:26
protectorChristian Graus21-Sep-05 10:26 
Generaldidn't expect from u anyway! Pin
valerie9922-Sep-05 6:21
valerie9922-Sep-05 6:21 
GeneralRe: didn't expect from u anyway! Pin
Christian Graus22-Sep-05 12:22
protectorChristian Graus22-Sep-05 12:22 
GeneralRe: the memory leak Pin
Jörgen Sigvardsson21-Sep-05 11:14
Jörgen Sigvardsson21-Sep-05 11:14 

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.