Quote:
Originally Posted by BaussHacker
I have never seen the point of making a GUI for your server. No others than yourself is going to see it anyways. If it's to access functions etc. faster, then it's like some few seconds we talk about.
|
I haven't really either. I use a console. If you make a shortcut going to your console, you can change the font it uses so it looks cleaner- so I really don't care for GUIs much anymore.
Quote:
Originally Posted by S/W
I got problem I change all Console.WriteLine to Program.WriteLine But GUI Console box don't print any text :(
|
Did you follow the guide and look at my examples? Are you starting the timer?
Quote:
Originally Posted by Korvacs
Well we resolved this, COM Thread Models are a very important issue but not in this particular case (failed to read a spoiler :(), but something everyone should read up about.
|
We're still uncertain if it complies with STA though... I'll add that one line to it just in case. It never hurts to be safe.
Edit: Done, for all of the people that have followed the guide already, add "[MTAThread]" above your Main void.