I
use HTMLViewer I'll need to store pictures and HTML text as files on disk
(memory) and point HTMLViewer to this location. It will be better if I
have
just some control to show text and pictures from memory (not from files).
I'll try to find control
Thank you,
Vitaly Sedov
If your text is static and will never be changed during application
execution then just split your text on different labels that will gather
round image. If text can be changed then you should consider Peter's
suggestion to implement it as HTML text.
Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com
Vitaly Sedov wrote:
Good idea, but i need to insert images in the middle of the text.
For example:
this is a first line of text
this is a text <image> and
text again.
Like you can do in word
What about using of PictureBox and Label?
Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com
Vitaly Sedov wrote:
Hello!
I am writing an application for pocket pc 2003 using C#.
I need to show text with images in the text. Which user control I need
to do
this?
Vitaly