|
-
Apr 1st, 2010, 03:56 PM
#1
Thread Starter
Hyperactive Member
is it possible to show only certain images in browser?
I have a web browser on the form, kids can use it to browse sites. sometimes, on some sites, I want to filter some images (or just show some images), is it possible to do this? or, have to go low level to filter images?
thanks
bear
-
Apr 1st, 2010, 05:24 PM
#2
Re: is it possible to show only certain images in browser?
What criteria are you going to use for your filter?
-
May 7th, 2010, 12:40 PM
#3
Thread Starter
Hyperactive Member
Re: is it possible to show only certain images in browser?
for example,
1) I want to show all images, however, if the image's name has 'sex', then not show it.
2) I want to hide all images, however, if the image's name has 'ocean', then show it.
basically, depends on the image name to decide whether show it or not. is this possible to be done with the web browser control?
thanks
-
May 7th, 2010, 01:16 PM
#4
Re: is it possible to show only certain images in browser?
No, you won't be able to do it with a webbrowser control, but you can create a proxy server running on localhost that can apply filters you need.
In fact there is a number of ready solutions available on the web - Privoxy, Proxomitron, AdMuncher, etc.
To create your own proxy filter you would need System.Net and System.Net.Sockets namespaces and HttpWebrequest and HttpListener classes.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|