J
John Young
Hi, I have a couple of questions that I hope someone can help me with. I'm
pretty new to c# and have been able to use C# Express pretty well (it's a
great IDE).
My problem is twofold....
1. I am writing a basic web browser which allows the user to open windows
in a new tab page when requested. Now, I know how to create the tab pages
and the web browser controls in code, but I'm not sure of the best way to do
it. How would I store/create/delete each tab along with the web browser
control which is on that tab? I hope I am explaining this correctly. If
not please ask more questions...
2. The web browser has an event which is fired when the user right clicks
on the control and selects "Open in new window". The only problem is that I
can cancel the event using "e.Cancel = true;", which stops the opening of a
new browser window, but I cannot seem to find out which link the user has
right-clicked on. Does anyone have any idea?
Thanks for taking the time to read this.. I hope someone can help..
John
--
--
--------------------------------------------------------------
Polomint {uk}
===============================
try
{
Linux (any version)
}
catch
{
Format (mainHardDisk)
Install (Windows2000/XP/2003)
}
// You know you want to !!!
pretty new to c# and have been able to use C# Express pretty well (it's a
great IDE).
My problem is twofold....
1. I am writing a basic web browser which allows the user to open windows
in a new tab page when requested. Now, I know how to create the tab pages
and the web browser controls in code, but I'm not sure of the best way to do
it. How would I store/create/delete each tab along with the web browser
control which is on that tab? I hope I am explaining this correctly. If
not please ask more questions...
2. The web browser has an event which is fired when the user right clicks
on the control and selects "Open in new window". The only problem is that I
can cancel the event using "e.Cancel = true;", which stops the opening of a
new browser window, but I cannot seem to find out which link the user has
right-clicked on. Does anyone have any idea?
Thanks for taking the time to read this.. I hope someone can help..
John
--
--
--------------------------------------------------------------
Polomint {uk}
===============================
try
{
Linux (any version)
}
catch
{
Format (mainHardDisk)
Install (Windows2000/XP/2003)
}
// You know you want to !!!