Show address bar on.net WebBrowser
I'm 99% sure there was a way to 开发者_运维技巧show an address bar (and also a status bar with a loading progress bar) in .net's WebBrowser control, instead of writing one myself. I think it was something with the underlying control, not a very "official" way. I just can't remember how I did it.
The example code on the MSDN docs page discusses how to add an address bar for use with the WebBrowser control.
There is also the article How to: Add Web Browser Capabilities to a Windows Forms Application
精彩评论