Click here to Skip to main content
15,905,614 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
NewsRe: Extract string from CString Pin
Rajesh R Subramanian6-Feb-08 1:23
professionalRajesh R Subramanian6-Feb-08 1:23 
GeneralRe: Extract string from CString Pin
Rajkumar R6-Feb-08 1:30
Rajkumar R6-Feb-08 1:30 
GeneralRe: Extract string from CString Pin
Rajesh R Subramanian6-Feb-08 1:45
professionalRajesh R Subramanian6-Feb-08 1:45 
GeneralRe: Extract string from CString [modified] Pin
Rajkumar R6-Feb-08 1:49
Rajkumar R6-Feb-08 1:49 
QuestionDhcpRequestParams() Pin
Ajay L D5-Feb-08 0:15
Ajay L D5-Feb-08 0:15 
QuestionRe: DhcpRequestParams() Pin
David Crow14-Mar-08 5:50
David Crow14-Mar-08 5:50 
Generalhidden window Pin
Kogee San4-Feb-08 23:45
Kogee San4-Feb-08 23:45 
GeneralRe: hidden window Pin
Rajkumar R5-Feb-08 2:12
Rajkumar R5-Feb-08 2:12 
if /SUBSYSTEM is console, that is console application, by default system provides a console, i am not sure whether it can be disabled, In linux, for console applications, console is not visible until an console IO statement is executed.

In your sample, main() is not going to execute in (/SUBSYSTEM:WINDOWS) and WinMain is not going to execute in (/SUBSYSTEM:CONSOLE).
However since in (/SUBSYSTEM:WINDOWS) application, since u r not creating any windows, it seems the application is hidden.

1)If you want any user interface and want to hide whenever possible, go for windows application and use ShowWindow() API to hide.
If you never want to have an user interface in this application,
2) still u can use windows application with no window created or
3) go for "Windows Service Application", Windows Service application is usually meant for background and long run task.
GeneralRe: hidden window Pin
Kogee San5-Feb-08 14:36
Kogee San5-Feb-08 14:36 
GeneralRe: hidden window Pin
Rajkumar R5-Feb-08 19:35
Rajkumar R5-Feb-08 19:35 
GeneralRe: hidden window Pin
David Crow5-Feb-08 2:41
David Crow5-Feb-08 2:41 
GeneralMeasuring elapsed time regardless of the actual real time Pin
JC90794-Feb-08 23:34
JC90794-Feb-08 23:34 
GeneralRe: Measuring elapsed time regardless of the actual real time Pin
Cedric Moonen4-Feb-08 23:40
Cedric Moonen4-Feb-08 23:40 
GeneralRe: Measuring elapsed time regardless of the actual real time Pin
JC90794-Feb-08 23:44
JC90794-Feb-08 23:44 
GeneralCStringList to LPTSTR[] Pin
azusakt4-Feb-08 22:51
azusakt4-Feb-08 22:51 
QuestionRe: CStringList to LPTSTR[] Pin
CPallini4-Feb-08 22:58
mveCPallini4-Feb-08 22:58 
GeneralRe: CStringList to LPTSTR[] Pin
azusakt4-Feb-08 23:09
azusakt4-Feb-08 23:09 
GeneralRe: CStringList to LPTSTR[] Pin
CPallini4-Feb-08 23:17
mveCPallini4-Feb-08 23:17 
GeneralRe: CStringList to LPTSTR[] Pin
azusakt4-Feb-08 23:25
azusakt4-Feb-08 23:25 
GeneralRe: CStringList to LPTSTR[] Pin
CPallini4-Feb-08 23:39
mveCPallini4-Feb-08 23:39 
GeneralRe: CStringList to LPTSTR[] Pin
Cedric Moonen4-Feb-08 23:03
Cedric Moonen4-Feb-08 23:03 
GeneralRe: CStringList to LPTSTR[] Pin
azusakt4-Feb-08 23:08
azusakt4-Feb-08 23:08 
GeneralRe: CStringList to LPTSTR[] Pin
CPallini4-Feb-08 23:32
mveCPallini4-Feb-08 23:32 
GeneralRe: CStringList to LPTSTR[] Pin
Cedric Moonen4-Feb-08 23:37
Cedric Moonen4-Feb-08 23:37 
GeneralRe: CStringList to LPTSTR[] Pin
CPallini4-Feb-08 23:58
mveCPallini4-Feb-08 23: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.