Results 1 to 2 of 2

Thread: HTML Parser / IE control

  1. #1

    Thread Starter
    Addicted Member CodeRonin's Avatar
    Join Date
    Jul 2002
    Location
    Vienna, Austria
    Posts
    233

    HTML Parser / IE control

    Hi there,
    I've got quite a tricky one here on which I'd need some help...

    What I want to do is to implement an HTML Parser (IE would do, every other control capable of displaying images and using hyperlinks would do perfectly well for me, too) into my C++ program. The problem is, I'm not using MFC (although I could if I had to...) and I'm not using a form-based app but rather a DirectX9 surface, so a way to display the control over GDI, GDI+ or anything like that would be a perfect solution...

    So, in a nutshell, I need a control that can handle hyperlinks and graphics or a way to code that control myself and display it on top of my DX9 application.

    Any help is highly appreciated!!
    Code Ronin

  2. #2
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    I think you can find some useful info here:
    http://www.codeguru.com/Cpp/I-N/ieprogram/
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

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