Hi I'm trying to change the font in the
Rich text box with the Common dialog. So I put in this code


CommonDialog1.Action = 4
RichTextBox1.Font = CommonDialog1.FontName


But this dos not change the size and there is
no RichTextBox1.Fontsize.

So howe can You change the Font Name, size, Style, etc.

Thanks All