Click here to Skip to main content
16,008,469 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: memory leak in CADORecordset? Pin
tuxyboy20-May-08 2:01
tuxyboy20-May-08 2:01 
QuestionHow can I remove a member from the Administrators group ? Pin
SherTeks19-May-08 20:44
SherTeks19-May-08 20:44 
AnswerRe: How can I remove a member from the Administrators group ? Pin
SherTeks21-May-08 18:14
SherTeks21-May-08 18:14 
QuestionCommad Line App Pin
Ajay L D19-May-08 20:24
Ajay L D19-May-08 20:24 
AnswerRe: Commad Line App Pin
Vijjuuu.19-May-08 20:44
Vijjuuu.19-May-08 20:44 
GeneralRe: Commad Line App Pin
Ajay L D19-May-08 20:53
Ajay L D19-May-08 20:53 
QuestionMay be what you need is something else. Pin
Rajesh R Subramanian19-May-08 21:24
professionalRajesh R Subramanian19-May-08 21:24 
AnswerRe: Commad Line App Pin
Rajkumar R19-May-08 21:25
Rajkumar R19-May-08 21:25 
try the following,


#ifdef _UNICODE
#pragma comment (linker, "/subsystem:windows /entry:wmainCRTStartup")
#else //_UNICODE
#pragma comment (linker, "/subsystem:windows /entry:mainCRTStartup")
#endif //_UNICODE


it makes your application as windows application and since you are not creating any windows in console application (normally not) no UI is visible.

you can also think about windows NT services.
QuestionRe: Commad Line App Pin
Rajkumar R19-May-08 22:25
Rajkumar R19-May-08 22:25 
AnswerRe: Commad Line App Pin
Rajkumar R19-May-08 22:22
Rajkumar R19-May-08 22:22 
GeneralRe: Commad Line App Pin
Rajesh R Subramanian19-May-08 22:25
professionalRajesh R Subramanian19-May-08 22:25 
GeneralRe: Commad Line App Pin
Rajkumar R19-May-08 22:33
Rajkumar R19-May-08 22:33 
GeneralRe: Commad Line App Pin
Rajesh R Subramanian19-May-08 22:35
professionalRajesh R Subramanian19-May-08 22:35 
GeneralRe: Commad Line App Pin
Rajesh R Subramanian20-May-08 5:01
professionalRajesh R Subramanian20-May-08 5:01 
GeneralRe: Commad Line App Pin
Rajkumar R20-May-08 19:18
Rajkumar R20-May-08 19:18 
AnswerRe: Commad Line App PinPopular
Naveen19-May-08 21:20
Naveen19-May-08 21:20 
AnswerRe: Commad Line App Pin
_AnsHUMAN_ 19-May-08 22:28
_AnsHUMAN_ 19-May-08 22:28 
QuestionTree Control Pin
john563219-May-08 20:19
john563219-May-08 20:19 
AnswerRe: Tree Control Pin
Rajkumar R19-May-08 21:03
Rajkumar R19-May-08 21:03 
QuestionHow can I read the properties of docx file? (Urgent) Pin
Prazwol19-May-08 19:40
Prazwol19-May-08 19:40 
AnswerRe: How can I read the properties of docx file? (Urgent) Pin
toxcct19-May-08 21:46
toxcct19-May-08 21:46 
GeneralRe: How can I read the properties of docx file? (Urgent) Pin
sroamer23-Jun-08 9:57
sroamer23-Jun-08 9:57 
GeneralRe: How can I read the properties of docx file? (Urgent) Pin
toxcct23-Jun-08 20:53
toxcct23-Jun-08 20:53 
QuestionDoulbe Click on Dialog Pin
Anu_Bala19-May-08 19:33
Anu_Bala19-May-08 19:33 
AnswerRe: Doulbe Click on Dialog Pin
john563219-May-08 20:21
john563219-May-08 20:21 

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.