Hi
Can someone point out what is wrong with this subroutine
Thanks in advance
Jonathan
Can someone point out what is wrong with this subroutine
Code:
Private Sub cmdLaunchCPANEL_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdLaunchCPANEL.Click
System.Diagnostics.Process.Start("HTTP://"(txtUSERNAME.Text)":"(txtPassword.Text)"@rawserve.com:2082")
End Sub
Jonathan