Guest_imported
New member
- Jan 1, 1970
- 0
Obviously, it's reasonably straight forward to display a html document using the Web browser control, but what I need to do is programmatically instruct the web browser control to save the currently displayed document as a text file.
This can easily be manually simulated in IE by doing...
- File
- Save As...
- and then changing the Save as Type option to .txt (you also need to explicitly put.txt after the file name else it seems to ignore the fact that you've chosen .txt as the file type)
Any ideas gratefully received!
This can easily be manually simulated in IE by doing...
- File
- Save As...
- and then changing the Save as Type option to .txt (you also need to explicitly put.txt after the file name else it seems to ignore the fact that you've chosen .txt as the file type)
Any ideas gratefully received!