minecraft

  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...
Back
Top