Search results for query: *

  1. U

    Answered Udp client error

    Thanks Skydiver, for the advice. I will look into this
  2. U

    Answered Udp client error

    using System; using System.Drawing; using System.Net; using System.Net.Configuration; using System.Net.Sockets; using System.Reflection; using System.Runtime.Remoting.Messaging; using System.Text; using System.Windows.Forms; using System.Collections.Generic; using System.Linq; using System.IO...
  3. U

    Answered Udp client error

    I've tried some things, but I'm not sure how to do this. Everytime I write the UdpClient.Close(); it results in error
  4. U

    Answered Udp client error

    Sorry, you are correct. the UDP is only used in SPACE_CONTROL And you're correct once again, since I'm opening it once. As in the code below. But how can I make this? namespace ToolTest { public partial class SPACE_CONTROL : Form { System.Windows.Forms.Timer t = new...
  5. U

    Answered Udp client error

    Hi all, I have a stupid question I believe. Basically I have three forms; Login form, Main form and Custom Message Box The login form is added since today, so main form and custom message box are already debugged and functional. Since the login form is added I receive a error message...
Back
Top Bottom