Click here to Skip to main content
15,902,275 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMovePrev() can't works Pin
mikobi28-Feb-06 18:57
mikobi28-Feb-06 18:57 
AnswerRe: MovePrev() can't works Pin
David Crow1-Mar-06 3:27
David Crow1-Mar-06 3:27 
GeneralRe: MovePrev() can't works Pin
mikobi1-Mar-06 20:05
mikobi1-Mar-06 20:05 
GeneralPlease help me Pin
J51219826-Mar-06 19:21
J51219826-Mar-06 19:21 
GeneralRe: Please help me Pin
mikobi6-Mar-06 22:58
mikobi6-Mar-06 22:58 
GeneralRe: Please help me Pin
J51219827-Mar-06 2:59
J51219827-Mar-06 2:59 
GeneralRe: Please help me Pin
mikobi7-Mar-06 20:37
mikobi7-Mar-06 20:37 
GeneralRe: Please help me Pin
mikobi7-Mar-06 20:49
mikobi7-Mar-06 20:49 
GeneralRe: Please help me Pin
J51219827-Mar-06 22:35
J51219827-Mar-06 22:35 
Questionriends,How to create an Installable version of our project Pin
Yuthav28-Feb-06 18:49
Yuthav28-Feb-06 18:49 
AnswerRe: riends,How to create an Installable version of our project Pin
Cool Ju28-Feb-06 19:39
Cool Ju28-Feb-06 19:39 
Question#error directive Pin
QuickDeveloper28-Feb-06 18:47
QuickDeveloper28-Feb-06 18:47 
AnswerRe: #error directive Pin
Nibu babu thomas28-Feb-06 19:12
Nibu babu thomas28-Feb-06 19:12 
GeneralRe: #error directive Pin
QuickDeveloper28-Feb-06 19:21
QuickDeveloper28-Feb-06 19:21 
QuestionRe: #error directive Pin
Nibu babu thomas28-Feb-06 19:23
Nibu babu thomas28-Feb-06 19:23 
AnswerRe: #error directive Pin
QuickDeveloper28-Feb-06 19:31
QuickDeveloper28-Feb-06 19:31 
GeneralRe: #error directive Pin
Nibu babu thomas28-Feb-06 19:36
Nibu babu thomas28-Feb-06 19:36 
QuestionRe: #error directive Pin
David Crow1-Mar-06 3:30
David Crow1-Mar-06 3:30 
Questionriends,How to create an Installable version of our project Pin
Yuthav28-Feb-06 18:47
Yuthav28-Feb-06 18:47 
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 
Within my WM_INITIDIALOG I initialize a class and open several files which causes a 3-5 second delay with opening my exe. There is nothing I can do about this. At the moment I display a splash screen while the files are being processed. I want to do away with the splash and display a progress bar on the main exe window instead.

The problem is, the main window does not get shown until after WM_INITDIALOG has been finished with. If I try forcing it to display using a ShowWindow() The window is shown but without any of the contols. I'm not really sure what I should do here? I guess initialing the file-parsing-class in another place would be the best solution, but where exactly should I do this?
AnswerRe: Lengthy initializing Pin
jigneshrpatel28-Feb-06 17:44
jigneshrpatel28-Feb-06 17:44 

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.