
Originally Posted by
Karizan
How did you make it Afitz O.O
Please tell me i want to learn vb

2 labels, 2 buttons
Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Process.Start("http://www.safeskyhacks.com")
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Process.Start("http://safeskyhacks.com/Forums/showthread.php?1358-Afitz200-s-First-Test-Application-(VB)&p=6957#post6957")
End Sub
But it looks like he used some sort of PresentationBuildTasks to help or something
?
Maybe to generate code, I dunno, never really seen it before
Bookmarks