[VB8]vb8 w/ wow launcher

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:
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
 

Attachments

And why didn't you do the research BEFORE posting here? Seriously, did you expect Blizzard to think of people running private servers and actually implementing the opportunity to enter an IP in command line??
Nevermind, at least you got it right now ;)
 
Back