chtmlview in a CLL



Hi All,

Is there, by any chance, a DLL (either free of commercial) which embeds
the chtmlview object to allow non-MFC type languages to use this
object?

Ideally, it would export all the normal methods etc in a standard DLL
way, and create a window class to allow a htmlview to be created in a
normal dialog box like other window controls.

Thanks in advance,

Gary

.



Relevant Pages

  • Re: [Help] OnPaint Skipped?
    ... "An application global class is a window class registered by an executable ... your .dll can call the RegisterClassEx function to ... >> class CTestWnd: public CWnd ...
    (microsoft.public.vc.mfc)
  • Cannot add new item "Inherited Form": Unable to add reference... error
    ... After browsing to the DLL containing the component (form ... window class) I see the correct class name in the "Inheritance Picker" ... Unable to add reference 'MyNameSpace.UI' to the application. ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Question for ATL Experts ... (CWindowImpl)
    ... There is a window class BaseWindow in Base.dll derived of CWindowImpl ... BaseWindow header file. ... is registred in the dll, thus the window classname cannot be found. ...
    (microsoft.public.vc.atl)
  • Re: Can I use GUI inside of a DLL?
    ... JohnL wrote: ... > I would like to know if I can use GUI inside of the DLL, for example, I want ... > a dialog to be displayed when the DLL is called. ... > window class, or I have to use Win32 window? ...
    (microsoft.public.windowsce.embedded)