By using the Internet Controls and the Combo Box, I have created a custom browser. All of my navigational buttons work: Back, Forward, ect. When I first download a page, I use this code:
Private Sub WebBrowser1_DownloadComplete()
Me.Caption = WebBrowser1.LocationName
Combo1.AddItem...