To open a local file with IE I use:
System.Diagnost ics.Process.Sta rt("IExplore.ex e", LocalFileName)
this works. My problem is that the "LocalFileN ame" has some script
inside that get blocked when the file is on the local machine. IE
prompts the user wheter he want to execute it.
My Question:
How do I modify the above invocation (i.e. what parameters are needed)
to avoid that IE block the script execution and prompt the user? I want
that IE execute the "LocalFileN ame" without prompting the user.
Thank you very much in advance,
-Pamela
Comment