Hey guys, I was checking out some console applications, it had this weird colors like in one line the text can be multi-colored I don't know how, I couldn't do it, and also a background color that fills all the console application, but in C# when you make a background for console applications it fills only the text's background, here are some examples of what I mean, these examples are made on photoshop, on the 2nd example I also want the "[STATUS]" part to have the console's background
Example 1
Example 2
If you want something mroe complex you're likely going to be imitating a console functionality inside a WinForm.
That link didn't actually help, it just said how to change the foregroundcolor to the whole line, I didn't know how to make a multi-colored line like in Example 1
And I didn't know how I can make a background that fills the whole application .__.
That link didn't actually help, it just said how to change the foregroundcolor to the whole line, I didn't know how to make a multi-colored line like in Example 1
And I didn't know how I can make a background that fills the whole application .__.
It answered every single one of your questions and was the very first result in google to "C# console color".
If you don't know the difference between Console.Write and Console.WriteLine then you should probably google it yourself rather than having us google it, post the link and then you telling us the link doesn't answer your question lol.
It answered every single one of your questions and was the very first result in google to "C# console color".
If you don't know the difference between Console.Write and Console.WriteLine then you should probably google it yourself rather than having us google it, post the link and then you telling us the link doesn't answer your question lol.
I already figured out the answer myself, thanks anyway .-.
GM Console 07/25/2015 - Perfect World - 13 Replies from a few months back..I heard elitepvpers planning to make a GM Console...that really works....
I wonder if it finish or not..?
Wie stellt man die Console ein oder für was ist die console genau? 02/10/2013 - Rappelz Private Server - 3 Replies Hallo
und zwar wollte ich fragen was die Console Genau ist,
und wie man diese dann Richtig einstellen tut.
Wäre sehr nett wen ihr mir dabei Helfen könnt.
Google und suche hier bei epvp haben bis jetzt nicht´s
gefunden.
Falls es euch hilft ich habe 7.3 Files
Auth, Ubload, und Gameserver Funktionieren Einwandfrei.
[RELEASE] Console Commands for Lame Console Look 12/07/2011 - CO2 PServer Guides & Releases - 12 Replies Well, to avoid any further useless posts on this subject... here are a ton of console based commands that will control the game from the server console. I will not explain what each does, it should be pretty easy to figure out, and I don't intend to answer stupid questions. If its a good question, I will answer it.
public static void DoStuff()
{
bool flag = true;
Console.Clear();
Console.ForegroundColor = ConsoleColor.Red;
...