![]() |
|
|||||||
| Notices |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#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
![]() OS:
|
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?)
}
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)
}
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.. |
|
|
|
|
|
#2 |
|
ƒ(ψ)=ΘΊΧφ
![]() |
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 |
|
|
|
|
|
#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
![]() OS:
|
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. |
|
|
|
|
|
#4 |
|
ƒ(ψ)=ΘΊΧφ
![]() |
Re: webBrowser...can I have tabs?
yes, that was only an example how it is done
Also it's in VB not c# |
|
|
|
|
|
#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
![]() OS:
|
Re: webBrowser...can I have tabs?
erm, its Visual Basics C# 2008 Also it's in VB not c#
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
< Windows Help - MS Office Help - Hardware Support >
| New To Site? | Need Help? |