Click here to Skip to main content
15,914,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: wstring to string question [modified] Pin
ThatsAlok17-Oct-07 1:36
ThatsAlok17-Oct-07 1:36 
QuestionHow to display only console window and hiding dialogbox? Pin
mss8116-Oct-07 21:17
mss8116-Oct-07 21:17 
AnswerRe: How to display only console window and hiding dialogbox? Pin
Nelek16-Oct-07 21:55
protectorNelek16-Oct-07 21:55 
AnswerRe: How to display only console window and hiding dialogbox? Pin
mss8116-Oct-07 22:05
mss8116-Oct-07 22:05 
GeneralRe: How to display only console window and hiding dialogbox? Pin
Nelek17-Oct-07 0:05
protectorNelek17-Oct-07 0:05 
GeneralRe: How to display only console window and hiding dialogbox? Pin
ThatsAlok17-Oct-07 20:36
ThatsAlok17-Oct-07 20:36 
GeneralRe: How to display only console window and hiding dialogbox? Pin
ThatsAlok17-Oct-07 20:36
ThatsAlok17-Oct-07 20:36 
AnswerRe: How to display only console window and hiding dialogbox? Pin
Mark Salsbery17-Oct-07 5:51
Mark Salsbery17-Oct-07 5:51 
You have access to the command line arguments at startup.

If you determine you don't want a GUI window to show then you shouldn't
show the window.

Create your main window without the WS_VISIBLE style.  If you want the main
window to show, use ShowWindow(SW_SHOW).

If your main window is a modal dialog, don't call DoModal().

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: How to display only console window and hiding dialogbox? Pin
ThatsAlok17-Oct-07 20:37
ThatsAlok17-Oct-07 20:37 
Questionstring convertion Pin
Jhony george16-Oct-07 20:55
Jhony george16-Oct-07 20:55 
AnswerRe: string convertion Pin
Hamid_RT16-Oct-07 21:08
Hamid_RT16-Oct-07 21:08 
AnswerRe: string convertion Pin
jhwurmbach16-Oct-07 21:08
jhwurmbach16-Oct-07 21:08 
QuestionRe: string convertion Pin
David Crow17-Oct-07 3:09
David Crow17-Oct-07 3:09 
GeneralRe: string convertion Pin
Jhony george16-Oct-07 21:13
Jhony george16-Oct-07 21:13 
GeneralRe: string convertion Pin
ThatsAlok17-Oct-07 20:38
ThatsAlok17-Oct-07 20:38 
Questionhow to know cd presence in CD Drive Pin
VC_RYK16-Oct-07 20:43
VC_RYK16-Oct-07 20:43 
AnswerRe: how to know cd presence in CD Drive Pin
Nibu babu thomas16-Oct-07 21:18
Nibu babu thomas16-Oct-07 21:18 
AnswerRe: how to know cd presence in CD Drive Pin
chandu00416-Oct-07 22:05
chandu00416-Oct-07 22:05 
JokeRe: how to know cd presence in CD Drive Pin
Nelek17-Oct-07 0:07
protectorNelek17-Oct-07 0:07 
JokeRe: how to know cd presence in CD Drive Pin
chandu00417-Oct-07 0:49
chandu00417-Oct-07 0:49 
JokeRe: how to know cd presence in CD Drive Pin
ThatsAlok17-Oct-07 2:25
ThatsAlok17-Oct-07 2:25 
JokeRe: how to know cd presence in CD Drive Pin
Nelek17-Oct-07 5:33
protectorNelek17-Oct-07 5:33 
GeneralRe: how to know cd presence in CD Drive Pin
ThatsAlok17-Oct-07 20:39
ThatsAlok17-Oct-07 20:39 
AnswerRe: how to know cd presence in CD Drive Pin
Iain Clarke, Warrior Programmer17-Oct-07 2:53
Iain Clarke, Warrior Programmer17-Oct-07 2:53 
QuestionMenu Pin
nitin316-Oct-07 20:19
nitin316-Oct-07 20:19 

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.