Click here to Skip to main content
15,909,091 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: I want to run my application as hidden( like Windows Service) Pin
Ryan Binns17-May-06 1:35
Ryan Binns17-May-06 1:35 
GeneralRe: I want to run my application as hidden( like Windows Service) Pin
zahid_ash17-May-06 1:49
zahid_ash17-May-06 1:49 
AnswerRe: I want to run my application as hidden( like Windows Service) Pin
David Crow17-May-06 3:19
David Crow17-May-06 3:19 
QuestionDifference between WIN32 Application and WIN32 Console Application wizard Pin
zahid_ash16-May-06 23:57
zahid_ash16-May-06 23:57 
AnswerRe: Difference between WIN32 Application and WIN32 Console Application wizard Pin
_AnsHUMAN_ 17-May-06 0:02
_AnsHUMAN_ 17-May-06 0:02 
GeneralRe: Difference between WIN32 Application and WIN32 Console Application wizard Pin
zahid_ash17-May-06 0:17
zahid_ash17-May-06 0:17 
GeneralRe: Difference between WIN32 Application and WIN32 Console Application wizard Pin
Alton Williams17-May-06 2:46
Alton Williams17-May-06 2:46 
AnswerRe: Difference between WIN32 Application and WIN32 Console Application wizard Pin
Sarath C17-May-06 0:20
Sarath C17-May-06 0:20 
The system creates a new console when it starts a console process, a character-mode process whose entry point is the main function. For example, the system creates a new console when it starts the command processor. When the command processor starts a new console process, the user can specify whether the system creates a new console for the new process or whether it inherits the command processor's console.

A process can create a console by using one of the following methods:

-A GUI or console process can use the CreateProcess function with CREATE_NEW_CONSOLE to create a console process with a new console. (By default, a console process inherits its parent's console, and there is no guarantee that input is received by the process for which it was intended.)

-A graphical user interface (GUI) or console process that is not currently attached to a console can use the AllocConsole function to create a new console. (GUI processes are not attached to a console when they are created. Console processes are not attached to a console if they are created using CreateProcess with DETACHED_PROCESS.)


Currently I am working as software engineer at Network System Technologies Pvt. Ltd (NeST). Most of my project are in C++. Most interesting are is GUI programming.
GeneralRe: Difference between WIN32 Application and WIN32 Console Application wizard Pin
NiceNaidu17-May-06 2:49
NiceNaidu17-May-06 2:49 
AnswerRe: Difference between WIN32 Application and WIN32 Console Application wizard Pin
Alton Williams17-May-06 3:00
Alton Williams17-May-06 3:00 
QuestionRe: Difference between WIN32 Application and WIN32 Console Application wizard Pin
David Crow17-May-06 3:22
David Crow17-May-06 3:22 
QuestionOutlook _ContactItem Display() function Pin
mhammans16-May-06 23:33
mhammans16-May-06 23:33 
QuestionAccessing values from dialog window Pin
VinayCool16-May-06 23:32
VinayCool16-May-06 23:32 
AnswerRe: Accessing values from dialog window Pin
Cedric Moonen16-May-06 23:50
Cedric Moonen16-May-06 23:50 
GeneralRe: Accessing values from dialog window Pin
VinayCool17-May-06 2:21
VinayCool17-May-06 2:21 
GeneralRe: Accessing values from dialog window Pin
Russell'17-May-06 3:24
Russell'17-May-06 3:24 
GeneralRe: Accessing values from dialog window Pin
VinayCool17-May-06 20:17
VinayCool17-May-06 20:17 
AnswerRe: Accessing values from dialog window Pin
VinayCool17-May-06 21:19
VinayCool17-May-06 21:19 
AnswerRe: Accessing values from dialog window Pin
David Crow17-May-06 3:25
David Crow17-May-06 3:25 
GeneralRe: Accessing values from dialog window Pin
VinayCool17-May-06 20:19
VinayCool17-May-06 20:19 
AnswerRe: Accessing values from dialog window Pin
VinayCool17-May-06 21:18
VinayCool17-May-06 21:18 
QuestionTitle for customised menu's child menu. Pin
Swati_18816-May-06 23:30
Swati_18816-May-06 23:30 
QuestionFile or Folder Pin
Anil_vvs16-May-06 23:10
Anil_vvs16-May-06 23:10 
AnswerRe: File or Folder Pin
kk.tvm16-May-06 23:12
kk.tvm16-May-06 23:12 
AnswerRe: File or Folder Pin
Mila02516-May-06 23:18
Mila02516-May-06 23:18 

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.