Search results for query: *

  1. M

    Piping output of a process into a Rich Text Box

    Hi all, I am making a server front-end for Minecraft and I have only got this far: Public Class Main Dim minecraftServer As Process Private Sub btn_start_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_start.Click Dim psi As New...
  2. M

    Question Simple IM Server not working.

    So, I am trying to make a server for an Instant Messenger I made in VB.NET, but I can't seem to get it to send the messages it will recieve from clients to the peers. Here is the code for the server: Imports System.Net.Sockets Imports System.Threading Imports System.IO Public Class server...
Back
Top