could i add picture/image in text editor? and how example please
Hi
The text editor does not support this, it is a plain text editor, but not a rich text editor, try RichTextBox instead...
regards,
Siegfried
how i modufy source it
The text editor is not designed for such tasks, it can only handle text files and it is not a trivial task to support images, I would suggest to use RichTextBox for such purposes.