Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. StuGee

    Threading TCPlistener.AcceptSocket();

    I am trying to creating a system that has the TCPListener running on a thread the problem is each time the thread is run it produces an error saying that the port is already being listened at, not sure how to resolve this, the code I am using for the server is: try { // Step 1: create...
  2. StuGee

    Passing Parameters from Static Void

    I am trying to amend code to enable me to queue playing card values up so that I am able to deal them out to two plays who are then able to compare their card values. I have been unable to pass the card vlaue from the public static void OutputCard to the static void dealcards. The codee is...

Part and Inventory Search

Back
Top