Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
inet
active_desktop
active_scrptng
asp.components
asp.db
asp.general
comctl32
comp.packaging
components.dev
dbweb
dhtml_editing
docobjects
html_authoring
html_objmodel
iis
iis.ftp
iis.security
iis.smtp_nntp
indexserver
misc
mshtml_hosting
scripting.jscript
scripting.vbscript
sdk_setup
shell_objmodel
urlmonikers
webbrowser_ctl
wininet
  
 
date: Tue, 8 Jan 2008 07:35:31 -0800 (PST),    group: microsoft.public.inetsdk.programming.urlmonikers        back       


Pluggable MIME Filters   
First of all sorry for my poor english.

I wrote an APP for filtering html content. It's ATL-based and implemet
IInternetProtocol, IInternetProtocolRoot,IInternetProtocolSink. IE6 on
XPSP2. No other BHO or APPs.

It's reg with net rgs:
HKCR
{
NoRemove PROTOCOLS
{
NoRemove Filter
{
ForceRemove 'text/html' = s 'ESDFilter'
{
val CLSID = s '{my GUID here}'
}
}
}
}

There is troule, that my code didn't catch some html. When IE navigate
to some sites, filter simply stay inert. But if I manually "Save
as..." page and then "Open" it, all work fine.

I suspect that server return some other type, text/something.

Is it possible to register to text/* at all? Simply writing "text/*"
instead "text/html" don't work.

Or there is another solution?
date: Tue, 8 Jan 2008 07:35:31 -0800 (PST)   author:   unknown

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us