Click here to Skip to main content
15,885,366 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How To Beautify the Software Interface In MFC? Pin
CPallini11-May-09 23:45
mveCPallini11-May-09 23:45 
AnswerRe: How To Beautify the Software Interface In MFC? Pin
bulg11-May-09 11:56
bulg11-May-09 11:56 
AnswerRe: How To Beautify the Software Interface In MFC? Pin
Taran911-May-09 18:20
Taran911-May-09 18:20 
AnswerRe: How To Beautify the Software Interface In MFC? Pin
Rajesh R Subramanian11-May-09 21:47
professionalRajesh R Subramanian11-May-09 21:47 
QuestionI hv a doubt pls help Pin
kokilag11-May-09 8:36
kokilag11-May-09 8:36 
Questionnotifications not being captured Pin
kitkat1201211-May-09 6:04
kitkat1201211-May-09 6:04 
QuestionTo Service or not to Service Pin
Dustin Henry11-May-09 5:46
Dustin Henry11-May-09 5:46 
AnswerRe: To Service or not to Service Pin
Joe Woodbury11-May-09 6:22
professionalJoe Woodbury11-May-09 6:22 
I work on XPe and we do everything quite deliberately as applications, not services. The only real benefit a service has is the built in ability to be restarted by the service manager. Our solution is make sure our "services" don't crash. (Some of our services can't really be restarted anyway

On the negative side, services are annoying to debug (when problems happen when in service mode) and maintain in an XPe environment. In our case, we push down updates, the machine reboots and the updates are xcopy installed. Can't do this with services.


Anyone who thinks he has a better idea of what's good for people than people do is a swine.
- P.J. O'Rourke


GeneralRe: To Service or not to Service Pin
Dustin Henry11-May-09 6:50
Dustin Henry11-May-09 6:50 
QuestionVC++ Code to check whether an excel file is already open or not Pin
Abraham Betty11-May-09 5:13
Abraham Betty11-May-09 5:13 
AnswerRe: VC++ Code to check whether an excel file is already open or not Pin
Rajesh R Subramanian11-May-09 5:42
professionalRajesh R Subramanian11-May-09 5:42 
GeneralRe: VC++ Code to check whether an excel file is already open or not Pin
Abraham Betty12-May-09 16:07
Abraham Betty12-May-09 16:07 
AnswerRe: VC++ Code to check whether an excel file is already open or not Pin
Joe Woodbury11-May-09 6:18
professionalJoe Woodbury11-May-09 6:18 
GeneralRe: VC++ Code to check whether an excel file is already open or not Pin
Abraham Betty11-May-09 6:39
Abraham Betty11-May-09 6:39 
GeneralRe: VC++ Code to check whether an excel file is already open or not Pin
Joe Woodbury11-May-09 6:50
professionalJoe Woodbury11-May-09 6:50 
AnswerRe: VC++ Code to check whether an excel file is already open or not Pin
Madhu Nair11-May-09 8:38
Madhu Nair11-May-09 8:38 
GeneralRe: VC++ Code to check whether an excel file is already open or not Pin
Abraham Betty12-May-09 16:18
Abraham Betty12-May-09 16:18 
GeneralRe: VC++ Code to check whether an excel file is already open or not Pin
Madhu Nair12-May-09 21:02
Madhu Nair12-May-09 21:02 
GeneralRe: VC++ Code to check whether an excel file is already open or not Pin
Abraham Betty13-May-09 6:52
Abraham Betty13-May-09 6:52 
GeneralRe: VC++ Code to check whether an excel file is already open or not Pin
Madhu Nair13-May-09 19:35
Madhu Nair13-May-09 19:35 
QuestionRe: VC++ Code to check whether an excel file is already open or not Pin
David Crow11-May-09 9:20
David Crow11-May-09 9:20 
QuestionMAPIFindNext return 16 but there are email in Windows Mail. Pin
SNArruda11-May-09 4:42
SNArruda11-May-09 4:42 
QuestionHi Pin
Mohammadj11-May-09 3:39
Mohammadj11-May-09 3:39 
QuestionRe: Hi Pin
David Crow11-May-09 4:32
David Crow11-May-09 4:32 
AnswerRe: Hi Pin
Mohammadj11-May-09 9:06
Mohammadj11-May-09 9:06 

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.