Click here to Skip to main content
16,004,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: autocomplete control in file opne dialog Pin
ThatsAlok17-Aug-05 23:10
ThatsAlok17-Aug-05 23:10 
GeneralRe: autocomplete control in file opne dialog Pin
Jose Lamas Rios18-Aug-05 2:49
Jose Lamas Rios18-Aug-05 2:49 
GeneralRe: autocomplete control in file opne dialog Pin
ThatsAlok19-Aug-05 19:21
ThatsAlok19-Aug-05 19:21 
GeneralCoCreateGuid Pin
Al_Pennyworth17-Aug-05 12:22
Al_Pennyworth17-Aug-05 12:22 
GeneralRe: CoCreateGuid Pin
Jack Puppy17-Aug-05 12:48
Jack Puppy17-Aug-05 12:48 
GeneralRe: CoCreateGuid Pin
TheGreatAndPowerfulOz17-Aug-05 13:52
TheGreatAndPowerfulOz17-Aug-05 13:52 
GeneralSplash Screen Window problem Pin
gr8coaster32917-Aug-05 12:06
gr8coaster32917-Aug-05 12:06 
GeneralRe: Splash Screen Window problem Pin
Christian Graus17-Aug-05 12:18
protectorChristian Graus17-Aug-05 12:18 
This is not the MC++ forum, the C++/CLI forum is. Personally, I don't think the splash screen should be responsible for showing the main form, and it can't work in this case, as ShowDialog is a modal call, this->Close won't run until the dialog closes.

If you wanted to stick with this design ( which as I said, is poor in my opinion ), then you could *hide* the splash screen, which will mean it will use memory while your app is running. Or you could change the code so that the main entry point shows the splash screen, and when it closes itself, it goes on to run the main window. However, if there's no thread doing initialisation, why would you waste users time with a splash screen ? Also, I think there's a built in splash screen component.

Can I ask why you're using MC++ ? I'm just interested because I can't imagine ever choosing to use it.

Christian Graus - Microsoft MVP - C++
GeneralRe: Splash Screen Window problem Pin
gr8coaster32917-Aug-05 12:58
gr8coaster32917-Aug-05 12:58 
GeneralRe: Splash Screen Window problem Pin
Christian Graus17-Aug-05 13:14
protectorChristian Graus17-Aug-05 13:14 
GeneralRe: Splash Screen Window problem Pin
gr8coaster32917-Aug-05 13:47
gr8coaster32917-Aug-05 13:47 
GeneralRe: Splash Screen Window problem Pin
Christian Graus17-Aug-05 13:53
protectorChristian Graus17-Aug-05 13:53 
GeneralRe: Splash Screen Window problem Pin
Phil J Pearson17-Aug-05 23:51
Phil J Pearson17-Aug-05 23:51 
Questionhow can i close other running application in my application Pin
m.rastgar17-Aug-05 11:50
m.rastgar17-Aug-05 11:50 
AnswerRe: how can i close other running application in my application Pin
Christian Graus17-Aug-05 11:58
protectorChristian Graus17-Aug-05 11:58 
AnswerRe: how can i close other running application in my application Pin
Ravi Bhavnani17-Aug-05 17:16
professionalRavi Bhavnani17-Aug-05 17:16 
GeneralLooking to extract text from a Word Doc Pin
wjgaddis17-Aug-05 11:02
wjgaddis17-Aug-05 11:02 
GeneralNeed SOAP Information Pin
LighthouseJ17-Aug-05 10:53
LighthouseJ17-Aug-05 10:53 
GeneralRe: Need SOAP Information Pin
Christian Graus17-Aug-05 11:59
protectorChristian Graus17-Aug-05 11:59 
GeneralRe: Need SOAP Information Pin
LighthouseJ17-Aug-05 12:10
LighthouseJ17-Aug-05 12:10 
GeneralRe: Need SOAP Information Pin
Christian Graus17-Aug-05 12:14
protectorChristian Graus17-Aug-05 12:14 
GeneralRe: Need SOAP Information Pin
LighthouseJ17-Aug-05 12:31
LighthouseJ17-Aug-05 12:31 
QuestionHow to update CListCtrl when item is inserted Pin
Ian Bowler17-Aug-05 8:13
Ian Bowler17-Aug-05 8:13 
AnswerRe: How to update CListCtrl when item is inserted Pin
Maximilien17-Aug-05 8:36
Maximilien17-Aug-05 8:36 
GeneralRe: How to update CListCtrl when item is inserted Pin
Ian Bowler17-Aug-05 8:52
Ian Bowler17-Aug-05 8:52 

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.