This question was in the .Net Zone but there is no solution
So, the quesion now is there a Simple C++/C Code can help me out or a DLL that can be integerated with .NET (i think they called it native c++)
please provide any thing you think that could help
the question :
--------------------------
----------
----------
----------
----------
----------
----------
----------
-------
I'm working on a project to create a Parental Control Software using .Net
one of the important features i want to implement is how to control the HTTP requests that comes from any browser, the software should run on the same machine.
this example declare what i want :
I enter in my browser BadSite.com and request for it, my code should listen for the request and also can read the complete page content (comes from Http Response) and also the Page url, and do some checking
the code should block the page and display other content just like what happens in some anti-virus softwares when it blocks you from dangerous page.
waiting for your solutions, and as in the title I want it in .NET whither C# or VB no problem.
Thank you.