C++ Builder IDE >> Need html display component
by Jeff McKay » Thu, 21 Jul 2005 12:40:26 GMT
Can anyone suggest a component that will allow me to display html documents
in a window?
I currently use an older product called Thtml that works OK but there are
some issues and I'm
looking for an alternative. I would rather have something built into my
.exe and not rely on
IE, etc.
Similar Threads
1. how to display a BSTR string returned by c++ component in HTML - ASP
2. Displaying HTML - I need a tutorial
I have a desktop application that needs to display some summary information.
At present I use the RichTextBox control but am unhappy with the results.
What I would prefer to do is display an HTML page (complete with graphics)
from within my app.
The problem is that I have no idea how to go about this and seem to be
struggling to find an example that creates the web pages on the fly. Can
anyone point me at a tutorial that deals with displaying HTML from a C#
desktop app.
Many thanks
Steve
3. Simple Unicode HTML Display Component - Delphi third-party tools
4. Is there a component that displays html files?
I have a program that reads email and puts the body of the message in
a richedit box. It works well except richedit doesn't seem to handle
HTML data (especially images). Is there a component that would display
HTML data?
Jim
5. Need html component
6. Need simple component to display image in TImageList
I have an image contained in a TImageList. This image needs to be
displayed many times on many forms (it's a help icon). Copying it into
a bunch of TImages seems inefficient, because of all the copying and
duplication of bitmaps. Is there a component that will simply display
an image from aTImageList? It needs to have a Hint property.
Alternatively, is there another way to do this without a bunch of
duplicate bitmaps?
7. display html and work with anchors - Delphi third-party tools
8. Formatting Values to Display in an HTML Page
Hi,
I have a screen in a delphi app that displays company announcements
(in an HTML format). The text for this is edited through Delphi and
then when the page is loaded, it converts this text so that it can be
display in the HTML page.
I want to be able to add bold, underline functionality to the text so
just wondering if there is anything out there which allows me to edit
the text within Delphi (adding bold, underline etc) but then convert
the text to HTML so that when it is display in the html page, it has
all the characteristics of the text that was edited.
Thanks
Richard