CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Feb 2008
    Posts
    16

    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

  2. #2
    Join Date
    Oct 2007
    Location
    Fredericksburg, VA
    Posts
    41

    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

  3. #3
    Join Date
    Feb 2008
    Posts
    16

    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 ...............

  4. #4
    Join Date
    Feb 2006
    Location
    Croatia - Zagreb
    Posts
    459

    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?

  5. #5
    Join Date
    Feb 2008
    Posts
    138

    Re: redirect output in edit box in VC++

    He's Using Win32

  6. #6
    Join Date
    Feb 2008
    Posts
    16

    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
  •  





Click Here to Expand Forum to Full Width

Featured