- Joined
- May 3, 2008
- Messages
- 1,390
- Reaction score
- 7
hmm, as the title says,
hmm, this is wow launcher using vb8
here's the code:
When I connect It says unable to connect eh?
and, what's the code in-able to see my website w/ te launcher?
ss on attachments
hmm, this is wow launcher using vb8
here's the code:
Code:
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Shell("wow.exe wow-insomyak.dyndns.org")
End Sub
Private Sub Label1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label1.Click
End Sub
Private Sub Label2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label2.Click
End Sub
Private Sub LinkLabel1_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
End Sub
Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
End Sub
End Class
When I connect It says unable to connect eh?
and, what's the code in-able to see my website w/ te launcher?
ss on attachments