Originally Posted by
Polly2010
Can I call the class that I did my GUI drawing in from the client? I made my game as a thread..
I am not sure what you mean. Is that class on the server? Than yes, but you must serialize said class between the client/server. Like I mentioned above (and again I don't know if this addresses your issue because I am still unsure what the question is) do the drawing on the client, pass changes to said gui for drawing between client/server. Passing the whole darn thing is in most cases passing redundant information and chews up bandwidth.