Hi ! How can I create a window derivated from internet explorer, like in last section of Napster! how to get a class to show GIF banners in my app!
Thanks!
Yep, it's OLE. To reuse the web browser inside your app (and the browser resides in a dll, it's made to be reused like this) you need to provide a client site.
You'll have to dig deeply into a reference such as "Inside OLE" to get the details on which interfaces are required, and what they do.
The only example I have is going the other way, making the control part. That's my AsmCtrl at my site.