Thread: [C] Displaying HTML in an application.

  1. #1
    Registered User
    Join Date
    Apr 2008
    Posts
    49

    [C] Displaying HTML in an application.

    salutations,

    we would like to know if it's possible to display HTML in a Win32 application.
    is there any control that displays text formatted with HTML tags in a simple way like the RichEdit control displays RTF?
    we are not interested in embedding IE in the application, because don't want a webbrowser, we just want a way to display HTML.

    thank you in advance.

  2. #2
    Jack of many languages Dino's Avatar
    Join Date
    Nov 2007
    Location
    Chappell Hill, Texas
    Posts
    2,332
    I know the QT GUI allows you to do this. I suspect Windows would too, maybe MFC?
    Mainframe assembler programmer by trade. C coder when I can.

  3. #3
    Registered User
    Join Date
    Apr 2007
    Posts
    137
    Just use WB control or HTMLD (< 10 lines of code)
    Last edited by Alex31; 12-17-2008 at 01:48 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Please Help - C code creates dynamic HTML
    By Christie2008 in forum C Programming
    Replies: 19
    Last Post: 04-02-2008, 07:36 PM
  2. displaying the contents of an html file in a table
    By confuted in forum Tech Board
    Replies: 3
    Last Post: 08-02-2003, 07:50 PM
  3. opening html files in application
    By Ripper1 in forum Windows Programming
    Replies: 8
    Last Post: 04-27-2003, 05:06 AM
  4. c++ builder html displaying
    By Subliminal in forum C++ Programming
    Replies: 2
    Last Post: 11-06-2002, 10:29 AM