Click here to Skip to main content
15,888,984 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCalling opengl's DrawGLScene() function in an MFC window Pin
adiilah28-Feb-06 18:33
adiilah28-Feb-06 18:33 
QuestionHow to implement List View Control Pin
janisha28-Feb-06 18:14
janisha28-Feb-06 18:14 
AnswerRe: How to implement List View Control Pin
Ryan Binns28-Feb-06 18:19
Ryan Binns28-Feb-06 18:19 
QuestionWininet: Copy file to web directory Pin
Anilkumar K V28-Feb-06 18:08
Anilkumar K V28-Feb-06 18:08 
QuestionLengthy initializing Pin
Waldermort28-Feb-06 17:38
Waldermort28-Feb-06 17:38 
AnswerRe: Lengthy initializing Pin
jigneshrpatel28-Feb-06 17:44
jigneshrpatel28-Feb-06 17:44 
GeneralRe: Lengthy initializing Pin
Waldermort28-Feb-06 17:49
Waldermort28-Feb-06 17:49 
GeneralRe: Lengthy initializing Pin
Waldermort28-Feb-06 19:13
Waldermort28-Feb-06 19:13 
I still don't really understand the meaning of "worker thread", if anybody would like to enlighten me I would be grateful.

I managed to solve my problem with a little help from my best buddy 'Google'. So for anybody with a similar problem here is what I did. (I hate it when people ask but don't update with their result. We wouldn't need to keep asking the same questions if people just posted the solution to their question)

In WM_INITDIALOG Post a message back to your dialog box in the form of a WM_USER i.e. Postmessage(dlghwnd,WM_USER+0x0100,0,0). Initdialog will proceed with loading the dialog and there will be a new message waiting on the que.

process the WM_USER+0x0100: and initialize your class, or do any of those lengthy operations you wanted to do within Initdialog.

Hope this helps somebody.
GeneralRe: Lengthy initializing Pin
Nibu babu thomas28-Feb-06 19:19
Nibu babu thomas28-Feb-06 19:19 
GeneralRe: Lengthy initializing Pin
Waldermort28-Feb-06 22:42
Waldermort28-Feb-06 22:42 
Questionhow to sign aan activex dll in a purchased certificate Pin
ramyasangeet28-Feb-06 17:29
ramyasangeet28-Feb-06 17:29 
AnswerRe: how to sign aan activex dll in a purchased certificate Pin
Anilkumar K V28-Feb-06 18:10
Anilkumar K V28-Feb-06 18:10 
GeneralRe: how to sign aan activex dll in a purchased certificate Pin
ramyasangeet28-Feb-06 23:12
ramyasangeet28-Feb-06 23:12 
QuestionW2A conversion Pin
namaskaaram28-Feb-06 16:56
namaskaaram28-Feb-06 16:56 
AnswerRe: W2A conversion Pin
Nibu babu thomas28-Feb-06 17:10
Nibu babu thomas28-Feb-06 17:10 
QuestionHow to open a **.exe file in a device driver program? Pin
momer28-Feb-06 16:56
momer28-Feb-06 16:56 
QuestionBeginner help--Creating EXE file Pin
Raza568028-Feb-06 16:54
Raza568028-Feb-06 16:54 
AnswerRe: Beginner help--Creating EXE file Pin
Nibu babu thomas28-Feb-06 17:00
Nibu babu thomas28-Feb-06 17:00 
AnswerRe: Beginner help--Creating EXE file Pin
Raza568028-Feb-06 19:16
Raza568028-Feb-06 19:16 
GeneralRe: Beginner help--Creating EXE file Pin
Cool Ju28-Feb-06 20:02
Cool Ju28-Feb-06 20:02 
QuestionVC6 to 2003/2005: where's native.h? Pin
Judah Gabriel Himango28-Feb-06 16:49
sponsorJudah Gabriel Himango28-Feb-06 16:49 
AnswerRe: VC6 to 2003/2005: where's native.h? Pin
Nibu babu thomas28-Feb-06 17:12
Nibu babu thomas28-Feb-06 17:12 
GeneralRe: VC6 to 2003/2005: where's native.h? Pin
Judah Gabriel Himango28-Feb-06 17:14
sponsorJudah Gabriel Himango28-Feb-06 17:14 
GeneralRe: VC6 to 2003/2005: where's native.h? Pin
Nibu babu thomas28-Feb-06 17:18
Nibu babu thomas28-Feb-06 17:18 
GeneralRe: VC6 to 2003/2005: where's native.h? Pin
Judah Gabriel Himango28-Feb-06 17:21
sponsorJudah Gabriel Himango28-Feb-06 17:21 

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.