webbrowser.DocumentStream question (VS.2005)

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 !
 
T

Tim Anderson

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top