Hi,
I am to write a C# game serrver, which would communicate with a C++ client.
It should be used just for the administration communication (not during the
game itself, just administrating different game rooms, users, tournaments
....), however there should be many thousands concurrent u...
more >>
Hi,
I'm developing a Windows form application, with multithreading and my
problem is this:
When i receive any data begining by "1", i need to create a thread
calling the sub "EscribirChat" with one argument.
This is the code that i have now:
Delegate Sub A=F1adirTextoChatCallBa...
more >>
I am working on a distributed web service, local client, database app in C#
..NET 2.0. I have limited experience in the technology, but I am an
experienced engineer.
I have a data set with a table 'SUMSGroup' In the db I have added two new
columsn to the table and manually added them to the...
more >>
The title pretty much says it. I'm using the tutorial on MSDN for creating a
3-tiered distributed application
(http://msdn2.microsoft.com/en-us/library/aa581776.aspx), a great tutorial by
the way.
So I've created a typed dataset from my database (a table called Function),
and written the...
more >>