I am using the following code to access PayPal
It takes a good 30 - 40 seconds to begin to open the page. I use FireFox and the browser was open when the code executed. Am I missing something?Code:Dim trgt2 As String = "https://www.paypal.com/cgi-bin..." System.Diagnostics.Process.Start(trgt2)




Reply With Quote