My current VB 6 application uses pdf.ocx control to display pdf files.
I have some problems with this control :
1. It's not presented in Acrobat versions later than 5.0, or I cannot find it. So I have to manually copy and register it after an upgrade of Acrobat
2. Sometimes it crashes the application
3. Sometimes it displays some messages.

I decided to replace it with WebBrowser control.
While WebBrowser displays the other types of files (Word, Jpg ) inside of
it, pdf files are displayed in a separate window. And I do no want it like that.
I tried to check and uncheck "Display In Browser" setting in Preferences of
Acrobat Reader, but it doesn't change anything.

Is it possible to display Pdf file inside of WebBrowser control placed on
the VB Form? If yes, then how?

Thank you