Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: variable duration/scope Pin
Blake Miller25-Jan-05 5:30
Blake Miller25-Jan-05 5:30 
GeneralCSocket Receive Stucks Pin
anaknakal23-Jan-05 18:59
anaknakal23-Jan-05 18:59 
Generalclass type redifinition Pin
aj168223-Jan-05 18:51
aj168223-Jan-05 18:51 
GeneralRe: class type redifinition Pin
ThatsAlok23-Jan-05 19:03
ThatsAlok23-Jan-05 19:03 
GeneralRe: class type redifinition Pin
aj168223-Jan-05 19:39
aj168223-Jan-05 19:39 
GeneralRe: class type redifinition Pin
toxcct23-Jan-05 22:03
toxcct23-Jan-05 22:03 
GeneralHiding the splash window of the application Pin
ParagJhavery23-Jan-05 18:42
ParagJhavery23-Jan-05 18:42 
GeneralRe: Hiding the splash window of the application Pin
James R. Twine24-Jan-05 3:57
James R. Twine24-Jan-05 3:57 
   You might not be able to; if the application is coded to create and show a splash screen.  However, most MFC applications pay attention to the /Embedding command line parameter and will not show the splash screen (and will remain invisible) under those circumstances.  Have you tried contacting the developer of the application to ask them if they support something like a /nologo or /nosplash command line parameter?

   If you wanted to get fancy, you could try two other things: launching the application on another, non-visible desktop, but you might have to figure out new ways to interact with it, or install a short-term hook (you will need to create a DLL for this) that can catch and "pop" the splash screen.

   Peace!

-=- James
Tip for inexperienced drivers: "Professional Driver on Closed Course" does not mean "your Dumb Ass on a Public Road"!
Articles -- Products: Delete FXP Files & Check Favorites

QuestionHow to keep full screen Dialog, when Dialog is inherited from CDialogBar class? Pin
deepali p23-Jan-05 18:06
sussdeepali p23-Jan-05 18:06 
AnswerRe: How to keep full screen Dialog, when Dialog is inherited from CDialogBar class? Pin
ThatsAlok23-Jan-05 18:38
ThatsAlok23-Jan-05 18:38 
Generalnetwork serial port emulation Pin
vc-programmer-23-Jan-05 17:51
vc-programmer-23-Jan-05 17:51 
Generalplease help me. Pin
dSolariuM23-Jan-05 17:47
dSolariuM23-Jan-05 17:47 
GeneralRe: please help me. Pin
toxcct23-Jan-05 22:07
toxcct23-Jan-05 22:07 
GeneralRe: please help me. Pin
David Crow24-Jan-05 2:57
David Crow24-Jan-05 2:57 
QuestionHow to find if a machine is having internet connection. Pin
RuchirD23-Jan-05 16:50
RuchirD23-Jan-05 16:50 
AnswerRe: How to find if a machine is having internet connection. Pin
ThatsAlok23-Jan-05 17:45
ThatsAlok23-Jan-05 17:45 
GeneralRe: How to find if a machine is having internet connection. Pin
Ryan Binns23-Jan-05 17:51
Ryan Binns23-Jan-05 17:51 
GeneralRe: How to find if a machine is having internet connection. Pin
ThatsAlok23-Jan-05 18:29
ThatsAlok23-Jan-05 18:29 
GeneralRe: How to find if a machine is having internet connection. Pin
RuchirD23-Jan-05 18:37
RuchirD23-Jan-05 18:37 
GeneralRe: How to find if a machine is having internet connection. Pin
ThatsAlok23-Jan-05 18:53
ThatsAlok23-Jan-05 18:53 
GeneralRe: How to find if a machine is having internet connection. Pin
RuchirD23-Jan-05 19:43
RuchirD23-Jan-05 19:43 
GeneralRe: How to find if a machine is having internet connection. Pin
ThatsAlok23-Jan-05 20:00
ThatsAlok23-Jan-05 20:00 
GeneralRe: How to find if a machine is having internet connection. Pin
RuchirD23-Jan-05 21:01
RuchirD23-Jan-05 21:01 
AnswerRe: How to find if a machine is having internet connection. Pin
Michael Dunn23-Jan-05 21:03
sitebuilderMichael Dunn23-Jan-05 21:03 
AnswerRe: How to find if a machine is having internet connection. Pin
David Crow24-Jan-05 2:58
David Crow24-Jan-05 2:58 

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.