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!
Posted on 2001-07-01 10:36:00 by uNdErZ
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.
Posted on 2001-07-01 20:15:00 by Ernie