Not to be mean but
this isn't a release and this is pretty close to what kenafa made here: http://forum.ragezone.com/f245/gunz-...-0-1-a-536416/
But it's kinda pointless because it doesnt let you decide where the matchserver or locator or matchagent are.
this is all you did..
Code:
Public Class Form1
Private Sub MatchServer_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MatchServer.Click
Process.Start("MatchServer.exe")
End Sub
Private Sub MatchAgent_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MatchAgent.Click
Process.Start("MatchAgent.exe")
End Sub
Private Sub Locator_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Locator.Click
Process.Start("Locator.exe")
End Sub
Private Sub Credits_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Credits.Click
MsgBox("Razacore (AKA PrOsTyLe), and Visual Basic", "WindowsApplication1")
End Sub
End Class
anyway for your first program 7/10