Click here to Skip to main content
15,890,609 members
Home / Discussions / C#
   

C#

 
GeneralConverting strings into arrays Pin
Anonymous25-Aug-04 10:01
Anonymous25-Aug-04 10:01 
GeneralRe: Converting strings into arrays Pin
Vodstok25-Aug-04 10:06
Vodstok25-Aug-04 10:06 
GeneralRe: Converting strings into arrays Pin
Nick Parker25-Aug-04 10:45
protectorNick Parker25-Aug-04 10:45 
GeneralRe: Converting strings into arrays Pin
Jesse Squire25-Aug-04 10:17
Jesse Squire25-Aug-04 10:17 
GeneralRe: Converting strings into arrays Pin
Vodstok25-Aug-04 10:50
Vodstok25-Aug-04 10:50 
GeneralRe: Converting strings into arrays Pin
Anonymous27-Aug-04 2:31
Anonymous27-Aug-04 2:31 
Generalintercept HTTP Headers in IE Pin
erxud25-Aug-04 9:57
susserxud25-Aug-04 9:57 
GeneralRe: intercept HTTP Headers in IE Pin
Heath Stewart25-Aug-04 10:36
protectorHeath Stewart25-Aug-04 10:36 
The privacy features of IE6 already support that. Just add the domain (like doubleclick.net) to the list of sites to block. This is persisted in the registry under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\P3P\History. Add a key for the domain and set the default value (as a REG_DWORD) to 5 to always block.

IE (i.e., the WebBrowser control) actually doesn't have anything to do with the HTTP request/response mechanism, so a BHO won't help. That is handled by urlmon.dll, the URL moniker (among other things). There is some communication between the two, but nothing you can really hook.

Consider this: with all the popup blockers and add blockers, why have you probably never seen a cookie blocker (the other two are coupled with the WebBrowser control and the MSHTML DOM so are well within the scope of Internet Explorer)?

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
GeneralConverting /doc XML file to HTML or help Pin
Joe Woodbury25-Aug-04 9:48
professionalJoe Woodbury25-Aug-04 9:48 
GeneralRe: Converting /doc XML file to HTML or help Pin
Jesse Squire25-Aug-04 9:54
Jesse Squire25-Aug-04 9:54 
GeneralRe: Converting /doc XML file to HTML or help Pin
Nick Parker25-Aug-04 10:08
protectorNick Parker25-Aug-04 10:08 
GeneralRe: Converting /doc XML file to HTML or help Pin
Joe Woodbury25-Aug-04 10:37
professionalJoe Woodbury25-Aug-04 10:37 
GeneralEmpty Dataset Pin
MrJJKoolJ25-Aug-04 8:56
MrJJKoolJ25-Aug-04 8:56 
GeneralRe: Empty Dataset Pin
Heath Stewart25-Aug-04 9:38
protectorHeath Stewart25-Aug-04 9:38 
GeneralReading Values from multiple ListBoxes and forming an query Pin
abhishk2001@yahoo.com25-Aug-04 8:19
abhishk2001@yahoo.com25-Aug-04 8:19 
GeneralRe: Reading Values from multiple ListBoxes and forming an query Pin
Heath Stewart25-Aug-04 8:29
protectorHeath Stewart25-Aug-04 8:29 
GeneralDateTimePicker Customization Pin
ssTech25-Aug-04 7:37
ssTech25-Aug-04 7:37 
GeneralRe: DateTimePicker Customization Pin
Heath Stewart25-Aug-04 8:55
protectorHeath Stewart25-Aug-04 8:55 
GeneralRe: DateTimePicker Customization Pin
ssTech26-Aug-04 4:57
ssTech26-Aug-04 4:57 
Questionhow to hook up event of winform-based control hosting in IE Pin
EricHu25-Aug-04 7:05
EricHu25-Aug-04 7:05 
AnswerRe: how to hook up event of winform-based control hosting in IE Pin
Nick Parker25-Aug-04 7:20
protectorNick Parker25-Aug-04 7:20 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
EricHu25-Aug-04 7:51
EricHu25-Aug-04 7:51 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
Nick Parker25-Aug-04 8:52
protectorNick Parker25-Aug-04 8:52 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
Heath Stewart25-Aug-04 9:22
protectorHeath Stewart25-Aug-04 9:22 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
Nick Parker25-Aug-04 10:06
protectorNick Parker25-Aug-04 10:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.