I have a server set up which can accept multiple clients in different threads. Now the server keeps track of all client activities using a log feature which writes directly to a txt file. But soemtimes I notice when there are a lot of clients requesting there is an IOException becuase another...
Hi all, I've had great time here with some very helpful answer. Thank you all.
Now my question. I am making a program which takes input from a text file and does somethings with it. Now the directory that text file is on my computer is "C:\input.txt".
but sometimes I want to transport my...
I searched Google and could not find a solution for this.
I have a form with a text box and I want to make it so that when I resize the form while the application is running the text box would get resized as well and be "relative" to the size of the form.
Any help please?
Hi, thanks, I'm researching about Threadpools now.
Meanwhile can anyone please show me a very simple example of how to set up a server which can service multiple clients at the same time. A short example would be great and much appreciated. Please help, I've been trying to do this for a few...
I'm trying to code a game which can be played in my home server using all the computers there are. I'm trying to set up a server which takes each computer connected and makes a new thread for each to respond to. How do you do that in C#?
Some codes as to how multiple clients can connect to a...
I want to use arbitrarily long integers in Csharp, can you tell me how to declare and use this. Please explain the namespace, classes used as I'm very new to this. Thanks.