Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem passing an array of UDT from Excel VBA to a C++ dll Pin
dishaagrawal8-Dec-09 5:49
dishaagrawal8-Dec-09 5:49 
QuestionUnable to print Images in ListBox Pin
hemlat17-Feb-09 22:21
hemlat17-Feb-09 22:21 
AnswerRe: Unable to print Images in ListBox Pin
Iain Clarke, Warrior Programmer17-Feb-09 22:58
Iain Clarke, Warrior Programmer17-Feb-09 22:58 
GeneralRe: Unable to print Images in ListBox Pin
hemlat17-Feb-09 23:16
hemlat17-Feb-09 23:16 
GeneralRe: Unable to print Images in ListBox Pin
Iain Clarke, Warrior Programmer17-Feb-09 23:20
Iain Clarke, Warrior Programmer17-Feb-09 23:20 
QuestionHow to get the password in IAS extension dll if ms-chap is used by radius client? Pin
okmnji7951317-Feb-09 21:55
okmnji7951317-Feb-09 21:55 
QuestionHow do I get the error message displayed on a console ? Pin
SherTeks17-Feb-09 21:12
SherTeks17-Feb-09 21:12 
AnswerRe: How do I get the error message displayed on a console ? Pin
Stuart Dootson17-Feb-09 22:26
professionalStuart Dootson17-Feb-09 22:26 
This example[^] shows how to use a pipe to capture output from a child process - that's what you're wanting to do.

To summarise what the example does:

  1. Create a pipe to capture the child processes standard output and error streams (that's the console output).
  2. Make sure the current processes standard handles aren't inheritable
  3. Use the lpStartupInfo parameter to CreateProcess to specify the pipe as the child processes standard stream handles
  4. Keep reading the pipe attached to the child's standard output until it's closed


HTH!

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

AnswerRe: How do I get the error message displayed on a console ? Pin
Naveen17-Feb-09 22:28
Naveen17-Feb-09 22:28 
Questiontoken for the network saved network username? Pin
Green Fuze17-Feb-09 21:06
Green Fuze17-Feb-09 21:06 
Questionhow can i see data added to comboBox Pin
MahaKh17-Feb-09 20:59
MahaKh17-Feb-09 20:59 
AnswerRe: how can i see data added to comboBox Pin
Cedric Moonen17-Feb-09 21:21
Cedric Moonen17-Feb-09 21:21 
AnswerRe: how can i see data added to comboBox Pin
Chandrasekharan P17-Feb-09 21:36
Chandrasekharan P17-Feb-09 21:36 
GeneralRe: how can i see data added to comboBox Pin
MahaKh17-Feb-09 21:53
MahaKh17-Feb-09 21:53 
GeneralRe: how can i see data added to comboBox Pin
Chandrasekharan P17-Feb-09 23:06
Chandrasekharan P17-Feb-09 23:06 
AnswerRe: how can i see data added to comboBox Pin
Iain Clarke, Warrior Programmer18-Feb-09 0:19
Iain Clarke, Warrior Programmer18-Feb-09 0:19 
GeneralRe: how can i see data added to comboBox Pin
Chandrasekharan P18-Feb-09 0:30
Chandrasekharan P18-Feb-09 0:30 
Questiontypecasting WCHAR to char Pin
V K 217-Feb-09 20:31
V K 217-Feb-09 20:31 
AnswerRe: typecasting WCHAR to char Pin
Taran917-Feb-09 20:46
Taran917-Feb-09 20:46 
AnswerRe: typecasting WCHAR to char Pin
«_Superman_»17-Feb-09 20:47
professional«_Superman_»17-Feb-09 20:47 
AnswerRe: typecasting WCHAR to char Pin
CPallini17-Feb-09 22:03
mveCPallini17-Feb-09 22:03 
QuestionType redefinition Pin
Aabid17-Feb-09 19:50
Aabid17-Feb-09 19:50 
QuestionRe: Type redefinition Pin
«_Superman_»17-Feb-09 20:48
professional«_Superman_»17-Feb-09 20:48 
QuestionProblem adding 2 ITEMIDLIST Pin
john563217-Feb-09 18:32
john563217-Feb-09 18:32 
Question871130 - #pragma error Pin
ilostmyid217-Feb-09 18:26
professionalilostmyid217-Feb-09 18:26 

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.