Hi Netters, I am interested in using the IE browser control in my WinForms application. I have never hosted the browser (even in other languages) and am not sure what the capabilities and caveats are.
So far I have determined that I need to use the COM interop tools like so: aximp c:\windows\system\shdocvw.dll tlbimp mshtml.tlb This of course will give me managed wrappers around the Browser APIs. I have a few questions before I proceed: 1. Can I navigate to an html document that has no disk presence? In other words can, I pass a string or buffer to the browser control and have it render it without requiring to write the document out to disk? Temporary files are always so messy... 2. Can I override all the navigate events so that I can dynamically generate the link's target on the fly? 3. Are there any good/comprehensive tutorials on the Net that describe the necessary steps to do all this. Thank you for any help, -- Peter You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.