C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand(4)
Mike Gold(2)
Shubham Srivastava(1)
Dea Saddler(1)
Raj Kumar(1)
Rahul Kumar Saxena(1)
Amit Maheshwari(1)
Kapil Soni(1)
Ashish Singhal(1)
Resources
No resource found
Using a COM Callable Wrapper to Launch a Program from a Hyperlink in the WebBrowser Control
Mar 02, 2007.
This article describes how you can launch an application from a link inside the WebBrowser Control using a combination of javascript and an ActiveX Control created in C#.
How to Bring up a Find Dialog in the WebBrowser Control using Managed C++
Feb 07, 2007.
This article will answers the question, how do I bring up a find dialog in the Web Browser Control?. As easy as you would think this should be, it actually requires some COMplicated manipulation.
Windows Forms WebBrowser Control
Nov 10, 2005.
Windows Forms 1.0 lacked a Web Browser control. The work around was to use IE ActiveX control using COM Interop. Now Windows Forms 2.0 provides a Web Browser control, which is a managed wrapper of IE ActiveX control.
WebBrowser Control With ProgressBar in Windows Phone 7
Mar 06, 2012.
In this article we will use a WebBrowser control with customized ProgressBar in a Windows Phone application. Actually, the WebBrowser control lets your user browse a specific web page.
WebBrowser Control in F#
Jul 29, 2011.
This article is a demonstration of the WebBrowser control and its properties in F#. Have a quick review to learn.
WebBrowser Control in C# and Windows Forms
Mar 09, 2011.
WebBrowser control allows developers to build Web browsing capability within Windows Forms applications. In this article, I will demonstrate how to use the WebBrowser control in a Windows Forms application using C# and Visual Studio 2010.
Windows Phone WebBrowser
Mar 02, 2011.
This article describes the use of the Windows Phone WebBrowser control.
WebBrowser Control In WPF
Apr 08, 2010.
In this article, I am going to show how we can use WebBrowser control in WPF application.
Mini Browser Application in Windows Phone 7
Mar 20, 2012.
In this article we are going to explore the WebBrowser control in Windows Phone 7.
Building Web Browser Application using Visual Studio 2010
Jan 03, 2011.
WebBrowser control allows developers to build Web browsing capability within Windows Forms applications. In this article, we will demonstrate how to use a WebBrowser control in a Windows Forms application. This article is written using Visual Studio 2010. If you do not have Visual Studio 2010, you may use Visual C# 2010 Express which is free to download from MSDN website.
Web Browser in C#
Mar 16, 2009.
The attached project is a Web Browser application created in C# 2.0.
Display a Web Page in a Windows Forms
Jan 31, 2006.
In this article, we will see how we can display a web page on Windows Forms.
Using Web Browser Options in C# and VB.NET
Sep 21, 2004.
I wrote this article in Sept 2001 in response to a question on discussion forums - how to create a Web Browser in C#? Recently, I got a question on how to use Browser's Save As option programmatically. This article explains how to use Web Browser ActiveX to your project to developer your own customized Web Browser and use its options.