Hi,

I'm using a System.Windows.Forms.WebBrowser in a .NET 2.0
application.  In the event the user tries to browse to a file that
will result in the open/save dialog popping up, instead of allowing
that to happen, we want to hide the browser and put a different panel
with an error message in its place.

There seems to be no way to suppress the open/save dialog.  Is there
something I can do in code to determine whether or not IE as it is
currently configured on the user's machine will show this dialog if I
call Navigate with a specific path?  That way, I could at least skip
calling Navigate under the right conditions.  I don't want to hard
code a list of usually-supported file types.

Thanks,

Daniel

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to