How can i add a thread? - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: How can i add a thread? (/showthread.php?tid=23206) |
How can i add a thread? - Modestep - 11-12-2011 Code: Imports System.IO, System.Net, System.Net.Sockets It has to we a thread with an endless loop that waits for connections. RE: How can i add a thread? - milopeach - 11-14-2011 It's almost the same as the Client, PHP Code: Dim Listener as TcpListener RE: How can i add a thread? - TalishHF - 11-16-2011 What milopeach said! Spoiler (Click to View) |