CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Dec 2001
    Posts
    391

    ANY GURU?: My Console App needs ANSI support -- doesnt work :(

    To get ANSI escape code support in the dos command window you need to make sure that you have DEVICE=%SystemRoot%\system32\ANSI.SYS in the "Config.Nt" file ...

    However, my C# Console Application STILL doesn't seem to recognize ANSI escape sequences regardless of my adding the device in the "Config.nt" file...

    Is there any way to somehow tell C# to activate ANSI support for my console app (maybe a "switch" in Visual Studio?!?)?

    Thanks
    Last edited by quantass; July 22nd, 2008 at 02:12 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