webbrowser.DocumentStream question (VS.2005)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello !
I made some test with webbrowser control in VS.2005. When I load a word
document in webbrowser through .Navigate method (from my hdd), I want to get
the stream of the loaded doc file with .DocumentStream, but this property is
null. The property .DocumentText is = "" too. Am I missing something ?
Thank you very much !
 
Toma Marinov said:
Hello !
I made some test with webbrowser control in VS.2005. When I load a word
document in webbrowser through .Navigate method (from my hdd), I want to
get
the stream of the loaded doc file with .DocumentStream, but this property
is
null. The property .DocumentText is = "" too. Am I missing something ?

answered in dotnet.general

Tim
Visual Studio 2005 DLL Hell:
http://www.itwriting.com/blog/?postid=261
 
Back
Top