R rolandsh New member Joined Nov 21, 2009 Messages 1 Programming Experience Beginner Nov 21, 2009 #1 Hello , i m making a WebBrowser and i have no idea how to make multiple tabls like in firefox/internet explorer/others .. IF this is already answered then sory. Im using Visual Basic 2010
Hello , i m making a WebBrowser and i have no idea how to make multiple tabls like in firefox/internet explorer/others .. IF this is already answered then sory. Im using Visual Basic 2010
jmcilhinney VB.NET Forum Moderator Staff member Joined Aug 17, 2004 Messages 15,190 Location Sydney, Australia Programming Experience 10+ Nov 22, 2009 #2 Add a TabControl to your form and then place a WebBrowser control on each TabPage. Upvote 0 Downvote