TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Software World > Programming

Notices

webBrowser...can I have tabs?

Programming


Reply
 
Thread Tools Display Modes
Old 03-06-2009, 12:23 PM   #1
Junior Member (25+)
 
Join Date: Jun 2009
Location: Mesquite, NV (about 75 mi from Las Vegas)
Age: 15
Posts: 25
Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 0 AdvancedSoftware is an unknown quantity at this point


OS: Windows XP


Exclamation webBrowser...can I have tabs?

I use Visual Basics C# 2008


My Form1.cs
Code:
namespace Evolution
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void button3_Click(object sender, EventArgs e)
        {
            webBrowser1.GoBack();
        }

        private void button4_Click(object sender, EventArgs e)
        {
            webBrowser1.GoForward();
        }

        private void button5_Click(object sender, EventArgs e)
        {
            webBrowser1.Stop();
        }

        private void button6_Click(object sender, EventArgs e)
        {
            webBrowser1.Refresh();
        }

        private void button7_Click(object sender, EventArgs e)
        {
            webBrowser1.GoHome();
        }

        private void button1_Click(object sender, EventArgs e)
        {
            webBrowser1.Navigate(textBox1.Text);
        }

        private void button2_Click(object sender, EventArgs e)
        {
            //freedomofsurf.hqforums.com;
        }

        private void toolStripProgressBar1_Click(object sender, EventArgs e)
        {
            toolStripProgressBar1.MarqueeAnimationSpeed.Equals(Form1.ActiveForm);
        }

        private void button8_Click(object sender, EventArgs e)
        {
            webBrowser1.ShowPropertiesDialog();
        }

        private void button9_Click(object sender, EventArgs e)
        {
            webBrowser1.ShowPrintDialog();
        }


    }
}
__________________________________________________ __

I plan on having a button10 which would be
Code:
         private void button10_Click(object sender, EventArgs e)
         {
(what needs to go here to allow webBrowser to open up tabs instead of windows?) 
         }
and also before i forget
Code:
        private void button11_Click(object sender, EventArgs e)
         {
(what needs to go here to allow webBrowser to close tabs instead of ALT+F4 for closing windows-Only applicatable if allow tab is filled)
         }
I'm choosing webBrowser after messing and getting mad at tabControl.
To the first to solve this problem


and also ignore previous post regarding tabControl C#

Last edited by bakuryu; 03-06-2009 at 07:30 PM..
AdvancedSoftware is offline   Reply With Quote
Old 03-06-2009, 07:34 PM   #2
ƒ(ψ)=ΘΊΧφ
 
bakuryu's Avatar
 
Join Date: May 2006
Location: India
Age: 23
Posts: 6,621
Thanks: 19
Thanked 645 Times in 603 Posts
Rep Power: 87 bakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant future


OS: Windows XP Windows Vista Windows 7


Send a message via Yahoo to bakuryu
Re: webBrowser...can I have tabs?

Tabbed Browsing for Developers

CodeProject: Working with the Web Browser Control in Visual Studio 2005 - IE7Clone.. Free source code and programming help
__________________
Please don't click here
bakuryu is offline   Reply With Quote
Old 03-06-2009, 07:36 PM   #3
Junior Member (25+)
 
Join Date: Jun 2009
Location: Mesquite, NV (about 75 mi from Las Vegas)
Age: 15
Posts: 25
Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 0 AdvancedSoftware is an unknown quantity at this point


OS: Windows XP


Re: webBrowser...can I have tabs?

CodeProject: Working with the Web Browser Control in Visual Studio 2005 - IE7Clone.. Free source code and programming help

That is 2005, 2008 version and 2005 are very different.
AdvancedSoftware is offline   Reply With Quote
Old 03-06-2009, 07:54 PM   #4
ƒ(ψ)=ΘΊΧφ
 
bakuryu's Avatar
 
Join Date: May 2006
Location: India
Age: 23
Posts: 6,621
Thanks: 19
Thanked 645 Times in 603 Posts
Rep Power: 87 bakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant future


OS: Windows XP Windows Vista Windows 7


Send a message via Yahoo to bakuryu
Re: webBrowser...can I have tabs?

yes, that was only an example how it is done Also it's in VB not c#
bakuryu is offline   Reply With Quote
Old 04-06-2009, 01:02 AM   #5
Junior Member (25+)
 
Join Date: Jun 2009
Location: Mesquite, NV (about 75 mi from Las Vegas)
Age: 15
Posts: 25
Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 0 AdvancedSoftware is an unknown quantity at this point


OS: Windows XP


Re: webBrowser...can I have tabs?

erm, its Visual Basics C# 2008 Also it's in VB not c#
AdvancedSoftware is offline   Reply With Quote
Reply

Thread Tools
Display Modes



< Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 09:47 PM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2009, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional