Results 1 to 6 of 6

Thread: [RESOLVED] Url Redirection Help

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2009
    Posts
    968

    Resolved [RESOLVED] Url Redirection Help

    !!!!!!!!!!!!!!!!!!! SOLVED !!!!!!!!!!!!!!!!!!!!!!!!


    Hi guys ,

    Im trying to set my homepage on my browser , i know i can do it in properties but that seens to revert back to the hompage that im using on IE.

    Heres my home button click
    Code:
    Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
            CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).GoHome()
        End Sub
    What code do i need to add to redirect it to a certain webpage?
    Last edited by dunlop03; Aug 25th, 2009 at 11:30 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width