Ok, so basicly i have a VB.net word processor application, With a;

  • Rich Text Box

  • Header Label(as system.windows.forms.label)

  • Footer Label(as system.windows.forms.label)


The printing is no problem, but the problem im having is saving the header and footer label's text into the RTF file and also loading these into the header and footer labels.

Ive been trying to do this for hours, if you want me to make a demo project of what im trying to do, ill make one and send it to you.

Thanks in advance.

Any solutions to my problem are accepted

Tom1859