I've never played with VB's Webbrowser.
That said, like any control I'm sure it uses underlying Microsoft DLL's
that most likely are used by (or integral to) Internet Explorer.
Currently I modify the HOST file to keep down tracking.
However there is a program called "DoNotTracK" that supposedly
tracks the web page as its loaded and supposedly stops the collection of information.
I guess it is probably being done with some form of Hook.
Questions:
1) If you used VB Webbrowser control, can you replicate "DoNotTrack" during
your web browsing?
2) If "DoNotTrack" is installing some Hook, anyone have any idea which one?
3) Any other helpful information regarding making your own browser
(whether with the Webbrowser control or using associated API's) and
getting it to Stop tracking from occurring is appreciated.
That said, like any control I'm sure it uses underlying Microsoft DLL's
that most likely are used by (or integral to) Internet Explorer.
Currently I modify the HOST file to keep down tracking.
However there is a program called "DoNotTracK" that supposedly
tracks the web page as its loaded and supposedly stops the collection of information.
I guess it is probably being done with some form of Hook.
Questions:
1) If you used VB Webbrowser control, can you replicate "DoNotTrack" during
your web browsing?
2) If "DoNotTrack" is installing some Hook, anyone have any idea which one?
3) Any other helpful information regarding making your own browser
(whether with the Webbrowser control or using associated API's) and
getting it to Stop tracking from occurring is appreciated.