开发者

web browser in c#

开发者 https://www.devze.com 2023-03-10 13:01 出处:网络
I am creating a web browser using WebBrowser control in C#. I have no idea how to make my browser a multi tabbed one, Can anyone help me with suggestions, advice or anything . I will be very 开发者_JA

I am creating a web browser using WebBrowser control in C#. I have no idea how to make my browser a multi tabbed one, Can anyone help me with suggestions, advice or anything . I will be very 开发者_JAVA百科helpful.

Thanks


You would need to provide your own tabs - these are not included in the WebBrowser control. You could use an existing tab control and adapt it to your needs.

You can look at something like this for an example: http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvcs/thread/5504a6bb-4232-4b8b-8ae4-33ad2ca8ea81

0

精彩评论

暂无评论...
验证码 换一张
取 消