Hi

This is going to be quite an explanation:

on the main form of my application, I have a Rich Text Box which is where the user will be entering information. The text is black.

then, i have a button which calls the dialogue "Notes"

A dialogue appears, with a rich text box.

the user should then be able to enter text into the box, click "OK", and the text entered into the Notes dialogue be inserted to the rich text box on the main form -- with the font colour "Red". The rest of the text in the main rich text box on the main form should remain black.

Help appreciated!

Many thanks,

M