Click here to Skip to main content
15,913,270 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioncrystal report in vc++ Pin
lallaba9-Nov-05 20:21
lallaba9-Nov-05 20:21 
QuestionSendMessage Pin
Nishad S9-Nov-05 20:09
Nishad S9-Nov-05 20:09 
AnswerRe: SendMessage Pin
Johann Gerell9-Nov-05 20:35
Johann Gerell9-Nov-05 20:35 
AnswerRe: SendMessage Pin
James R. Twine10-Nov-05 8:26
James R. Twine10-Nov-05 8:26 
QuestionIs there any retstrictions to make an exe as Service Pin
snprani9-Nov-05 19:31
snprani9-Nov-05 19:31 
AnswerRe: Is there any retstrictions to make an exe as Service Pin
Calc209-Nov-05 20:37
Calc209-Nov-05 20:37 
AnswerRe: Is there any retstrictions to make an exe as Service Pin
Calc209-Nov-05 20:37
Calc209-Nov-05 20:37 
AnswerRe: Is there any retstrictions to make an exe as Service Pin
Bob Stanneveld9-Nov-05 22:38
Bob Stanneveld9-Nov-05 22:38 
Hello,

You mean that you want to convert your dialog based application to be a service? So you have dialogs in you service? If this is the case, don't do it! The reason for this is that services should be able to run without the windows shell. You are restricted to kernel API's mostly. This is because this type of application is able run without any users logged on to the machine. If you use shell API's, your service might crash since those DLL's are not loaded.

Behind every great black man...
            ... is the police. - Conspiracy brother


Blog[^]
QuestionPlz. help............. Pin
NityaKakkar9-Nov-05 19:16
NityaKakkar9-Nov-05 19:16 
AnswerRe: Plz. help............. Pin
ThatsAlok9-Nov-05 21:46
ThatsAlok9-Nov-05 21:46 
AnswerRe: Plz. help............. Pin
John R. Shaw9-Nov-05 21:56
John R. Shaw9-Nov-05 21:56 
Questionunable to include stdafx.h file(in simple win32 DLL) Pin
QuickDeveloper9-Nov-05 19:04
QuickDeveloper9-Nov-05 19:04 
AnswerRe: unable to include stdafx.h file(in simple win32 DLL) Pin
Nibu babu thomas9-Nov-05 19:26
Nibu babu thomas9-Nov-05 19:26 
GeneralRe: unable to include stdafx.h file(in simple win32 DLL) Pin
QuickDeveloper9-Nov-05 19:31
QuickDeveloper9-Nov-05 19:31 
GeneralRe: unable to include stdafx.h file(in simple win32 DLL) Pin
Nibu babu thomas9-Nov-05 20:54
Nibu babu thomas9-Nov-05 20:54 
AnswerRe: unable to include stdafx.h file(in simple win32 DLL) Pin
James R. Twine10-Nov-05 8:18
James R. Twine10-Nov-05 8:18 
AnswerRe: unable to include stdafx.h file(in simple win32 DLL) Pin
S Douglas9-Nov-05 21:18
professionalS Douglas9-Nov-05 21:18 
Questionvirtual printer port programming Pin
Roj9-Nov-05 18:46
Roj9-Nov-05 18:46 
AnswerRe: virtual printer port programming Pin
Mathieu Dijkstra9-Nov-05 23:44
Mathieu Dijkstra9-Nov-05 23:44 
GeneralRe: virtual printer port programming Pin
Roj10-Nov-05 5:29
Roj10-Nov-05 5:29 
QuestionHow to print data from a View Pin
vikas amin9-Nov-05 18:43
vikas amin9-Nov-05 18:43 
AnswerRe: How to print data from a View Pin
vikas amin9-Nov-05 23:26
vikas amin9-Nov-05 23:26 
AnswerRe: How to print data from a View Pin
Mathieu Dijkstra10-Nov-05 0:22
Mathieu Dijkstra10-Nov-05 0:22 
QuestionIs child frame present Pin
Arrun9-Nov-05 18:20
Arrun9-Nov-05 18:20 
AnswerRe: Is child frame present Pin
*Dreamz9-Nov-05 21:22
*Dreamz9-Nov-05 21:22 

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.