|
-
February 16th, 2008, 02:47 AM
#1
redirect output in edit box in VC++
Process started successsfully......but i want to display the output in an edit box rather than console window ..........how to do it
-
February 16th, 2008, 04:17 PM
#2
Re: redirect output in edit box in VC++
See this thread if you haven't figured it out already:
http://www.codeguru.com/forum/showthread.php?t=446185
-
February 18th, 2008, 01:55 AM
#3
Re: redirect output in edit box in VC++ in real time
hi ..........
i know that i hve to use ReadFileEx() funtion but i am not getiing how to pass the arg's ...............even i read its API but seems too complex.......
how do i acomplish it ...............
-
February 18th, 2008, 04:35 AM
#4
Re: redirect output in edit box in VC++
What exactly are you trying to do?
Did you create Win32 project or MFC?
You just divided by zero, didn't you?
-
February 18th, 2008, 04:57 AM
#5
Re: redirect output in edit box in VC++
-
February 18th, 2008, 05:19 AM
#6
Re: redirect output in edit box in VC++
Win32
Actually we r creating an application in which,on button click we create a process which works like (like ping yahoo.com) and we want to redirect its output in our edit box
Last edited by abidbhat; February 18th, 2008 at 05:22 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|