Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Via Rich
he has just posted the code to a managed framework for developing Internet Explorer Browser Modules on GotDotNet. It allows one to write Browser Helper Objects (BHOs) using C#. There have been several example on how to do this including on support.microsoft.com, but no framework that I have seen. So I decided to create a framework for this!
There are several examples:
1) Random Home Page - Allows you to configure a series of urls as your default home page. It will select one at random in the list as the starting point and then cycle through them.
2) Logging - Keep track of the sites that you visit. This logs your activity to a local SQL Server 2005. I hope to creating enhanced phishing filters based on the information it collects.
He has only posted source code for the moment.
Check it out!
Internet Explorer Browser Module Framework
Comments
- Anonymous
February 21, 2006
ASP.NET How Do I Video Series [Via: dansellers ]
ASP.NET RSS Toolkit
[Via: DmitryR ]
Internet Explorer...