
Originally Posted by
TinyFighter
But when I run it, it usually runs in a console form, now it's in a c# form..?

It's a console that is ran in C#..? I am confused as to why this is a shock to you? It has been like this since forever..
If you look in the wServer>program.cs you will see how the console works in C#, how it says what it says, does what it does, etc.
For example in the "Main" function you can write
Console.Title = "wServer"; and it'll change the wServer (this obviously can be done in Server>program.cs as well) console title to well whatever text you give it. When no specific title is given it'll usually be your directory.
