Saturday, 7 January 2012
[Source] Run multiple Skype accounts
Do you like this story?
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
This post was written by: Franklin Manuel
Franklin Manuel is a professional blogger, web designer and front end web developer. Follow him on Twitter
Subscribe to:
Post Comments (Atom)
0 Responses to “[Source] Run multiple Skype accounts”
Post a Comment