摘要:
Demo Code Demo code to accompany this article is available for download (see below). The demo includes the following: Two applications – WBUIArtDemo1.exe and WBUIArtDemo2.exe – that include Del... 阅读全文
摘要:
Exercising the code – a sample application One of the problems that motivated this exploration was my need to use a TWebBrowser to display some HTML in a dialog box. The HTML needed to look and behav... 阅读全文
摘要:
Developing the customization class As we decided above, TWBContainer will derive from TNulWBContainer and add all the required browser customization. Let us review what we want this customization to ... 阅读全文
摘要:
Developing a reusable base class Recall that this class, TNulWBContainer, will have all the features of a suitable container that hosts TWebBrowser. It will: Implement IOleClientSite. Imple... 阅读全文
摘要:
Overview of a solution Let us assess what are trying to do. We will work towards creating an object that can customize the TWebBrowser control's appearance and take control of its context menu. In th... 阅读全文
摘要:
Contents Introduction Overview of a solution Developing a reusable base class Getting started Implementing a non reference counted object Implementing IOleCl... 阅读全文