Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 42389

Process.start - Easy Question

$
0
0
I'm confused as to why my process.start works perfectly fine with http://www.google.com/ but if I try http://www.pandora.com/ it doesn't load the page at all. Why does this happen?

Also when I try to use the code below no websites open, even when the ListBox1 selected index is "http://www.google.com/"
Code:

    Private Sub ListBox1_MouseDoubleClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles ListBox1.MouseDoubleClick
        URL = ListBox1.SelectedIndex.ToString
        Process.Start(URL)
    End Sub


Viewing all articles
Browse latest Browse all 42389

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>