Click here to Skip to main content
16,006,605 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow this program works Pin
Kannan Kalyanaraman20-Nov-00 17:20
Kannan Kalyanaraman20-Nov-00 17:20 
AnswerRe: How this program works Pin
21-Nov-00 1:19
suss21-Nov-00 1:19 
GeneralCListView w/o Doc/View Pin
Frank Deo20-Nov-00 12:06
Frank Deo20-Nov-00 12:06 
GeneralRe: CListView w/o Doc/View Pin
Erik Funkenbusch20-Nov-00 12:53
Erik Funkenbusch20-Nov-00 12:53 
GeneralRe: CListView w/o Doc/View Pin
Frank Deo20-Nov-00 13:22
Frank Deo20-Nov-00 13:22 
GeneralDirect Draw ERROR under s3 savage Pin
20-Nov-00 9:58
suss20-Nov-00 9:58 
QuestionHOW CAN I GET NET ERROR MESSAGE DEFINITION ?? Pin
20-Nov-00 4:51
suss20-Nov-00 4:51 
AnswerRe: HOW CAN I GET NET ERROR MESSAGE DEFINITION ?? Pin
Erik Funkenbusch20-Nov-00 13:02
Erik Funkenbusch20-Nov-00 13:02 
FormatMessage formats the result of GetLastError(). Unless net.exe returns the result of GetLastError(), there's nothing you can do. File not found is 1, and that is the typical return code from a program. 0 for success, 1 or greater for failure.

The best you can do is to use the STARTUPINFO structure parameter of CreateProcess to set your own stdout and capture that.
GeneralHowto write a printer driver for Windows NT 4.0 Pin
20-Nov-00 4:13
suss20-Nov-00 4:13 
GeneralVC++ Developer Studio Pin
20-Nov-00 4:06
suss20-Nov-00 4:06 
GeneralRe: VC++ Developer Studio Pin
Christian Graus20-Nov-00 11:51
protectorChristian Graus20-Nov-00 11:51 
GeneralHowto minimize memory-needs of WTL app Pin
Mody_CZ20-Nov-00 3:59
Mody_CZ20-Nov-00 3:59 
Generalproperty sheet Pin
koteswara20-Nov-00 2:55
koteswara20-Nov-00 2:55 
GeneralIActiveDesktop undefined but not IContextMenu Pin
19-Nov-00 22:55
suss19-Nov-00 22:55 
GeneralRe: IActiveDesktop undefined but not IContextMenu Pin
20-Nov-00 4:09
suss20-Nov-00 4:09 
QuestionHow to store images in an access database Pin
Wolfram Steinke19-Nov-00 22:41
Wolfram Steinke19-Nov-00 22:41 
AnswerRe: How to store images in an access database Pin
20-Nov-00 22:22
suss20-Nov-00 22:22 
GeneralShellExtension & PropertyPage & WTL Pin
Mody_CZ19-Nov-00 21:34
Mody_CZ19-Nov-00 21:34 
GeneralRe: ShellExtension & PropertyPage & WTL Pin
Michael Dunn20-Nov-00 7:51
sitebuilderMichael Dunn20-Nov-00 7:51 
GeneralRe: ShellExtension & PropertyPage & WTL Pin
Mody20-Nov-00 20:35
Mody20-Nov-00 20:35 
GeneralRe: ShellExtension & PropertyPage & WTL Pin
Michael Dunn21-Nov-00 15:22
sitebuilderMichael Dunn21-Nov-00 15:22 
GeneralRe: ShellExtension & PropertyPage & WTL Pin
Mody21-Nov-00 20:23
Mody21-Nov-00 20:23 
GeneralVisual C++ 6 Pin
19-Nov-00 17:46
suss19-Nov-00 17:46 
GeneralRe: Visual C++ 6 Pin
VitSoft20-Nov-00 3:33
VitSoft20-Nov-00 3:33 
QuestionCould I add a program shortcut to desktop using VC? Pin
19-Nov-00 16:40
suss19-Nov-00 16:40 

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.