I am loading content into webbrowser control via the DocumentText property and want to use the standard ShowSaveAsDialog().
This works fine when saving html only, however web page complete save an empty document and web archive throws an error dialog.
Do I need anything html specifc to enable these options I am creating the html by apply via a xsl transform and may not have included all the html ements that I need.
Thx, Nick

webbrowser - ShowSaveAsDialog fails to save web page
Marcelo de Oliveira (BR/SP)
MarcosArg
Here's an exerpt of the MSDN library topic on ShowSaveAsDialog: