Lew/+Silat said:
Brian that did the trick. Can you explain to me what this was all
about? Thanks so much
The DLL msoeres.dll contains the HTML that Outlook Express uses as the
display pag when Outlook Express is opened. In particular, the displays are
res://C:\Program Files\Outlook Express\msoeres.dll/frntnews.htm for the
Outlook Newsreader (i.e., OE started with the /outnews command line switch)
and
res://C:\Program Files\Outlook Express\msoeres.dll/frntpage.htm for OE
started normally. Those pages contain scripts that won't run unless
contained in an Internet zone that allows active content. I like to keep my
web browser really locked down, not allowing any active content unless I say
so. I noticed a scripting error one day when trying to start OE, so I
hunted around on the internet and found the references to those internal web
pages and entered one into IE. Then I added that web page into my Local
Internet zone and the OE scripting problem was gone. I looked to see what
URL appeared in the zone. To my surprise, I saw the string
"about:internet". So, when I saw your post, I realized it was probably the
same thing and made my suggestion.
By the way, there are several interesting thing you can see in that DLL.
For example:
res://C:\Program Files\Outlook Express\msoeres.dll/wab.gif
res://C:\Program Files\Outlook Express\msoeres.dll/newmail.gif
are two of the icons in that file.