CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2012
    Posts
    53

    Creating DLL with Web Browser Embedded

    My earlier attempt to get an answer didn't work, so i want to make my question more straight forward.

    Is it possible to create a C++ DLL with Web Browser like CDHtmlDialog embedded in it?
    Last edited by Don Guy; September 18th, 2013 at 09:17 AM.

  2. #2
    Join Date
    Apr 2000
    Location
    Belgium (Europe)
    Posts
    4,626

    Re: Creating DLL with Web Browser Embedded

    can you make a CDHtmlDialog derived class and stick it in a dll... yes
    does that mean the webbrowser itself is in the dll... no. it only means you're calling the webbrowser control from a dll.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured