Saturday, 7 January 2012

[Source] Run multiple Skype accounts


Imports System.IO
'neil here, video of compile will be hosted on
' my youtube www.youtube.com/5050neil
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click


        Dim openFileDialog1 As New OpenFileDialog

        openFileDialog1.Title = "neil/hotxx Open File"

        If openFileDialog1.ShowDialog() = DialogResult.OK Then
            TextBox1.Text = openFileDialog1.FileName
            Shell(openFileDialog1.FileName & " /secondary")

        End If









    End Sub

   
End Class

0 Responses to “[Source] Run multiple Skype accounts”

Post a Comment

All Rights Reserved Mbojo-Lab | Blogger Template by Bloggermint