TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Stefano
NA
2
5k
How to use the ExtendedWebBrowser
Mar 21 2013 10:21 AM
Hi all!
I'm a c# beginner and, yes, i'm new in this forum too.
I'm writing a c# program where i need to open more tabs in a webbrowser object.
I've look a while in the web and I found this article:
http://blogs.artinsoft.net/mrojas/archive/2008/09/18/newwindow2-events-in-the-c-webbrowsercontrol.aspx
I wrote that code in the ExtendedWebBrowser class.
Now I'm writing the code to setup handlers for NewWindow2 and point ppDisp. (See the code).
My question is: Where can i find the ExternalWebBrowser object in the design mode? Because i don't find it in the toolbox and i've got this error when i try to debug:
private void Form1_Load(object sender, EventArgs e)
{
InitializeBrowserEvents(webBrv);
}
Argument 1: cannot convert from 'System.Windows.Forms.WebBrowser' to 'ExtendedWebBrowser' because webBrs is a WebBrowser object.
At last, How can I unregistered the event when i close a tab?
Thank you for support.
Attachment:
code.zip
Reply
Answers (
0
)
Delete selected row from gridview and database
how to create an interface automatically of labes/textboxes