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 John Tel 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: *

  • Users: Galarun
  • Content: Threads
  • Order by date
  1. Galarun

    Help with Thread Closing

    Hello, I have a program that runs threads for networking, and whenever I close it by pressing the X button in the top right corner the program threads still run, so I have to go to the task manager every time to close it. The only event I have is Server_Closing which is as follows: private...
  2. Galarun

    Networking Question

    'Lo all, I'm programming a card game and am trying to add networking capabilities so you can play against somebody on another computer connected to the network. My question is basically on threading, but I'm new to both threading and networking so any advice would be greatly appreciated...
  3. Galarun

    Help with Serialization

    Hey all, I'm writing a card game and am implementing network capability. The cards.dll I downloaded from a site isn't serialized. Is there a way to make an inherited class that is serializable or am I forced to find another class or means of sending the card data? I'm new on networking so my...
  4. Galarun

    Animate card dealing

    Hello programmers! I have a cribbage card game programmed and I want to have cards move from one place to another as in dealing the cards to players' hands. I can't figure out how I would go around doing this. My first guess was to have a function that would move the card along a straight...
  5. Galarun

    Help with Networking

    Hello programmers, I am writing a Cribbage card game using GDI+ in C#. I've pretty much completed the game itself but I want to have make it so one can play someone in their network in cribbage (there is no point in playing a two player card game on one computer anyway). I'm a beginner when...
  6. Galarun

    Help with creating multiple events

    Hello programmers, I'm creating a cribbage game using Visual Studio Visual C# as well as cards.dll. I'm creating a graphical interface where it displays the cards in each hand. My problem is is that I want to make it so that when you click and hold the mouse (MouseDown) on any card in the...
  7. Galarun

    How to send SMS from your computer?

    Hello, I'm trying to send text messages to mobile phones from my computer and I'm trying to do so without buying any components from third parties. My goal is simple, to send a text message to a series of phones whenever one of our sites go down. This is all we're going to use it for so...
  8. Galarun

    Problems Retrieving All IPs from Remote Computer

    Hello, this is my first time posting here so treat me nicely :). My question is that I'm using System.Net.Dns.GetHostByName("Name") and it's only returning the primary IP address for each computer even though some of them have more than one address. Is there something I'm doing wrong? Is...

Part and Inventory Search

Back
Top