[Guide] How to Create a Graphic User Interface (GUI)

05/27/2012 18:07 [I]Inquisitor#91
Nice. I must say. I SCREW MY SOURCE!
03/24/2013 22:09 chizzler#92
I'm using p4n's source which has a game server and a login server. is it possible to output them both into one gui like so: [Only registered and activated users can see links. Click Here To Register...]

thanks!
03/25/2013 05:03 Spirited#93
This is an old and bad way of making a GUI in C#. I'll post an updated tutorial later, but for now, just know that this is pretty inefficient. Answering your question, yes. It is possible. Just combine the projects and you've got one program running both servers. Cheers.
03/25/2013 06:11 chizzler#94
Quote:
Originally Posted by Fаng View Post
This is an old and bad way of making a GUI in C#. I'll post an updated tutorial later, but for now, just know that this is pretty inefficient. Answering your question, yes. It is possible. Just combine the projects and you've got one program running both servers. Cheers.
Definitely looking forward to the updated tutorial. Thanks
03/25/2013 16:39 .Ryu#95
Quote:
Originally Posted by Fаng View Post
This is an old and bad way of making a GUI in C#. I'll post an updated tutorial later, but for now, just know that this is pretty inefficient. Answering your question, yes. It is possible. Just combine the projects and you've got one program running both servers. Cheers.
Can't wait for an up-dated tutorial.
03/25/2013 16:44 go for it#96
well i've experienced what korvacs said at the very first of this topic , the gui freeze and i wasn't sure of the reason and was running the gui from the main thread too
anyway you got a really nice GUIs :D seriously they look so good :) good luck mate
03/26/2013 06:09 Spirited#97
Someone send me a private message in a week and I'll do that. I'm currently working on moving, and so I don't have time to write a new guide (nor do I have a desk).
04/13/2013 05:35 chizzler#98
You gonna be updating this any time soon? That would be badass lol
04/13/2013 09:16 Spirited#99
Updated.
[Only registered and activated users can see links. Click Here To Register...]