Καλημέρα...
προσπαθώ να ανοιξω μια διεύθυνση στο Internet, με την System.Diagnostics.Process.Start, περνώντας τα κατάλληλα username και password..
Dim pass As New System.Security.SecureString
Dim i As Integer
For i = 0 To TextBox1.TextLength - 1
pass.AppendChar(TextBox1.Text.Substring(i, 1))
Next i
System.Diagnostics.Process.Start("http://www.managerzone.com/index.php?lang=en&changesport=soccer", TextBox2.Text, pass, domain)
Στο domain μπορεί να μου εξηγήσει κάποιος τι τιμή πρέπει να μπει???
No knowledge can be certain, if it is not based
upon mathematics or upon some other knowledge
which is itself based upon the mathematical
sciences.