Re: Problem reading Chr(0) from random file...

From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 11/30/04


Date: Tue, 30 Nov 2004 10:26:19 -0000

Venki <Venki@discussions.microsoft.com> wrote:
> I tried it in Command Window. It gives the same result. Help me to solve this
> issue.

Don't try it in the command window, try it in the console - using
Console.WriteLine - as I suggested before.

-- 
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too


Relevant Pages

  • Re: Can I get both Command Window" and "Win32 Window"
    ... Can I have both win32 and command window, Mingw could do it but it can ... // maximum number of lines the output console should have ... setvbuf(stdout, NULL, _IONBF, 0); ...
    (microsoft.public.vc.language)
  • Re: Command To Output Text To The Screen In .vbs??
    ... It's also worth noting that you should be using cscript.exe to call it if ... you want the messages to write to the console. ... command window. ... and I don't want 50 million popup windows. ...
    (microsoft.public.vb.general.discussion)
  • Communicating, GUI and application
    ... I use a GUI to control a measuring device. ... Now the command window becomes the console. ...
    (comp.soft-sys.matlab)
  • Re: Console app
    ... Michael C wrote: ... See the code below (it is not production grade, ... If someone types MyApp.exe Console at the command line then it will create a new command window instead of using the existing one. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How to write text on command window
    ... mean creating a Console application that supports MFC. ... >>> I have to write the text on the same command window from ... >>> achieve this in MFC app. ...
    (microsoft.public.vc.language)