Sample 1:

    Private Sub Get_URL()
        Dim AddressText As String = HttpContext.Current.Request.Url.AbsoluteUri.ToString
        ComboBox1.Text = AddressText
    End Sub

Sample 2:

Private Sub Get_URL()
        Dim AddressText As String = CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser)Url.ToString
        ComboBox1.Text = AddressText
    End Sub

Neither of them successfully displayed a URL in my ComboBox. Any Help? Thanks.

Recommended Answers

All 2 Replies

Where can I locate the 'LocateURL'
According to MSDN it is in a CDOEX
What is CDO for Exchange 2000 Library? And where can I find this Library?
Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.