Hehe, im new in MVB, started today xD. So i made a game launcher, and few things. I know thats a peace of a cake for ya guys, but id like to request for something whats tough for me, but not so tough for u, i guess. So, this is how far iv got.


Public Class Form1

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Shell("system\Game.exe startgame")
End Sub

Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
Process.Start("http://82.135.154.38/beta2/index.php?act=register")
End Sub

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Process.Start("http://82.135.154.38/beta2/index.php?act=vote")
End Sub

Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Close()
End Sub

End Class



Its just 4 buttons.

The thing id like to request is, an auto patcher, that downloads and extracts the patch, ofc if thats possible. Something like Neoncube. I got Dedi running, so, If its possible to do it so, that, 1st of all, it checks if the game client has the latest patch. 2nd, if it doesnt, then it downloads it, if it does, then it does nothing. 3rd, after download it extracts it. I would be really happy if some1 could do that for me. My MSN is mariskamis@live.com Skype: sukre14.

Thank you!