Top "Console-application" questions

A console application is a computer program designed to be used via a text-only computer interface, such as a text terminal, the command line interface of some operating systems (Unix, DOS, etc.

Making my console application invisible

I am developing a console application for my public library as a school project. The console application will run as …

c# console-application invisible
C# How to redirect stream to the console Out?

I found lots of samples how to redirect console output into a file. However I need an opposite solution - …

c# .net console-application
Java: Updating text in the command-line without a new line

I'd like to add a progress indicator to a command-line Java program. For example, if I'm using wget, it shows: 71% [===========================&…

java console console-application
C# console application icon

Does anyone know how to set a C# console application's icon in the code (not using project properties in Visual …

c# console-application imageicon
How To Get A Stream Object From A Resource File (Console App/Windows Service Project)

I'm creating a Windows service and am trying to access some files I added to a resource file, but I'm …

c# stream console-application embedded-resource
How to run Console Application in Background (no UI)?

Possible Duplicate: .Net Console Application that Doesn’t Bring up a Console I have a console application written in VB.…

.net console-application background-process
How to create ASCII animation in Windows Console application using C#?

I would like it to display non-flickery animation like this awesome Linux command; sl http://www.youtube.com/watch?v=9…

c# animation console-application ascii-art
Simple Telnet console that listens and accepts connections

I am new to Telnet and C# and I am trying to create a simple console program. I need a …

c# console-application telnet tcplistener
Getting WebBrowser Control To Work In Console Application?

I have a printer class that is capable of printing HTML via the WebBrowser object. I want to be able …

c# .net webbrowser-control console-application
How can I use System.Web.Caching.Cache in a Console application?

Context: .Net 3.5, C# I'd like to have caching mechanism in my Console application. Instead of re-inventing the wheel, I'd like …

.net caching console-application httpcontext