It's very good to know that, Michel.Thanks!
Anyway it somehow inconvenient that Microsoft does not make easier to
control security settings from within the programming language, when IE
is invoked programmatically. Why are we forced to mess with the
register. And further, is it possible that programs such as SPYBOT or
alike, which we all have installed on pur pc's, will block the
attempts?
Actually forcing the user to use the IE component might not always be
very nice or polite. There are people who are very strict when talking
about web browsers, and they absolutely do not want to see some of
them. I had some experience when I posted some question on the
stylesheet group

To them IE it's like talking of the devil !
Also, another issue is transparency. For instance in my pages I have a
lot of transparent png's. The fact that we have to wait for IE7 to get
what other browsers have since several years (alpha-transparency) is
not nice at all. So if I use the IE component I will condemn all my
users to view transparency through a complicate filtering trick.
I think that sometimes Microsoft is not right thinking that world is
revolving around them. Should allow a little more space to others. I
still feel a lot of resistance when proposing .NET applications
(although I do believe this is the best developing environment
available) and perhaps this is a result of several small actions which
at the end of the day generate hostility from some persons. This does
not make me feel good, as we all know how much effort to develop takes.
By the way, while we wait to see if we can solve the original problem
(btw, Crouchie1998 couldn't be that for "components" we have to use
something different from ("Disable Script Debugger" ?), may I ask
whether anyone knows how do I test (vb.net or any other .net lang) if
IE is the current selected browser (instead of firefox, or alike) that
is:
Function CurrentSelectedBrowserIsIE() as Boolean
'...
end function
-Pamela
m.posseth ha scritto:
Hello
A lot of programs of mine exist from HTML GUI`S ( HTML is generated from
values from a database , the webbrowser control then navigates to these
pages
( example of what i mean
http://www.toolbase.nl/tbSite/pTbSiteShots.aspx
some screenshots , press the pictures to enlarge )
these pages are full of javascript and postings back to the webbrowser ,,,,
this does not raise anny security issue
regards
Michel Posseth [MCP]
CMM said:
As I said, No. But, it couldn't be easier for you to test. It's like a 5
minute thing to drop the WebBrowser control on a form and do .NavigateUrl2
(or whatever the method is called) to the file to see.