Click here to Skip to main content
15,893,190 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to put checkboxes in any column of ListVIew Control in mfc.? Pin
«_Superman_»27-Jun-13 20:48
professional«_Superman_»27-Jun-13 20:48 
AnswerRe: How to put checkboxes in any column of ListVIew Control in mfc.? Pin
_Flaviu27-Jun-13 21:14
_Flaviu27-Jun-13 21:14 
QuestionHow to convert office to pdf with acrobat in VC++? Pin
liuli778627-Jun-13 16:16
liuli778627-Jun-13 16:16 
SuggestionRe: How to convert office to pdf with acrobat in VC++? Pin
Richard MacCutchan27-Jun-13 21:19
mveRichard MacCutchan27-Jun-13 21:19 
QuestionCreateProcess return code 1 however Process does not start Pin
ForNow27-Jun-13 6:03
ForNow27-Jun-13 6:03 
AnswerRe: CreateProcess return code 1 however Process does not start Pin
Santhosh G_27-Jun-13 6:59
Santhosh G_27-Jun-13 6:59 
GeneralRe: CreateProcess return code 1 however Process does not start Pin
ForNow27-Jun-13 8:15
ForNow27-Jun-13 8:15 
AnswerRe: CreateProcess return code 1 however Process does not start Pin
David Crow27-Jun-13 10:36
David Crow27-Jun-13 10:36 
Since CreateProcess() returns before the process has been fully initialized (e.g., waiting on some other DLL to load), it would have no way of knowing that. It goes ahead and returns a non-zero value because it did start the process.

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous


GeneralRe: CreateProcess return code 1 however Process does not start Pin
ForNow27-Jun-13 10:55
ForNow27-Jun-13 10:55 
GeneralRe: CreateProcess return code 1 however Process does not start Pin
Freak3027-Jun-13 21:43
Freak3027-Jun-13 21:43 
GeneralRe: CreateProcess return code 1 however Process does not start Pin
ForNow28-Jun-13 4:51
ForNow28-Jun-13 4:51 
QuestionRe: CreateProcess return code 1 however Process does not start Pin
David Crow28-Jun-13 5:12
David Crow28-Jun-13 5:12 
AnswerRe: CreateProcess return code 1 however Process does not start Pin
ForNow28-Jun-13 5:21
ForNow28-Jun-13 5:21 
GeneralRe: CreateProcess return code 1 however Process does not start Pin
David Crow28-Jun-13 5:30
David Crow28-Jun-13 5:30 
GeneralRe: CreateProcess return code 1 however Process does not start Pin
ForNow28-Jun-13 5:39
ForNow28-Jun-13 5:39 
QuestionHow to change access database password with CDatabase? Pin
Anorexic Tribble27-Jun-13 1:04
Anorexic Tribble27-Jun-13 1:04 
AnswerRe: How to change access database password with CDatabase? Pin
André Kraak27-Jun-13 8:46
André Kraak27-Jun-13 8:46 
GeneralRe: How to change access database password with CDatabase? Pin
Anorexic Tribble25-Jul-13 21:27
Anorexic Tribble25-Jul-13 21:27 
QuestionIcon on Button not display in XP. Pin
Le@rner26-Jun-13 19:32
Le@rner26-Jun-13 19:32 
AnswerRe: Icon on Button not display in XP. Pin
Richard MacCutchan26-Jun-13 20:45
mveRichard MacCutchan26-Jun-13 20:45 
GeneralRe: Icon on Button not display in XP. Pin
Le@rner26-Jun-13 22:02
Le@rner26-Jun-13 22:02 
GeneralRe: Icon on Button not display in XP. Pin
Richard MacCutchan26-Jun-13 22:24
mveRichard MacCutchan26-Jun-13 22:24 
AnswerRe: Icon on Button not display in XP. Pin
_AnsHUMAN_ 27-Jun-13 3:44
_AnsHUMAN_ 27-Jun-13 3:44 
QuestionThread synchronization quesiton Pin
econy26-Jun-13 3:33
econy26-Jun-13 3:33 
AnswerRe: Thread synchronization quesiton Pin
econy26-Jun-13 4:39
econy26-Jun-13 4:39 

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.